body {
	background-color: #76B3FF;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
/* 
	Left Nav styles
*/
a:LINK.leftnav, a:VISITED.leftnav {
	display:block;
	width:146px !important; 
	width:166px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#2A5898;
	text-decoration:none;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #999999;
}
a:HOVER.leftnav {
	background-color: #FFFDDB;
}
a:ACTIVE.leftnav {
	color:#2a5898;
}

a:LINK.leftnavSUB, a:VISITED.leftnavSUB {
	display:block;
	width:146px !important; 
	width:166px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#006666;
	text-decoration:none;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #999999;
}
a:HOVER.leftnavSUB {
	background-color: #FFFDDB;
}
a:ACTIVE.leftnavSUB {
	color:#003366;
}


a:LINK.leftnavHome, a:VISITED.leftnavHome {
	display:block;
	width:146px !important;
	width:166px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#2A5898;
	text-decoration:none;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #999999;
}
a:HOVER.leftnavHome {
	background-color: #FFFDDB; 
}
a:ACTIVE.leftnavHome {
	color:#0066CC;
}

#banner {
	background-image: url(Images/bkg_Banner-in.gif);
	height: 90px;
}

#body_container {
	background-image: url(Images/bkg_body-in.gif);
}

#bottom {
	background-image: url(Images/bkg_bottom-in.gif);
	height: 60px;
}
