 .news {
	padding: 0px;
	margin: 15px 0px 0px 10px;
	overflow: auto;
	height: 379px;
}

 .news1 {
	padding: 0px;
	margin: 15px 0px 0px 10px;
	overflow: auto;
	height: 250px;
}

 .news_entry {
    padding-bottom: 12px;
}
 .news_date {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 4px;
}
 .news_text {
	color: black;
	font-size: 12px;
}
 .news_text a:link {
    color: #000099;
	text-decoration: none;
	
}
 .news_text a:visited {
    color: #000099;
	text-decoration: none;
}
 .news_text a:hover {
	color: #990000;
	text-decoration: none;
}
/* Header Navigation */
.headernav {
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 21px;
	border: 1px solid #000000;
	border-right: 0px;
	height: 22px;
	width: 390px;
	voice-family: "\"}\"";   /* ie5win fudge starts */
	voice-family: inherit;
	width: 389px;
}
html>body .headernav {
	width: 389px;    /* ie5win fudge ends */
}
.headernav ul {
	position: relative;
	list-style-type: none;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
.headernav li {
	display: inline;
}
.headernav ul li a {
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FCD22C;
	text-decoration: none;
	padding: 3px 18px 3px 18px;
	background:  url("../../media/images/backgrounds/navbar/navlightred22_r1_c2.gif") repeat-x;
	vertical-align: middle;
	border-right: 1px solid #000000;
	height: 16px;
}
.headernav ul li a:link {
	color: #FCD22C;
}
.headernav ul li a:hover {
	color: #FFFFFF;
	background:  url("../../media/images/backgrounds/navbar/navlightblue22_r1_c2.gif") repeat-x;
}
/* ie6 Float Hack */
/* Hides from IE-mac \*/
* html .headernav {height: 1%;}
/* End hide from IE-mac */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }  
/* End */

/* Side Navigation */
div#sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #000000;
	border-bottom: 0px;
	width: 189px;
	voice-family: "\"}\"";   /* ie5win fudge starts */
	voice-family: inherit;
	width: 189px;
}
html>body div#sidenav {
	width: 189px;    /* ie5win fudge ends */
}
div#sidenav ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	visibility: visible;
	z-index: 100;
	white-space: nowrap;
}
div#sidenav ul li {
	width: 171px;
	text-decoration: none;
	color: #FCD22C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
div#sidenav ul li a {
	display: block;
	height: 16px;
	font-size: 12px;
	color: #FCD22C;
	text-decoration: none;
	padding: 3px 9px 3px 9px;
	background:  url("../../media/images/backgrounds/navbar/navlightred22_r1_c2.gif") repeat-x;
	border-bottom: 1px solid #000000;
	width: 191px;
	voice-family: "\"}\"";   /* ie5win fudge starts */
	voice-family: inherit;
	width: 171px;
}
html>body div#sidenav ul li a {
	width: 171px;    /* ie5win fudge ends */
}
div#sidenav ul li a:link {
	color: #FCD22C;
}
div#sidenav ul li a:hover {
	color: #FFFFFF;
	background:  url("../../media/images/backgrounds/navbar/navlightblue22_r1_c2.gif") repeat-x;
}
/* ie6 Float Hack */
/* Hides from IE-mac \*/
* html div#sidenav {height: 1%;}
/* End hide from IE-mac */

/* Fix IE. Hide from IE Mac \*/
/** html ul li { float: left; }
* html ul li a { height: 1%; }  
/* End */