a
{
	color : #333333;
	text-decoration : none;
}

a:link
{
	color : #333333;
	text-decoration : none;
}

a:visited
{
	color : #333333;
	text-decoration : none;
}

a:hover
{
	color : #666666;
	text-decoration : underline;
	color: #FF0000;
}

a:active
{
	color : #333333;
	text-decoration : none;
}

body{
	margin:0px;
	font : 70% Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color : #000000;
	line-height: 150%;
	text-align:left;	
	background-color:#47957c;
	background-image:url(img/grn_bkg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

tr, td {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif; 	
	color : #000000;
	line-height: 150%;
	text-align:left;
}
.content {
	margin: 20px 10px 10px 20px;
	padding: 0px;
	width: 400px;
}
h1 {
	font: 1.4em arial, verdana, Helvetica, sans serif;
	font-weight: bold;
	color: #b21d1a;
}
h2 {
	font: 1.0em arial, verdana, Helvetica, sans serif;
	font-weight: bold;
	color: #b21d1a;
}
.boxtext {
	margin:10px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:10px;
	line-height: 110%;
}
.boxtitle {
	margin: 2px 0px 0px 10px;
	color:#FFFFFF;
	font-weight:bold;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:10px;
	line-height: 110%;
}
.foot {
	font-size:10px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color:#666666;
	margin: 5px 10px 5px 0px;
	padding: 5px 10px 5px 0px;
	text-align:right;
}

/* CCS 75 */
#navsite p {
	display: none;
}
#navsite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: none;
	width: 140px;
	margin-left: 10px;
	padding: 10px;
	margin-bottom: 1em;
	background-color: #;
	color: #47957c;
}

#navsite ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navsite ul li {
	margin: 3px 0px 3px 0px;
	border-bottom: 1px dotted #47957c;	
}

#navsite ul li a {
	display: block;
	
	border-left: 0px solid #8F2CID;
	border-right: 0px solid #69c;
	border-bottom: 0px dotted #FFF;
	background-color: #;
	color: #47957c;
	text-decoration: none;
	width: 100%;
}
html>body #navsite ul li a {
	width: auto;
}
#navsite ul li a:hover {
	border-left: 0px solid #8F2CID;
	border-right: 1px solid #;
	border-bottom: 0px dotted #FFF;
	color: #00402c;
}
/* second nav - interior */
#subnav {
	display: block;
}

#subnav ul {
	
	width:120px;
	list-style-type: square;
	list-style-position:outside;
	margin-left: 15px;
	padding-left: 0px;
	line-height: 100%;
	
}

#subnav ul li {
	margin: 3px 0px 3px 0px;
	border-bottom: 0px dotted #47957c;	
}

#subnav ul li a {
	display: block;	
	border-left: 0px solid #8F2CID;
	border-right: 0px solid #69c;
	border-bottom: 0px dotted #FFF;
	background-color: #;
	color: #47957c;
	font-size: 10px;
	text-decoration: none;
	width: 100%;
}
html>body #navsite ul li a {
	width: auto;
}
#subnav ul li a:hover {
	border-left: 0px solid #8F2CID;
	border-right: 1px solid #;
	border-bottom: 0px dotted #FFF;
	color: #00402c;	
}