* {
	margin: 0;
	padding:0;
}




		/* topnav */

#topnav {
	margin: 0;
	padding: 0px;
	height: 35px;
	width: 760px;
	background: url(../images/navBG.gif) repeat-x #000000 left top;
	
}
#topnav ul {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0 0 0 65px;
	
}
#topnav ul li {
	position: relative;
	color: #fff;
	font-size: 12px;
	display: inline;
	padding: 0;
	float: left;
	margin-right: 13px;
}

#topnav ul li a {
	text-transform: uppercase;
	display: block;
	color: #000;
	padding: 9px 30px 5px 10px;
	
	text-decoration: none;
	font-size: 13px;
	float: none !important;
	font-weight: normal;
	/*\*//*/
	float: left !important;
	/**/
}
#topnav ul li ul {
	display: none;
	float: none !important;
}
#topnav ul li:hover {
	position: relative;
	color: #fff;
}
#topnav li a:hover {
	color: #fff;
}
#topnav ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 99%;
	width: 190px;
	background: #5683B2;
	height: auto;
	margin: 0;
	padding: 0;
	
	z-index: 2000;
	border-right: none;
	border-bottom: none;
}
		
/* end topNav */


h1 {

	color: #044A75;
	
	font-size: 1.4em;
	
	line-height: 125%; 
	
	text-transform:uppercase;

}

h2 {

	color: #044a75;
	
	font-size: 1.1em;
	
	line-height: 125%; 

}

h3 {

	color: #000000;
	
	font-size: 1.3em;
	
	line-height: 125%; 

}

h4 {

	color: #044a75;
	
	color: #000000;
	
	font-size: 1.1em;

	line-height: 125%; 
}

h5 {

	color: #000000;
	
	font-size: .9em;
	
	line-height: 125%; 

}

.small  { color: black; font-size: 12px; font-family: Verdana;  }

a:link {
	color: #044a75;
	text-decoration: none;
}
a:visited {
	color: #044a75;
	text-decoration: none;
}
a:hover {
	color: #d2a640;
	text-decoration: none;
}
body {
	background: #044a75;
	font-size: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}
.wrapper {
	width:760px;
	margin: 0 auto;
	display: table;
	background: white;
}

.header {
	width: 760px;
	height: 158px;
	margin-top:-10px;
	background: #000000;
}
.content {
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 0 20px;
	width: 490px;
	float: left;
	display:inline;
	
	
}
.contentWrap {
	/*padding:10px 0px 0px 20px;*/
	font-family: Georgia;
}

	
.end {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 215px;
	float: left;
	text-align: center;
}

	
.links a:link {
	color:#056198;
}
.links a:hover {
	text-decoration: underline;
}
	
.links ul {
	font-size: 1.4em;
	list-style: inside;
	font-weight:bold;
}
.links li {
	margin-bottom: 5px;
	margin-left:0px;
	width:100%;
	clear:both;
	font-weight:bold;
	
}
.footer{
	clear:both;
	background: #02283f;
	border-top: #044a75 1px solid;
	padding:0px 20px 15px 20px;
	color: #044a75;
	font-size: 75%;
	text-decoration: none;
	text-align: justify;
}
.footer ul {
	float:left;
	display:inline;
	
}
.footer li.a, li {
	float:left;
	list-style: none;
	text-decoration: none;
	margin-right: 20px;
}
.footer a:link, a:visited {
	color: #1A8FD6;
}
.footerLinks {
	width:500px;
	margin:0 auto;
}
.content ul {

	font-size: 100%;
	
}

.content li {

	margin-bottom: 10px; 

	margin-left:25px;
	
	width: 100%;
	
}

.seo {

	color:666666;

	font-size: 1.1em;

	text-decoration: none;
	
	line-height: 145%; 
	
	text-transform:none;

}

.seowhite {

	color: #056198;

	font-size: 1em;

	text-decoration: none;
	
	line-height: 145%; 
	
	text-transform:none;
	
	font-weight: normal;

}

.indent {

	margin-left: 85px;
	
}