/* CSS Document */
body	{
background-color:#bbb;
margin:0;
}

.hmpg	{
font-size:18px;
font-weight:bold;
}

#contentarea	{
 position:relative; 
 margin:5px;
 padding-left:25px;
 padding-right:10px;
 width:90%; 
 height:100%; 
 z-index:1; 
 overflow:auto;
 background-image: url(images/contentDiv2.png);
 }
 
 #banner	{
margin-top:10px;
background-image:url("images/banner.png");
width:685px;
height:130px;
}
 
 #menu {
 margin-bottom:10px;
 width:98%;
 background-color:#aaa;
 }

/* CSS NavBar-specific styles */

.menu ul {
	margin: 0;
	list-style: none;
	}

.menu li {
	float: left;
	margin:0;
	width:10em;
	padding-right:2px;
	text-align: center;
	}
 
 .verbage	{
  margin-left:10px;
 padding:10px;
 }
 
 .rtImg	{
  float:right;
 clear:left;
   margin-left:10px;
   margin-right:10px;
 padding:10px;
 }
 
  .ltImg	{
  float:left;
 clear:right;
   margin-left:10px;
   margin-right:10px;
 padding:10px;
 }

A:link 		{color:#309; text-decoration:none;}
A:visited 	{color:#30c; text-decoration:none;}
A:active 	{color:#309; text-decoration:none;}
A:hover 	{color:#3ff; text-decoration:underline;}




.menu{
font-family:Trebuchet MS, Arial; Tahoma; Times New Roman; 
font-size:11px; 
font-weight:bold; 
color:#570100;}

.menu A	{
background-image:url(images/greyback.png);
font-family:Trebuchet MS, Arial; Tahoma; Times New Roman; 
font-size:11px; 
	width:10em;
	display:block;
font-weight:bold; 
color:#570100;
text-decoration:none;}

.menu A:link{
font-family:Trebuchet MS, Arial; Tahoma; Times New Roman; 
background-image:url(images/greyback.png);
font-size:11px; 
font-weight:bold; 
color:#570100;
text-decoration:none;}

.menu A:visited{
font-family:Trebuchet MS, Arial; Tahoma; Times New Roman; 
font-size:11px; 
font-weight:bold; 
color:#570100;
text-decoration:none;}

.menu A:active{
font-family:Trebuchet MS, Arial; Tahoma; Times New Roman; 
font-size:11px; 
	width:10em;
	display:block;
font-weight:bold; 
color:#570100;
text-decoration:none;}

.menu A:hover{
font-family:Trebuchet MS, Arial; Tahoma; Times New Roman;
	background-image:url(images/greybackdown.png); 
font-size:11px; 
font-weight:bold; 
color:#CC0000;
text-decoration:underline;}

/*

.body{
font-family:Trebuchet MS, Arial; Tahoma; Times New Roman;
font-size:13px; 
line-height:20px;
color:#404040;}

.bodysmall{
font-family:Trebuchet MS, Arial; Tahoma; Times New Roman;
font-size:11px; 
line-height:20px;
color:#404040;}

.caption{
font-family:Trebuchet MS, Arial; Tahoma; Times New Roman;
font-size:11px; 
color:#404040;}
*/
