body {
	margin: 0px;
	padding: 0px;
	background: url(../images/main_bg.png)  no-repeat center top;
	background-color: #91aabb;  
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
#background {
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
#navcolumn {margin: 0 0 0 20px;}
#contentcolumn {margin: 0 40px 0 0;}
img .alignright {float: right;}
img .alignleft {float: left;}
h1, h2, h3, h4, h5, h6 {
	margin: 15px 15px 5px 0;
	padding: 0;
	border: 0;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #006633;  
	}

h1 {
	font-size: 1.6em; /* equivalent to 180% */
	}

h2 {
	font-size: 1.4em; /* equivalent to 140% */
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9fc9b5;
}
h3 {
	font-size: 1.3em;
	}

h4, h5, h6 {
	margin-bottom: 0;
	font-size: 1.2em; /* equivalent to 120% */
}
/* ANCHORS */
a:link{
	border-bottom: 1px dotted #333333;
	color:#003366;
	text-decoration: none;
}
a:visited{
	border-bottom: 1px dotted #333333;
	color:#003366;
	text-decoration:none;
}
a:hover{
	border-bottom: 1px dotted #fff;
	color: #000000
	text-decoration:none;
}
a:active{
	border-bottom: 1px dotted #333333;
	color:#003366;
	text-decoration:none;
}

img {
	margin: 0;
	padding: 0px;
	border: 0px;
	background-color: #fff;
	float: right;
}
/* HEADER */
#border {
	height: 8px;
	width: 940px;
	margin: 0 auto;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #498067;	
}
#language {
	float: right;
}
#language li {
	display: block;
	float: right;
	margin: 5px;
}
#language li a {
	padding: 5px 10px;
	text-decoration: none;
	color: #dfede7;
	background-color: #498067;
	border: none;
}
#language li a:hover {
	border: none;
	text-decoration: none;
	background-color: #60a484;
}
#language li a:active {
	border: none;
	text-decoration: none;
	color: #ffffff;
	background-color: #60a484;
}
#search {
	margin: 80px 0 0 250px;
}
/* LOGO REPLACEMENT */
#logo {
	margin: 20px 0 5px 80px;
	padding: 0;
}
#logo h1 {   
    background: url(../images/logo.gif) no-repeat;   
    width: 180px;   
    height: 150px;   
    position: relative;
	display: block;
	margin: 0;
	padding: 0;
}   
#logo h1 a {   
    width: 180px;   
    height: 150px;   
    text-indent: -9000px;
	display: block; 
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
#logo h2 {   
	color: #1f3365;
	margin: 0;
	padding: 0;
	border: none;
}   

/* NAVIGATION */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
	float : left;
	width : 15em;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 15em;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 15.16em;
	margin-top : -2.15em;
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#nav li a {
	width: 15em;
	w\idth : 14em;
	display : block;
	color : #003366;
	text-decoration : none;
	background-color : white;
	border : 1px dotted #dcdcdc;
	padding : 0.5em 0.5em;
}
#nav li a:hover {
	color : white;
	background-color : #003366;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#content {
	margin-left : 12em;
}

/* PAGE HEADER */
.pageheader {
	height: 125px;
	border-bottom: 1px dotted #80c080;
	margin-bottom: 10px;
}
.pagetitle {
	float: left;
	width: 455px;
}
.pageimage {
	float:right;
	width:250px;
	margin-right:5px;
}
.pageheader h2 {
	font-size: 24px;
	text-transform: uppercase;
	margin: 50px 0 0 0;
	border: none;
}
.pageheader h3, .pageheader h3 a {
	color: #486378;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	text-decoration: none;
}
/* NEWS */
.frontnews {
	border: 2px solid #b4d2c4;
	overflow: auto;
	padding: 10px;
}


/*	FEATURES TEXT */
.featurestext ul, .featurestext li, .featurestext li ul, .featurestext li ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.featurestext h4, h4 a {
	margin: 0;
	padding: 0;
}
/*	EVENTS TEXT */
.eventstext ul, .eventstext li, .eventstext li ul, .eventstext li ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.eventstext li {
	color: #b97f69;
	margin: 0 0 10px 0;
}
.eventstext li a {
	color: #003366;
}

/* Volunteer */
.volunteer {
	float: right;
	background-color: #f5f5f5;
	width: 150px;
	padding: 20px;
	margin: 0 0 0 20px;
	border: 1px solid #666666;
}
.volunteer h2 {
	color: #003366;
	line-height: normal;
	margin: 0 0 10px 0;
}
/* Assessment */
.assessment {
	float: right;
	background-color: #f5f5f5;
	width: 175px;
	padding: 10px;
	margin: 0 0 0 10px;
	border: 1px solid #666666;
}
.assessment h2 {
	color: #003366;
	line-height: normal;
	margin: 0 0 10px 0;
}

/* FOOTER */
#footer {
	width: 940px;
	margin: 0 auto;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #498067;	
	font-size: 75%;
	height: 150px;
}

#footer a:link{
	border-bottom: 0;
}
#footer a:visited{
	border-bottom: 0;
}
#footer a:hover{
	border-bottom: 0;	
}
#footer a:active{
	border-bottom: 0;
}
#footer hr{
	border-color: #c2c1ba;
	position: relative;
	clear: both;
}
#footer .address {
	display: block;
	padding: 30px;
	float: left;
}

#footer .copyright {
	display: block;
	padding: 30px;
	float: right;
}


.provider2 {
	width: 200px;
	float: right;
	background-color: #f5e2db;
	border: 1px solid #d96a43;
	font-size: 24px;
	color: #ba7f69;
	margin: 0 0 20px 0;
}
.provider {
	width: 100%;
	height: 40px;
	background-color: #f5e2db;
	border: 1px solid #d96a43;
	font-size: 24px;
	color: #ba7f69;
	margin: 0 0 20px 0;
}
.provider a, .provider2 a {
	font-size: 18px;
	color: #9e5e48;
	margin: 0;
	padding: 0;
	border: none;
}
.provider a:hover, .provider2 a:hover {
	text-decoration: underline;
}
.provider img, .provider2 img {
	margin: 4px 0 0 0;
	padding: 0;
}
.pageheaderimage {
	margin: 0 0 20px 0;
}
.contacttable {
	width: 100%;
}
.contacttable td {
	vertical-align: top;	
}