body {
	background-image:  url(../images/bgs/sitebg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-repeat: repeat-x;
	}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #056751;
	}

.subheader {
	font-size: 16px;
	color: #075A46;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}


/* Nav Content Map Colors */
.navContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bgs/navbg.jpg);
	background-repeat: repeat-x;
	color: #333333;
	font-weight: bold; 
	}
.navContent a:link { 
	color: #333333;
	}
.navContent a:visited {
	color: #333333;
	}
.navContent a:active {
	color: #333333;
	}
.navContent a:hover {
	color: #990000;
	}


/* Main Content Map Colors */
.mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bgs/mainContentBG.jpg);
	background-repeat: repeat-x;
	color: #056751;
	}
.mainContent a:link { 
	color: #056751;
	}
.mainContent a:visited {
	color: #056751;
	}
.mainContent a:active {
	color: #056751;
	}
.mainContent a:hover {
	color: #333333;
	}


/* Feature Side Content Colors */
.featureContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bgs/featureSideBG.jpg);
	background-repeat: repeat-x;
	color: #056751;
	}
.featureContent a:link { 
	color: #056751;
	}
.featureContent a:visited {
	color: #056751;
	}
.featureContent a:active {
	color: #056751;
	}
.featureContent a:hover {
	color: #333333;
	}


/* Footer Nav Colors */
.fNav {
	color: #056751;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.fNav a:link { 
	color: #056751;
	}
.fNav a:visited {
	color: #056751;
	}
.fNav a:active {
	color: #056751;
	}
.fNav a:hover {
	color: #333333;
	}
	
/* Forms Colors */
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ABD3CB;
	color:#056751;
	border:1px solid #FFFFFF;
	border-top-color: #0B8368;
	border-left-color: #0B8368;
	border-bottom-color: #0B8368;
	border-right-color: #0B8368;
	}
	
blockquote.attention {
	padding: 0px 10px 0px 10px;
	margin-right: 100px;
	border-left: 10px solid #056751;
	font-size: 14px;
	font-weight:bold 
}
	
div.custonmHdg {
	background-image: url(../images/headings/featureBlankBG.jpg);
	height: 30px;
	color: #0C5645;
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
	padding-left: 8px;
}
