
/* CSS Document */
body {
	font: 10px  Arial, Verdana,Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3e3e3e;
	background-color: #ffffff;
	
}
td,p{font: 12px  Arial, Verdana,Helvetica, sans-serif;color: #353535;
	}
.oneColElsCtr #outercontainer {
	width: 960px;
	height: 547px;
	background-position: top center;
	background-repeat: repeat-x;
	margin: auto auto; /* the auto margins (in conjunction with a width) center the page background: url('/customsidemenu/032285/images/main_bg.jpg');
	*/
}
.oneColElsCtr #outercontainer #container {
	width: 930px;
	height: 537px;
	background: #FFFFFF;
	margin:  auto; /* border: 1px solid #000000;the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #topContent {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:167px;
	position: absolute;
	top: 0px;
	width: 930px;
	z-index: 0;
}.oneColElsCtr  #bottomContent {
	position: absolute;
	top: 1px;
	height:166px;
	font-size:14px;
	width: 648px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
}

.oneColElsCtr #topContent #logo_pos {
	position: relative;
	left: 555px;
	top:1px;
	right:0px;
	height:83px;
	width: 123px;
	z-index:30;
}

.oneColElsCtr  #pageHeader_pos {
	position: absolute;
	top: 116px;
	height:32px;
	font-size:28px;
	width: 664px;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	font-weight: normal;
	padding-left: 15px;
}
.pageheader{font-family: "Times New Roman", Times, serif;
	color: #999999;
	font-weight: normal;
	}
.subheader{font-family: "Times New Roman", Times, serif;
	color: #00539f;
	font-weight: normal;
	}
.oneColElsCtr #bottom_pos {
	top:424px;
	background-color:#b2bac9;
	position: absolute;
	width: 930px;
	height: 175px;
}
.oneColElsCtr  #navigation {
	position: absolute;
	top: 43px;
	height:32px;
	font-size:12px;
	width: 664px;
	font-family: "Times New Roman", Times, serif;
	color: #6f737a;
	font-weight: normal;
	padding-left: 15px;
}
.oneColElsCtr #middleContent {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	top:167px;
	position: absolute;
	background-color:#b2bac9;
	width: 930px;
	height: 257px;
}
img{border:none;}
a.navItem{
font-family: arial,"Times New Roman", Times, serif;
	color: #6f737a;
	text-decoration:none;
	font-size:12px;
	font-weight: normal;
}
a:navItem:hover{color:#00539f;}
a.white_link{color:white; text-decoration:none;}
a.mm_link{color:#626262; text-decoration:none;}
a.white_link:hover{color:#ffcc00;} 