@charset "utf-8";
body {
	font: 100% Verdana, Arial, 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: #000000;
	background-image: url(media/images/background_gradient.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 975px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF; 
	min-height: 560px;
}
.oneColFixCtr #mainContent {
	margin: 0 40px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%; 
	background-color: #e1e9f5; 
	min-height:560px;
}
#headerBarImage {
	padding: 7px 0 7px 0;
}
#mainBody {
	margin: 0 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	padding-bottom:10px;
}

.documentLink{
	text-decoration:none; color:#000;
}
.documentLink:hover {
	text-decoration:underline;	
}

.pageText {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
}

/*NAVIGATION FORMATTING*/
#topNav {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:bold;
	text-transform:uppercase; 
	color:#FFF;
	display:block; 
	list-style:none; 
	padding-left:3px; 
	margin-left:0px; margin:0px; padding:0px;
}
#topNav li {
	float:left; margin:4px;
}
#topNav li a{
	text-decoration:none;
	color:#FFF; font-size:11px;
}
#topNav li a:hover{
	text-decoration:underline;
}
