body {
	background-color: #01205a;
	font: 13px arial, helvetica, serif;
	text-align: center;
	padding: 0;
	margin:3px;

}

#container {
	background-color: #fff;
	width: 900px;
	text-align: left;
	border: 1px solid #032a73;
	margin:  auto;
}


#nav, #nav ul {
	float: left;
	width: 900px;
	list-style: none;
	line-height: 2;
	background: #62b0e6;
	font: 13px arial, helvetica, serif;
	padding: 0;
	border: solid #000;
	border-width: 1px 0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0.25em 0.50em;
}


#nav li {
	float: left;
	padding: 0;
	width: 225px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: strong;
	border-width: 1px;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #032a73;
}

#content {
	clear: left;
}

#content a {
	color: #62b0e6;
}


.divHeader{
	background-image: url(../images/New_Header.jpg);
	height:293px;
	width:900px;
}

.bottomRow{
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-x;
	border:none;
	float:left;
	height:39px;
	padding:0;
	margin:0;
	width:900px;
}


a.border{
	border-right: 1px solid #fff;
}

a img { border: none; }


