body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	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;
}
#topNav{
	display:none;
}
#siteNav	{
	display:none;
}

#LeftNav	{
	display:none;
}
#container { 
	width: 7.5in;
	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. */
	background-repeat:repeat-y;
} 
#header { 
	background: #ffffff; 
	/*padding: 0 0px 0 20px;  /* this padding matches the left alignment of the elements in the s that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding: 0 0 0 0;
} 
#header h1 {
	margin: 0; 
	padding: 0; 
}
#header .mission	{
	display:none;
}
#sidebar1 {
display:none;
}
#sidebar2 {
display:none;
}

#mainContent { 
	margin: 10px 10px; 
	margin: 0;
	padding: 0 10px; 
} 
#footer { 
	padding: 0 10px 0 20px; 
	background:#fff;
	font-size:8pt;
	color:#000;
	border-top: solid 1px #000;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
#mainContent p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	margin-left: 25px;
	margin-right:15px;
}
#mainContent p a{
	text-decoration:none;
	color:#990000;
	text-decoration:underline;
}
#mainContent p a:visited{
	text-decoration:none;
	color:#990000;
}
#mainContent p a:hover{
	text-decoration:none;
	color: #006699;
}
#mainContent ul li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	margin-left: 25px;
	margin-right:15px;
	line-height:1.5;
}
#mainContent ul li a{
	text-decoration:none;
	color:#990000;
}
#mainContent ul li a:visited{
	text-decoration:underline;
	color:#990000;
}
#mainContent ul li a:hover{
	text-decoration:none;
	color: #006699;
	background-color:#efefef;
}
#mainContent ol li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	margin-left: 25px;
	margin-right:15px;
}
#mainContent ol li a{
	color: #006699;
	text-decoration:underline;
}
#mainContent ol li a:visited{
	color: #666666;
	text-decoration:underline;
}
#mainContent ol li a:hover{
	color: #006699;
	background-color:#CCCCCC;
	text-decoration:underline;
}
#mainContent h1, h2, h3, h4, h5, h6{
	font-family:Arial, Helvetica, sans-serif;
}
#mainContent h1{
	font-size:20pt;
	color:#000000;
}
#mainContent h2{
	font-size:18pt;
	color:#000000;
}
#mainContent h3{
	font-size:16pt;
	color:#000000;
}
#mainContent h4{
	font-size: 14pt;
	color:#000000;
}
#mainContent h5{
	font-size: 12pt;
	color:#000000;
}
#mainContent h6{
	font-size:10pt;
	color:#000000;
}
#mainContent .item {
	padding: 0 .125in;
	border: 1px solid #666666;
	background: #ffffff;
	margin-bottom: .125in;
	padding:.125in;
	margin-top:.125in;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a  or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.searchbox	{
	display:block;
	display:inline-block;
	padding-left:5px;
	width:100%;
	font-size:80%;
	color:#ffffff;
	border: solid 1px #006699;
	background-color:#006699;
}
