   
	BODY {
	Background-color: #ffffff;
	background-image:   url(images/index11_02.jpg);
	background-repeat:repeat-x; 
	background-position:top;
}

.navmenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 199px;
border: 0px solid #d5d3d3;
border-bottom-width: 0;
}

.navmenu li a{
background: url(images/nav1.png) repeat-x bottom left;
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #2488c2;
display: block;
width: auto;
padding: 3px 0;
padding-left: 30px;
text-decoration: none;

}


* html .navmenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 199px;
}

.navmenu li a:visited, .navmenu li a:active{
color: #2488c2;
}

.navmenu li a:hover{
background-image: url(images/nav2.png);
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #ffffff;
}

#footer{
	background-image:     url(images/index_15.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 160px;
	padding:0px;
	margin:0px;
	text-align: center;
}

#footercontent{
	margin:0px auto;
	height:160px;
	width:861px;
	background-image:    url(images/index5_16.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
 }