html {
background-color: #0E547D;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #0E547D url('images/bodybg.jpg') top left repeat-x;
}

strong {
	font-weight: bold;
}

#container{
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#header {
	width: 760px;
	height: 85px;
	background: #000 url('images/hdrbg.jpg') top left no-repeat;
}

#headertitle {
	float: left;
	text-align: left;
	height: 70px;
	width: 370px;
	padding: 4px 0 0 15px;
}
#headertitle h2 a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 189%;
	color: #fff;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
#headertitle a:hover {
	color: #179CE4;
}
#headertitle h3 {
	font-family: Georgia, "Times New Roman", serif;
	text-decoration: none;
	font-size: 138.5%;
	color: #9ff;
	letter-spacing: 0.06em;
	font-style: oblique;
}
#headerinfo {
	float: right;
	text-align: right;
	height: 70px;
	width: 350px;
	padding: 6px 15px 0 0;
}
#headerinfo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #eee;
}
#headerinfo a {
	color: #9ff;
	font-weight: bold;
	text-decoration: none;
}
#headerinfo a:hover {
	color: #179CE4;
	font-weight: bold;
	text-decoration: none;
}

#topmenu {
	clear: both;
	width: 760px;
	height: 35px;
	background-color: #02121B;
	text-align: center;
	border-top: 1px solid #0A3A55;
	border-bottom: 1px solid #0A3A55; 
}
/*
#topmenu ul {
	margin: 0;
	padding: 8px 10px 0 10px;
}

#topmenu ul li{
	display: inline;
}

#topmenu ul li a {
	color: #9ff;
	text-decoration: none;
	padding: 0 25px;
	font-size: 108%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#topmenu ul li a:hover {
 color: #179CE4;
}
*/

#topmenu ul {
	float: left;
	width: 760px;
	list-style: none;
	line-height: 1.0;
	background: #02121B;
	font-weight: bold;
	padding: 0;
	border: none;
	border-width: 1px 0;
	margin: 0; /* 0 1em 0; */
/*	white-space: nowrap; */
	height: 35px;
}

#topmenu a {
	display: block;
/*	width: 10em; */
	color: #9ff;
	letter-spacing: 0.05em;
	text-decoration: none;
	padding: .85em 2.25em .75em 2.25em;
}

#topmenu li {
	float: left;
	padding: 0;
/*	width: 10em; */
}

#topmenu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15.4em;
	font-weight: bold;
	border-width: 0.25em;
	margin: 0;
	background: #02121B;  /* #3B57A5  */
	padding: 0;
	text-align: left;
}
#topmenu li li {
	padding: 0 1em 0 0; 
	margin: 0;
	width: 14em;
}
#topmenu li ul a {
	width: 14em; 
	padding-left: 1.75em;
	/*
	padding-right: -2.25em;   
*/
	letter-spacing: normal;
	color: #9ff;
}

#topmenu li:hover ul ul, #topmenu li:hover ul ul ul, #topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul {
	left: -999em;
}

#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul, #topmenu li.sfhover ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul {
	left: auto;
}

#topmenu li:hover, #topmenu li.sfhover {
	background: #003062;
	color: #fff;
}


#feature {
	width: 752px;
	height: 220px;
	margin-left: 4px;
	background: #663300 url('images/promobg.jpg') top left no-repeat;
	border-top: 1px solid #663300;
	border-bottom: 1px solid #663300;
}

#feature h2 {
	font-size: 182%;
	color: #fff;
	padding: 15px 30px 4px 15px;
}
#feature p {
	font-size: 108%;
	color: #FFCD67;
	padding: 2px 30px 2px 15px;
	line-height: 1.4;
}
#feature a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#feature a:hover {
	color: #A6E4FF;
	text-decoration: none;
	border-bottom: 1px dotted #A6E4FF;
}

#feature img {
	float: right;
}

#contentcontainer {
	margin: 0;
	padding: 0;
	background: #000 url('images/front.jpg') top left no-repeat;
}

#contentwrap {
	padding: 20px;
}

#content {
	background: #fff;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
}

#content h1 {
	font-size: 138.5%;
	font-weight: bold;
	color: #163D6A;
	padding: 12px 20px 4px 20px;
}

#content h2 {
	font-size: 123.1%;
	font-weight: bold;
	color: #0E547D;
	padding: 12px 20px 4px 20px;
}

#content p {
	font-size: 100%;
	color: #333;
	padding: 4px 20px 4px 20px;
	line-height: 1.4;
}

#content ul,
#content ol
{
	color: #333;
	font-size: 100%;
	padding: 4px 20px 4px 50px;
	line-height: 1.4;
}
#content ul li {
	list-style-type: disc;
}
#content ol li {
	list-style-type: decimal;
	padding: 4px 20px 4px 20px;
}

#content ul li ul {
	font-size: 100%;
	padding: 4px 20px 4px 20px;
}

#content ul li ul li{
	list-style-type: circle;
}

#content a {
	color: #179CE4;
	text-decoration: none;
}
#content a:hover {
	color: #f90;
	text-decoration: none;
}

#footer-top {
	clear: both;
	text-align: center;
	width: 760px;
	height: 95px;
	background-color: #0E547D;
	border-top: 1px solid #000;
	border-bottom: 8px solid #FDA40C;
}
#footer-top h4 {
	color: #fff;
	font-size: 100%;
	padding-top: 10px;
	font-weight: bold;
}

#footer-top p {
	color: #fff;
	font-size: 93%;
	padding: 2px;
}
#footer-top a {
	color: #fff;
}

#footer-bottom {
	width: 760px;
	height: 45px;
	background: #000 url('images/bodybg.jpg') top left no-repeat;
}

#footer-bottom p {
	color: #fff;
	font-size: 77%;
	padding: 10px 0 10px 0;
	text-align: center;
}
#footer-bottom a {
	color: #fff;
}

#breadcrumb {
	padding: 20px 20px 4px 20px;
	color: #179CE4;
	font-size: 93%;
	font-family: Arial, sans-serif;
}
#breadcrumb a {
	color: #179CE4;
	text-decoration: underline;
}
#breadcrumb a:hover {
	color: #f90;
	text-decoration: underline;
}
#sidebar {
	float: right; 
	width:220px;
	padding: 8px 0 20px 20px; 
}
#sidebar p {
	font-weight: bold;
	font-size: 116.1%;
	padding: 0;
	text-align: center;
}