   
	BODY {
	Background-color: #d2e5cf;
	background-image:   url(images/index_02.jpg);
	background-repeat:repeat-x; 
	background-position:top;
}

.navmenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 164px;
border: 0px solid #0A260F;
border-bottom-width: 0;
}

.navmenu li a{
background: url(images/nav1.png) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: FFFFFF;
display: block;
width: auto;
height: 30px;
line-height: 25px;
padding: 5px 0px 0px 20px;
text-decoration: none;

}


* html .navmenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 164px;
}

.navmenu li a:visited, .navmenu li a:active{
color: FFFFFF;
}

.navmenu li a:hover{
background-image: url(images/nav2.png);
color: 9be808;
}

#footer{
	background-image:     url(images/index_16.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 131px;
	padding:0px;
	margin:0px;
	text-align: center;
}

#footercontent{
	margin:0px auto;
	height:131px;
	width:873px;
	background-image:    url(images/index_17.jpg);
	background-position: 0px;
	
.menu {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:18px;
	text-decoration:underline;
	font-weight:bold;
}
.menu:hover {
	font-family:  Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height:18px;
	text-decoration:underline;
	font-weight:bold;
}

.menu2 {
	font-family:  Tahoma, Helvetica, sans-serif;
	font-size: none;
	color: #0000ff;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
}
.menu2:hover {
	font-family:  Tahoma, Helvetica, sans-serif;
	font-size: none;
	color: #000000;
	line-height:18px;
	text-decoration:underline;
	font-weight:bold;
}
ul. redcheck li {
background-image:url(bullet.jpg) no-repeat; 
	}
	
.hlight {  
 background-color: #FFFF00
 }