a:link { color: #0000FF; }
a:visited { color: #800080; }


/* vvvvv [Top Navigation Menu] vvvvv */
ul#menuTop 
{	
	padding: 0;
	margin: 0;
	background-color: #004A29;
	color: #fff;
	width: 100%;
 	font-family: Arial, Verdana, "Times New Roman", Times, serif; 
	font-size: 12px;
	font-weight: bold;
}

ul#menuTop li { 
	display: inline;
	 }

ul#menuTop li a {
  padding: .25em .8em;
  background-color: #004A29;
  color: #fff;
  text-decoration: none;
  text-align: center;
  float: left;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

ul#menuTop li a:hover {
	color: #004A29;
	background-color: #fff;
}
/* ^^^^^ [Top Navigation Menu] ^^^^^ */


 /* vvvvv [Left Hand Side Navigation Main Menu] vvvvv */


#menuLeft 
{
	background-color: #096B3E; 
	/* border: 1px solid #ccc;
	margin: 10px; */
	}
	
#menuLeft ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/* background-color: #096B3E; */
	/*height: 200px; */
	}

	
#menuLeft li a:link, #menuLeft li a:active, #menuLeft li a:visited {
	color: #000000;
	display: block;
	background: url(/images/GreenMainMenuLeft.gif);
	background-repeat: no-repeat;
	padding: 8px 0 6px 30px;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	/*height: 32px;*/
	}
	
#menuLeft li a:hover{
	color: #FFFF00;
	display: block;
	background: url(/images/GrayMainMenuLeft.gif);
	background-repeat: no-repeat;
	padding: 8px 0 6px 30px;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	/*height: 32px;*/
	}

 /* ^^^^^ [Left Hand Side Navigation Main Menu] ^^^^^ */
 
#centerDoc { 
	background:#FFFFFF;
	padding: 0px 30px 20px 20px; /*top right bottom left*/ 
	margin: 0px;
 } 

#centerDoc li { 
	list-style-type: none; 
	list-style-image: url(images\green_arrow_bullet.png);
	padding: 0 0 0 .5em; /*top right bottom left*/ 
	font-size: x-small; 
} 


/* Layout Stylesheet */ 
h1 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 24px; 
	font-weight: bold; 
	color: #006600;
	margin: 10px 0px 5px 0px; 
} 
h2 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #006600; 
	border-bottom: 1px solid #006600;
	margin: 10px 30px 3px 0px;
} 
h3 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #006600; 
	margin: 20px 0px 3px 0px;
}
h4 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 14px; 
font-weight: bold; 
color: #FFFFFF; 
}
h5 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 20px; 
	font-weight: bold; 
	color: #006600;
	margin: 10px 0px 5px 0px; 
	text-align:center;
}
h6 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 24px; 
	font-weight: bold; 
	color: #006600;
	margin: 10px 0px 5px 0px; 
	text-align:center;
}

body {
 margin:10;
 background:#FFFFFF;
 color: #333333;
 text-align:left;
 font-family: Verdana, "Times New Roman", Times, serif; 
 }

#NewsTitle 
{
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14pt; 
	font-weight: bold; 
	color: #006940; 
}
#NewsBody
{
 	margin:0;
 	color: #000000;
	font-size: 11pt; 
	font-family: Tahoma, Verdana, "Times New Roman", Times, serif; 
 }
#DisclaimerFont {
 margin:10px;
 background:#FFFFFF;
 color: #333333;
 text-align:left; 
 font-size: 11px; 
 font-family: Georgia, Verdana, "Times New Roman", Times, serif; 
 }
 
#BannerPromoText {
 	color: #FFCC00;
 	font-family: Verdana, "Times New Roman", Times, serif; 
 	font-style: italic;
	font-weight: bold;
	font-size: 18px;
 	text-align:center; 
}
#CriticalText {
 	color: #FF0000;
	font-weight: bold;
}
#chkBullet li {
	font-size: 18px; 
 	margin:10;
	background:#FFFFFF;
	color: #333333;
	text-align:left;
	font-family: Verdana, "Times New Roman", Times, serif; 
	list-style-image: url(/images/chk.gif);
}