@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	line-height:16px;
}
.copyright {
	font-family: Arial;
	font-size: 12px;
	color: #666;
	padding-top:4px;
}
a {
	font-weight: bold;
	color: #492f92;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #492f92;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #7bc143;
	text-decoration: none;
}

a:hover {
	color: #7bc143;
	text-decoration: underline;
}
.sitemap {
	font-family: Arial;
	font-size: 11px;
	color:#333;
	line-height:16px;
}

.sitemap a {
	font-family: Arial;
	font-weight:normal;
	font-size: 11px;
	color:#333;
	line-height:16px;
	text-decoration:none
}

.sitemap a:visited {
	color: #333;
	text-decoration: none;
}

.sitemap a:hover {
	color: #7bc143;
	text-decoration: underline;
}
.pagetitle {
	font-family: Arial;
	font-size: 18px;
	color: #000;
}
h1 {
	font-family: Arial;
	font-size: 13px;
	color: #000;
	font-weight:bold;
}
.sidebar {
	color: #333;
	}
	
.greentitle {
	color: #7bc143;
	font-size: 14px;
}
.ncca {
	font-family: Arial;
	font-size: 22px;
	color: #000;
}
.headline {
	font-family: Arial;
	font-size: 15px;
	color: #000
	line-height:20px;
}
.news {
	font-family: Arial;
	font-size: 22px;
	font-weight:bold;
	color: #7ac043
}
.home {
	font-family: Arial;
	font-size: 16px;
	color: #000;
	line-height:22px;
}

.homeboxes {background-color: #dbd6e9; padding:6px;}

.featureboxes {
	background-color: #b7acd3; padding:6px;
	font-family: Arial;
	font-size: 18px;
	color: #492f92;
	font-weight:bold;
	line-height:20px;
}
.featureboxestext {
	background-color: #b7acd3; padding:6px;
	font-family: Arial;
	font-size: 18px;
	color: #492f92;
	font-weight:bold;
	line-height:20px;
}
.featureboxes a:hover {
	color: #fff;
	text-decoration: underline;
}

.featureboxeswhite {
	font-family: Arial;
	font-size: 18px;
	color: #ffffff;
	font-weight:bold;
	line-height:20px;
}
.greenfeatureboxes {
	font-family: Arial;
	font-size: 18px;
	color: #7bc143;
	font-weight:bold;
	line-height:20px;
}
	
	/* STYLES FOR TOP NAV */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}
#nav li ul {
	position: absolute;
	background:#e4f3d9;
	width: 210px;
	left: -999em;
	padding:5px 0px 5px 0px;
}
#nav li ul li{
	display:block;
	width:220px;
	text-align:left;
	padding:2px 0px 2px 15px;
}
#nav li ul li a{
	display:block;
	width:220px;
}


#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
.small {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	line-height:12px;
}
.cell {
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
