body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	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 */
	margin-top: 0px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}

a:link {
	color: #07407D;
}
a:visited {
	color: #07407D;
}
a:hover {
	color: #7898B8;
}
a:active {
	color: #07407D;
}
.oneColFixCtr #container {
	width: 859px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
ul#menu {
	width: 155px;
	list-style-type: none;
	border-top: solid 1px #d7e1f2;
	margin: 0;
	padding: 0;
	border: 1px;
	text-decoration: none;
}

ul#menu ol {
display: none;
text-decoration:none;
text-align: left;
list-style-type: none;
margin: 0;
font-size:10px;
padding-left: 6px;
}

ul#menu li, 
ul#menu a  { color: #333399; 
font-size: 11px; 
font-family: Arial, Helvetica,sans-serif;
text-decoration: none;
}

ul#menu li {
	border-bottom: solid 1px #d7e1f2;
	line-height: 15px;
	padding: 3px;
	
}

ul#menu ol li {
	border-bottom: none;
}

ul#menu a {
text-decoration: none;
outline: none;
}

ul#menu a:hover {
color: #000066;
text-decoration: none;
}

ul#menu a.active {
	color: #333399;
	padding-right: 25px;
	text-decoration: none;
}