@charset "utf-8";
html { overflow-y: scroll; }
A:LINK {
	color : #506A1A;
	text-decoration : underline;
}
A:HOVER {
	color : #9ACD32;
	text-decoration : none;
}
A:VISITED {
	color : #191970;
	text-decoration: underline;
}
BODY {
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333;
	background-color: #fff;
}
h1 {
	font-size: medium;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
}
h2 {
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background-color: "#B7CACE";
	font-weight: bold;
}
h3 {
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333;
	font-style : italic;
	font-weight: bold;
}




#navcontainer ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
	background:  url("images/gradient_background.gif") repeat-x 20px;
	font: 10px/20px "Lucida Grande", verdana, sans-serif;
	text-align: center;
}

#navcontainer a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 96px;
	border-top: 1px dotted #81C3C1;
	border-left: 2px ridge #81C3C1;
	border-bottom: 1px double #81C3C1;
	
}

#navcontainer li#active {
	background:  url("images/gradient_background_active.gif") repeat-x 20px;
}
#navcontainer a:hover {
	background:  url("images/gradient_background2.gif") repeat-x 20px;
}
ul li {
list-style: none;
list-style-image: url(/images/invisiblebullet.gif);
}

