html, body{
	height: 100%;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	color: #000033;
	background-color: #CEDCE8;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*START Div Wrapper that forms the page*/
#wrapper{
	width: 900px;
	height: 100%;
	min-height: 100%;
	clear: right;
	margin-left: auto;
	margin-right: auto;
	position: relative; /*allows you to position everything inside it using position:absolute rather than floats, which makes life easier and accurate. This also solves the problem of content being cut off horizontally. 
*/
	text-align: center;
	padding-left: 0px; 
	padding-top:  0px;
	padding-right: 0px;
	padding-bottom: 0px; 
}
/*END Div Wrapper that forms the page*/


#logowrapper{
	z-index: -1;
	height: 142px;
}

#logotext{
	position: relative;
	z-index: 1;
	text-align: left;
	padding-left: 5px;
	padding-right: 55px;
	font-size: x-small;
	color: #ffffff;
}

#logoimages{
	position: absolute;
	top: 2px;
	left: 3px;
	z-index: 2;
}


#apextable1{
	width: 100%;
	border-collapse: collapse;
}

#headerL{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	padding-left:0px;
	background-color: #000033;
	width: 350px;
}

#headerR{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	padding-left:0px;
	background-color: #000033;
	text-align: left;
}

#headerSpacer{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	padding-left:0px;
	background-color: #CC0033;
	border-bottom: 1px solid #CC0033;
	height: 1px;
}

#subHeaderL{
	width: 180px;
	background-color: #14285F;
}

#subHeaderML{
	width: 170px;
	background-color: #14285F;
}

#subHeaderM{
	width: 170px;
	background-color: #14285F;
}

#subHeaderS{
	width: 20px;
	background-color: #14285F;
}

#subHeaderR{
	background-color: #14285F;
}

#navTop{
	width: 180px;
	background-color: #14285F;
	vertical-align: top;
}

#navbar{
	width: 190px;
	background: #003300;
	vertical-align: top;
	text-align: left;
	border: 0px;
	margin: 0 auto;
	padding-left: 20px;
	float: left;
}


#nav{
	width: 180px;
	background-color: #14285F;
}

#spacerBlank{
	width: 30px;
	background-color: #ffffff;
}

#spacer{
	width: 30px;
	border-right: 1px solid #666666;
	background-color: #ffffff;
}


#snippetTop{
	width: 200px;
	background-color: #ffffff;
}

#snippets{
	width: 240px;
	background-color: #ffffff;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	vertical-align: top;
	text-align: center;
}

#footer{
	border-top: #ffffff 1px solid;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	margin: 0px 3px;
	background-color: #ffffff;
	height: 20px; 
	padding-top: 3px; 
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
}

#sideaddress{
position: absolute;
top: 430px;
float: left;
left: 0px; 
width: 182px;
background-color: #14285F; 
}
