/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

.italic {
  font-style: italic;
}

.bold {
	font-weight: bold;
}
 
<!-- /* $WEFT -- Created by: Tracy Sweder (tracy@tcdataweb.com) on 10/7/2005 -- */
  @font-face {
    font-family: Harrington;
    font-style:  normal;
    font-weight: normal;
    src: url(http://www.tilaru.com/fonts/HARRING0.eot);
  }
  @font-face {
    font-family: Harrington;
    font-style:  normal;
    font-weight: 700;
    src: url(http://www.tilaru.com/fonts/HARRING1.eot);
  }
  @font-face {
    font-family: Harrington;
    font-style:  oblique;
    font-weight: 700;
    src: url(http://www.tilaru.com/fonts/HARRING2.eot);
  }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#banner{
	padding: 0px 0px 5px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #666666;
	background-image: url(images/bannerbckg.jpg);
	height: 90px;
}

#navBar{
	float: left;
	width: 15%;
	padding: 0px;
	background-color: #006600;
	margin-top: 0px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-family: Harrington;
}
  
#rNav{
	float:right;
	width: 15%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0px;
	background-color: #F1F2F3;
	margin-top: 0px;
}

#content{
	float: left;
	width: 65%;
	padding-top: 5px;
	margin-top: 10px;
}

/***********************************************/
/* Detail Layout Divs                                 */
/***********************************************/

#Dbanner{
	padding: 5px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #666666;
	background-image: url(images/bannerbckg.jpg);
}

#DrstNav{
	padding: 5px 5px 5px 5px;
	width: 100%;
 	background-color: #F4F4F4;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#DnavBar{
	float: left;
	width: 15%;
	padding: 3px;
	background-color: #F4F4F4;
	margin-top: 0px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#DrNav{
	float:right;
	width: 30%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
	background-color: #F1F2F3;
	font-weight: bold;
}

#Dcontent{
	float: left;
	width: 50%;
	padding-top: 5px;
	margin-top: 10px;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	color: #FFFFFF;
	font-family: Harrington;
	font-size: 200%;
}


/************* #globalNav styles **************/

#tagLine{
	padding: 0px 10px 5px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	width: 40%;
	float: right;
	background-image: url(images/bannerbckg2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Harrington;
}

#tagLine img{
 display: block;
}

#title{
	padding: 7px 10px 5px 40px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	width: 40%;
	float: left;
	left: 0px;
	top: 0px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}


/************** .main styles ***************/

.main{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.main h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.main img{
	float: left;
	padding: 0px 10px 0px 0px;
}



/************* #footer styles ***************/

#footer{
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding: 10px 10px 10px 10px;
	border-top: 2px solid #666666;
}

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}

#navBar ul a:visited{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	font-variant: small-caps;
	color: #EBEBEB;
}

#navBar ul a:hover, ul a:active{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF6600;
}

#navBar ul {list-style: none; margin: 0; padding: 0;}

#navBar h2 {
	font-family: harrington;
	font-size: 150%;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h2{
	padding: 10px 0px 2px;
	color: #ffffff;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 10px 10px;
}

#advert img{
	display: block;
}


/************** #rNav styles **************/

#rNav{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#rNav p{
	padding: 5px 0px 5px 0px;
}

/************ Link Caption Styles *********/

.LinkCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
 	color: #006699;
	text-decoration: none;
}

/************* title Styles *************/
#title img{
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 10px;
}
