body{
	background-color: white;
	background-image: url(bkg.gif);
	background-position: left;
	background-repeat: repeat-y;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
p{ 
margin-top: 8px; 
} 
a:link {
	color: #6699cc;
	text-decoration: none;
}
a:hover{
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #6699cc;
	text-decoration: none;
}
a:active:{
	color: #6699cc;
	text-decoration: none;
}
.menuOn{
	color: #336699;
	cursor: hand;
}
.menuOff{
	color: #6699cc;
	cursor: hand;
}
.bodyTxt{
	background-color: EBF5EB;
	color: #336699;
	font-size: 10.5px;
	padding-left: 15px;
}
.subHead{
	background-color: EBF5EB;
	color: #336699;
	font-size: 14px;
	padding-left:15px;
}
#list{
position: relative;
left: -20px;
top: -8px;
}

