/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
 	font-family: Arial, Helvetica, sans-serif;
	color: black;
/*	line-height: 1.166;	 */
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
/*	background: #cccccc url(images/bg_grad.jpg) fixed; */
}

.content
{
 font: normal 10pt Arial,sans-serif;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #CC9900;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #CC9900;
}

/************** header tag styles **************/

h1{
 font: bold 16pt Arial,sans-serif;
 color: #336699;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 14pt Arial,sans-serif;
 color: #336699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 12pt Arial,sans-serif;
/* color: #cccc9a; */
 color: #336699;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 12pt Arial,sans-serif;
 color: black;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: black;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #C6D6E2;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#logotitle{
	position: absolute;
	top: 20px;
	left: 195px;
	color: black;
	font: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}
	
#pagetitle{
	position: absolute;
	top: 133px;
	left: 13px;
	color: black;
	font: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	}
	
.contactinfo{
	color: black;
	font: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	}
	
	
#mainarea{
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
img.floatright {float: right; margin: 20px; } 

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 0px 0px 10px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #7F7F7F;
	font: small Verdana,sans-serif;
}

#breadCrumb a:hover{
	color: #005FA9;
	font: small Verdana,sans-serif;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/************** siteInfo styles ****************/

.siteInfo, td.siteInfo{
	clear: both;
	font-size: 8pt;
	color: black;
	background-color: #cccc9a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.siteInfo a, .siteInfo a:visited, .siteInfo a:link{
	color: black;
	font-size: 8pt;
}

.siteInfo a:hover{
	color: black;
	text-decoration: underline;
	font-size: 8pt;
}
.copyright, td.copyright{
	clear: both;
	font-size: 8pt;
	color: black;
	background-color: #cccc9a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/*
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
*/

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
