/* CSS Document */


<!--
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #407d6a;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005138;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
-->

.style1 {color: #000000}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #005138;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #8F9F85;
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #8F9F85;
}

h4{
 font-size: 100%;
 font-weight: bold;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#navBar{
	padding: 2px;
	background-color: #407d6a;

}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}



/*************** #pageName styles **************/

#pageName{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #ffffff;
}






/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}




/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
  display: block;
  font-size: 12px;
  color: #ffffff;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionWords a:link{
  font-size: 12px;
  color: #000000;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}
#sectionWords a:hover{
  font-size: 12px;
  color: #000000;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}
#sectionLinks a:active{
	 display: block;
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
}
#sectionLinks a:visited{
	 display: block;
  font-size: 12px;
  color: #ffffff;
}

#sectionLinks a:hover{
    display: block;
	font-size: 12px;
    color: #000000;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
}
.latestnews {font-size: 16px; font-weight:bold; color:#555555;}
.latestnews:hover{font-size: 16px; font-weight:bold; color:#F5E400;}