/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font: bold 100% Tohoma;
width: 100%;
font-family: verdana, san-serif;
font-size: 10pt;
background-color: #347C2C;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: black;
padding: 2px 25px;
padding-bottom: 5px;
text-decoration: none;
background: transparent url(media/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: black;
}

#vdividermenu ul li a:hover{
color: black;
background-color: #ffe84f;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

body 
{ 
margin: 0;
padding: 0;
font-size: 10pt;
font-family: verdana, san-serif;
}

.standard
{ 
margin: 0;
padding: 0;
font-size: 10pt;
font-family: verdana, san-serif;
}

.highlight
{ 
color: #074497; 
margin: 0;
padding: 0;
font-size: 10pt;
font-family: verdana, san-serif;
font-weight: bold;
}

.header
{ 
color: #074497; 
margin: 0;
padding: 0;
font-size: 12pt;
font-family: verdana, san-serif;
font-weight: bold;
}

.motto
{ 
color: #074497; 
margin: 0;
padding: 0;
font-size: 30pt;
font-family: verdana, san-serif;
font-weight: bold;
}

.subheader
{ 
color: #074497; 
margin: 0;
padding: 0;
font-size: 10pt;
font-family: verdana, san-serif;
font-weight: bold;
}

.sub
{ 
color: #000000; 
margin: 0;
padding: 0;
font-size: 8pt;
font-family: verdana, san-serif;
font-weight: normal;
}

.menu
{ 
margin: 0;
padding: 0;
font-size: 9pt;
font-family: verdana, san-serif;
font-weight: bold;
}

a 
{ 
color: #E18B0F;  
text-decoration: none; 
}

a:visited 
{ 	
color: #E18B0F;  
text-decoration: none; 
}

a:hover 
{ 
color: #E18B0F; 
text-decoration: none; 	
}