BODY {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	background-color: #ADD8E6;

	color: #006296;

	}



H1, H2, H3, H4, H5, H6 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	padding: 2px 5px;

	}

		

P {

	padding: 2px 8px;

	font-size: 11px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

}	



UL, LI {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	list-style: circle;

	}

	

.menubar {

	background-color: #006296;

	border: 1pt;

	border-top-width: 0pt;

	border-left-width: 1pt;

	border-right-width: 0pt;

	border-bottom-width: 0pt;

	border-style: solid;

	border-color: Black;

	vertical-align: top;

}



.menufooter {

	font-size: 11px;

	font-family: Verdana, Arial, Helvetica, sans-serif;		

	text-align: center;

	color: #D3D3D3;

}



a.button {	

	font-weight: bold;	

	font-size: 11px;

	font-family: Verdana, Arial, Helvetica, sans-serif;	

	padding: 8px 0px;

	text-align: center;	

	border-top: 1px solid #006296;	

	border-right: 0px solid white;	

	border-bottom: 0px solid white;	

	border-left: 0px solid white;

	width:150px;

	height: 30px;

}



a.button:hover {

/*	border-top: 1px solid black;	

	border-right: 1px solid #0084CA;	

	border-bottom: 1px solid #0084CA;	

	border-left: 1px solid black;

*/	

	color: #ADD8E6;	

	}

	

.activebutton {

	font-weight: bold;

	font-size: 11px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	padding: 8px 0px;

	vertical-align: top;

	border-top: 1px solid black;

	border-right: 1px solid #0084CA;

	border-bottom: 1px solid #0084CA;

	border-left: 1px solid black;

	width: 150px;

	height: 30px;

	text-decoration: none;

	color: Aqua;

	}



.splitbartop {

	background-color: #0084CA;

	border: 1pt;

	border-top: 0pt solid white;

	border-left: 1pt solid black;

	border-right: 1pt solid black;

	border-bottom: 0pt solid black;

	color: #D3D3D3;	

}



.splitbarbottom {

	background-color: #0084CA;

	border: 1pt;

	border-top: 0pt solid black;

	border-left: 1pt solid black;

	border-right: 1pt solid black;

	border-bottom: 1pt solid black;

	color: #D3D3D3;

}



.topslogan {

	background-color: #eee;

	border: 1pt;

	border-top: 1pt solid black;

	border-left: 0pt solid black;

	border-right: 1pt solid black;

	border-bottom: 0pt solid black;

}



.toplogo {

	background-color: #006296;

	border: 1pt;

	border-top: 1pt solid black;

	border-left: 1pt solid black;

	border-right: 0pt solid black;

	border-bottom: 0pt solid black;

}



.mainbody {

	background-color: #eee;

	border: 1pt;

	border-top: 0pt solid black;

	border-left: 0pt solid black;

	border-right: 1pt solid black;

	border-bottom: 0pt solid black;	

}



.contactform {

	color: #006296;

	background-color: #eee;

	font-size: 11px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

}	

	

a {

	text-decoration:underline;

	color: #006296;

}



a:link {



}



a:visited {



		}



a:hover {

	text-decoration: underline;



		}

		

#blueblock{

	width: 180px;

	border-right: 0px solid #000;

	padding: 0 0 1em 0;

	margin-bottom: 1em;

	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;

	font-size: 90%;

	background-color: #006296;

	color: #333;

	text-align: center;

}



* html #blueblock{ /*IE 6 only */

	width: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */

	text-align: center;

}



#blueblock ul{

	list-style: none;

	margin: 0;

	padding: 0;

	border: none;

	text-align: center;

}



#blueblock li {

	border-bottom: 1px solid #90bade;

	margin: 0;

	text-align: center;

}



#blueblock li a{

	display: block;

	padding: 5px 5px 5px 8px;

	border-left: 10px solid #1958b7;

	border-right: 10px solid #508fc4;

	background-color: #0084CA;

	color: #fff;

	text-decoration: none;

	width: 100%;

	font-weight: normal;

	text-align: center;

}



html>body #blueblock li a{ /*Non IE6 width*/

	width: auto;

	text-align: center;

}



#blueblock li a:hover{

	border-left: 10px solid #1c64d1;

	border-right: 10px solid #5ba3e0;

	background-color: #2586d7;

	color: #006296;

	text-align: center;

}