/* CSS Document */
body {
	background-color: #577Fa5;
}
h1,h2,h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	letter-spacing: .1em;
	text-transform: uppercase;
}
h3 {
	font-size: 12px;
	text-transform: none;
}
div {
	padding: 0;
	margin: 0;
}
p, li {
	font-size: 12px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.8;
}
a {
	color: #577Fa5;
}
img.imgright {
	margin-left:15px;
	border:1px solid #577FA5;
}
img.imgleft {
	margin-right: 15px;
	border:1px solid #577FA5;
}
div.floatright, div.floatleft {
	float:right;
	text-align: right;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
}
div.floatleft {
	float: left;
	margin-right: 15px;
}
#backgroundwrap {
	width: 850px;
	height: auto;
	left: 50%;
	top: 15px;
	margin-left: -400px;
	background-image: url(../assets/pagebkg.gif);
	background-repeat: repeat-y;
	background-position: center;
	position: absolute;
}

#wrap {
	width: 748px;
	margin: 0 50px;
	height: auto;
	top: 0;
	border: 1px solid #14556b;
}
* html #wrap {
	width: 750px;
}
#header {
	width: 748px;
	height: 292px;
	position: relative;
	background-image: url(../assets/banner.jpg);
	background-repeat: no-repeat;
}
* html #header {
	width: 750px;
}
#navcontainer
{
margin: 0;
padding: 0;
height: 25px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #476987;
width: 124px;
height: 25px;
border-right: 1px solid #fff;
padding: 6px 0 0 0;
margin: 0 0 10px 0;
color: #ddd;
text-decoration: none;
display: block;
text-align: center;
font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
}
#navcontainer ul li a.last {
	border-right: none;
	width: 123px;
}
* html #navcontainer ul li a.last {
	width: 125px;
}
#navcontainer ul li a:hover
{
color: #fff;
background: #577Fa5;
}

#navcontainer a:active
{
background: #577Fa5;
color: #fff;
}

#navcontainer li#active a
{
background: #577Fa5;
color: #fff;
}
#contentwrap {
	width: 748px;
	height: auto;
	margin-bottom: -20px;
}
* html #contentwrap {
	width: 750px;
	margin-bottom: 0;
}
*+html #contentwrap {
	margin-bottom: 0;
}
#content {
	width: 670px;
	padding: 15px 40px;
}
#footer {
	height: 35px;
	background-color: #476987;
	width: 748px;
	margin-top: -20px;
}
* html #footer {
	width: 750px;
	margin-top: 10px;
}
*+html #footer {
	margin-top: 10px;
}
#footer p {
	color: #ccc;
	padding-top: 11px;
	padding-right: 20px;
	text-align: right;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer a {
 	color: #ccc;
}
td {
border-top: 1px solid #006699;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #333;
padding: 4px 0;
}