/*+++++++++++++++++++++++++++++++++++++++++++++
  Header Menu Section file=bhmenu
  +++++++++++++++++++++++++++++++++++++++++++++*/

#bhmenu {
width: 100%;
float:left;
} 

#bhmenu ul
{
font-family:Arial,Verdana,Helvetica, sans-serif;
	font-size: 10px;
	font-weight: strong;
list-style-type:none;
margin:0;
padding:3;
} 

#bhmenu li
{
display: inline;
/* for IE5 and IE6 */
} 

#bhmenu a
{
color: #555555;
text-decoration: none;
font-size: 12px;
display: block;
padding: 3px;
width: auto;
background-color: #d7def0;
border-bottom: 1px dotted #80c080;

} 

#bhmenu a:hover
{
color: #003366;990000
text-decoration: none;
font-size: 12px;
display: block;
padding: 3px;
width: auto;
background-color: #EAEAEA;
border-bottom: 1px dotted #80c080;

} 




#bhmenu li a#current
{color: #990000;
border-bottom: 1px dotted #80c080;
    border-top: 1px dotted #80c080;
	border-right: 1px dotted #80c080;
	border-left: 1px dotted #80c080;
background: #eee;
} 

#bhmenu li a#header,a#header:hover,a#header:link,a#header:visited
{
border-bottom: 3px solid #7D9EC0;
background: #d7def0;
color: #003366;
text-decoration: none;
font-weight: bold;
font-size: 12px;
display: block;
padding: 3px;
width: auto;
} 

#bhmenu li a#aheader,a#aheader:hover,a#aheader:link,a#aheader:visited{

border-bottom: 3px solid #7D9EC0;
background: #d7def0;
color: #003366;
text-decoration: none;
font-weight: bold;
font-size: 12px;
display: block;
padding: 1px;
width: auto;
}

/*+++++++++++++++++++++++++++++++++++++++++++++
  Body text section
  +++++++++++++++++++++++++++++++++++++++++++++*/
.headertext {
	font: bolder normal 12px/normal Arial, Helvetica, verdana, geneva, sans-serif;
	text-transform: uppercase;
	color: #990000;
	border-top: medium solid #999999;
	border-right: medium none;
	border-bottom: 0.01mm dashed #006666;
	border-left: medium none;

}
.headertextred {
	font: bold normal 12px/normal Arial, Helvetica, verdana, geneva, sans-serif;
	text-transform: uppercase;
	color: #990000;
}
.maintext {

	font: normal 12px/normal Arial, Helvetica, verdana, geneva, sans-serif;
	text-transform: none;
	color: #333333;
}

}
.maintext2 {

	font: normal 10px/normal Arial, Helvetica, verdana, geneva, sans-serif;
	text-transform: none;
	color: #333333;
	
}.headertextblue {

	font: bold normal 12px/normal Arial, Helvetica, verdana, geneva, sans-serif;
	text-transform: none;
	color: #003366;
}
.headertextredlight {

	font: normal 12px/normal Arial, Helvetica, verdana, geneva, sans-serif;
	text-transform: none;
	color: #990000;
}

