body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-3dlight-color: #999999;
    scrollbar-arrow-color: #ff9900;
    scrollbar-base-color: #3f77b0;
    scrollbar-darkshadow-color: Black;
    scrollbar-face-color: #3f77b0;
    scrollbar-highlight-color: #686868;
    scrollbar-shadow-color: #333333;
    scrollbar-track-color: #cccccc;
}



a:link, a:visited, a:active {
   color: #3f77b0;
	text-decoration: underline; 
}
a:hover {
	text-decoration:none;
	background-color: #3f77b0;
	color: #fff;
	}

h1 {
	font-size: 16px;
	color:  #3f77b0;
	font-weight: bold;
	margin-bottom: 3px;
}

h2 {
	font-size: 18px;
	color:  #3f77b0;
	font-weight: bold;
	margin-bottom: 3px;
}

h3 {
	font-size: 16px;
	color:  #ff9900;
	font-weight: bold;
	margin-bottom: 3px;
}

h4 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-bottom: -15px;
}

h5 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

hr {
	border-bottom: 1px solid #3f77b0;
}

#bodycontent {
	margin-right: 40px;
}



#news h1 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

#news h2 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-bottom: -15px;
}

#homenews p{
	color: #666;
	margin-left: 10px;
	margin-right: 5px;
}

#homenews h1 {
	margin-left: 10px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

#homenews h2 {
	margin-left: 10px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-bottom: -15px;
}

#leftnav{
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftnav h3{
	padding-left: 12px;
}

#leftnav .li1{
	list-style-image: url(../images/orangebullet.gif);
	padding-bottom: 5px;
	margin-left: -10px;
}

#leftnav .li2{
	list-style-image: url(../images/bluebullet.gif);
	padding-bottom: 5px;
	margin-left: -10px;
}

#leftnav a:link, #leftnav a:visited, #leftnav a:active{
	font-size: 11px;
	color: #000;
	text-decoration: none;	
}

#leftnav a:hover{
	background-color: transparent;
	text-decoration: underline;
}

#footer {
	font-size: 10px;
	color: #999;
	padding-top:10px;	
}

#footer a:link, #footer a:visited, #footer a:active{
	color: #999;
	text-decoration: underline;	
	margin-left: 5px;
	margin-right: 5px;
	background-color: #fff;
}

#footer a:hover{
	text-decoration: none;
}

.text250 {
	font-size:12px;
	border: 1px solid #3f77b0;
	background-color: #CCCCCC;
	width: 250px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.text360 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #3f77b0;
	background-color: #CCCCCC;
	width: 360px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.button {
	color: #ff9900;
	font-weight: bold;
	background-color: #3f77b0;
	border-color: #686868;
	border-width: 1px;
	border-style: solid;
}	