body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #008001 url(../images/pageback_2.jpg) repeat-x;
}
#wrapper {
	background: #ffffff url(../images/wrapper_left_shadow.gif) repeat-y;
	border-top: 1px solid #101E4D;
	border-right: 1px solid #101E4D;
	border-bottom: 1px none #101E4D;
	border-left: 1px solid #101E4D;
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#maincontent {
	float: left;
	width: 469px; /* 469 + 35 + 25 + 1 = 530 */
	margin: 0px 0 0 0;
	padding: 0 35px 0 25px;
	border-left: 1px dashed #A50052;
}
#maincontent ul.overview {
	padding : 0 0 0 18px;
}
#maincontent ul.overview li {
	margin: 6px 0 0 0;
}
#maincontent ul.overview li.first {
	margin: 15px 0 0 0;
}

#maincontent a, #maincontent a:link, #maincontent a:visited {
	color: #004300;
}
#maincontent a:hover, #maincontent a:active {
	color: #A50052;
}

#sidebar {
	float: left;
	width: 214px; /* 214 + 10 + 6 = 230 */
	margin: 0px 0 0 0;
	padding: 0 10px 0 6px;
	font-size: 12px;
}
#sidebar ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}
#sidebar li {
	margin: 0 0 1px 0px;
}
#sidebar ul a, #sidebar ul a:link, #sidebar ul a:visited {
	text-decoration: none;
	padding: 3px 0 3px 20px;
	display: block;
	color: #101F4B;
	background-image: url(../images/list_up.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	font-weight: bold;
	/*border-bottom: 1px solid #fff; */
}
#sidebar ul a:hover, #sidebar ul a:active, #sidebar ul a:focus, #on a:link, #on a:visited, #on a:hover, #on a:active, #on a:focus  {
	color: #A50052;
	background-image: url(../images/list_over.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	/*border-bottom: 1px dashed #fff;*/
}
h2 {
	font-size: 16px; 
	margin: 0px 0px 0px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed  #A50052;
}
#footer {
	clear: both;
	font-size: 11px;
	margin-top: 25px; 
	padding: 18px 0 13px 0;
	/*border-top: 1px dashed #B9C6AB; */
	width: 760px;
	background-image: url(../images/footerback_1.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#footer p {
	margin: 0;
	padding: 0 0 0 300px;
	color: #727272;
}
h3.newstitle {
	color: #A50052;
	font-size: 13px; 
	font-weight: bold;
	margin: 15px 0 0 0;
}
h4.DateHeader {
	color: #666666;
	font-size: 10px; 
	font-weight: bold;
	margin: 0 0 7px 0;
}
img.newsfeed {
	margin: 20px 0 0 20px;
}