body {
	background-color: #648AAA;
	background-repeat: repeat;
}

#navcontainer ul
		{
	background-color: #FFFFFF;
	color: #000000;
	float: left;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
		}
		
		#navcontainer ul li {
	display: inline;
	color: #000000;
}
		
		#navcontainer ul li a
		{
			padding: 0.2em 1em;
			background-color: #FFFFFF;
			color: #000000;
			text-decoration: none;
			float: left;
			border-right: 1px solid #000000;
		}
		
		#navcontainer ul li a:hover
		{
			background-color: #648AAA;
			color: #fff;
		}
    .addressline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #34538C;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #364E8C;
	line-height: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #354C9A;
}
