/* CSS Document */
BODY {
	margin: 0px 0px 0px 0px;
	background-image: url(images/bkg_pattern.png);
	background-color : #AAA399 ;
	color : #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#wrapperFixed {
	width: 770px;
	text-align: left;
	background-color: #FFFFFF;
	height: 100%;
	border: 1px solid #666666;
}

#topBanner {
 background-image:url('images/logo.gif'); 
 background-repeat: no-repeat; 
 background-color: #ffffff; 
 width: 100%;
 height:75px;
 padding-top: 10px;
}

#footer {
	font-size:9pt;
	color:#333333;	
	text-align: center;
	border-top: 1px solid #CCCCCC;
	padding: 10px 20px 3px 20px;
	background-color: #CCCCCC;
	height: 20px;
	width:730px;
}

#footer a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#navMain {
 background-color: #559D53;
 width: 770;
 padding: 5px;
}

.menuItem { 
 font-size: 12px;
 font-weight: bold;
 padding: 7px 7px 7px 20px;
 text-transform: uppercase;
}
.menuItem a {
 text-decoration: none;
 color: #FFFFFF;
}
.menuItem a:hover {
 color:#346033;
}