<!--
html, body {
	height:100%;
	background-color: #E4ECEC;
}
a:link {
	color: #9b9999;
	text-decoration: none;
}
a:visited {
	color: #9b9999;
	text-decoration: none;
}
a:hover {
	color: #1C7CDC;
	text-decoration: none;
}
a:active {
	color: #9b9999;
	text-decoration: none;
}
-->
TD.linknav {
  background:url(images/link_nav_bg.gif) repeat-x;
  height: 30px;
  font-family:Verdana;
  font-size:11px;
  font-weight:bold;
}
a.linknav:link {
	color: #000000;
	text-decoration: none;
}
a.linknav:visited {
	color: #000000;
	text-decoration: none;
}
a.linknav:hover {
	color: #5B9758;
	text-decoration: none;
}
a.linknav:active {
	color:  #000000;
	text-decoration: none;
}
TABLE.mainbody {
background-image: url(images/bg.gif);
}
.menubox{
	border-left: 1px #e2e2e2;
	border-spacing: 0px;
	border-style: solid;
	border-bottom: 1px #e2e2e2;
	border-style: solid;
	border-right: 0px #FFFFFF;
	border-style: solid;
	border-top: 0px #FFFFFF;
	border-style: solid;
}
TD.menunav {
  background:url(images/menu_nav_bg.gif) repeat-x;
  color: #9b9999;
  height: 30px;
  font-family:Verdana;
  font-size:12px;
  font-weight:bold;
}
a.menunav:link {
	color: #9b9999;
	text-decoration: none;
}
a.menunav:visited {
	color: #9b9999;
	text-decoration: none;
}
a.menunav:hover {
	color: #1C7CDC;
	text-decoration: none;
}
a.menunav:active {
	color: #9b9999;
	text-decoration: none;
}
.footer{
background-image: url(images/footer_bg.gif);
height:19px;
color:#FFFFFF;
font-family:verdana;
font-size:10px;
font-weight:bold;
}
.contentbox{
	border: 1px #e2e2e2;
	border-spacing: 0px;
	border-style: solid;
	background-color:#FFFFFF;
}
.contentheader{
  background:url(images/content_header_bg.gif) repeat-x;
  color: #FFFFFF;
  height: 30px;
  font-family:Verdana;
  font-size:14px;
  font-weight:bold;
}
.content{
  font-family:Verdana;
  font-size:11px;
}
.newsheader{
  background:url(images/news_header_bg.gif) repeat-x;
  color: #FFFFFF;
  height: 30px;
  font-family:Verdana;
  font-size:14px;
  font-weight:bold;
}
.newscontent{
  background:url(images/news_content_bg.gif) repeat-y;
  font-family:Verdana;
  font-size:10px;
}
#newsLayer {
    border: 1px #e2e2e2;
	border-spacing: 0px;
	border-style: solid;
	height:360px;
	z-index:1;
	overflow: auto;
	background:url(images/news_bg.gif) center center no-repeat;
}
/*-----Nav Bar ------*/ 
.navstyle{
	width: 100%;
	font-weight: bold;
}

.navstyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.navstyle ul{
	border: 0px solid #BBB;
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	list-style-type: none;
	background: url(Images/navbg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

.navstyle ul li{
	position:relative;
	display: inline;
}
.navstyle ul li a{
	width: 120px;
	height: 26px;
	padding: 2px 10px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
}
.navstyle ul li a:link{ 
	color: #666666;
}
.navstyle ul li a:visited{
	color: #666666;
}
.navstyle ul li a:hover{
	color: #FFFFFF;
	background: url(Images/navbg-over.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}
.navstyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
.navstyle ul li ul{
	left: 0;
	top: 0;
	position: absolute;
	visibility: hidden;
	text-align:left;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	padding: 0px 0px;
	border: 1px solid #DADADA;
}
.navstyle ul li ul a{
	display: block;
	width: 140px;
	text-decoration: none;
}
.navstyle ul li ul a:hover{
	color: #FFFFFF;
	background: url(Images/navbg-over.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}
.navstyle ul li ul li{
	height: 24px;
}
.navstyle ul li ul li a{
	display: block;
	height: 24px;
	text-decoration: none;
	padding: 0px 10px;
	/background: url(Images/navbg.jpg); /*THEME CHANGE HERE*/
}