html{
	color:#666666;
}

#header{
	border: none;
	height: 100px;
	background-image: url(/images/splash_header.gif);
}

#body .listItem{
padding: 2px 0px 2px 5px;
color: Blue;
}

#body a{
   color: 0000FF;
   text-decoration: none;
}

#body a:hover{
   color: 0000FF;
   text-decoration: underline;
}

#leftNavHeader {
	border: 1px solid black;
	border-bottom: none;
	font: bold 15px Arial, Helvetica, sans-serif;
}

#leftNavBody {
	background-color: #CCCCCC;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

#body .rightNav{
	padding: 5px 8px 5px 8px;
	border: 1px dashed #FF9933;  
    width:180px;
}



