/* Website Styles */

a {text-decoration: underline; color: blue; font-family: arial, verdana;}
a:visited {color: purple;}
a:hover {color: red;}

img {
	border: none;
	}

.multiUse {
	font-family: arial, verdana;
	font-size: 12px;
	}
	
.contentHolder {
	font-family: arial, verdana;
	font-size: 12px;
	margin: 23px 27px 0px 23px;
	}
	
	.contentHolder ul {
		margin-top: 0px;
		color: #046FA0;
		}
		
.inlineDisclaimer {
	font-family: arial, verdana;
	font-size: 11px;
	line-height: 13px;
	margin: 23px 27px 0px 23px;
	color: #6c6c6c;
	}

	.inlineDisclaimer a {text-decoration: underline; color: 6c6c6c; font-family: arial, verdana; font-size: 11px;}
	.inlineDisclaimer a:visited {color: 6c6c6c;}
	.inlineDisclaimer a:hover {color: 00885F;}


.pageTitle {
	margin: 23px 0px 0px 23px;
	}
	
h1 {
	font-size: 18px;
	color: #00885F;
	}
	
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #046FA0;
	margin: 0px 0px 3px 0px;
	}

h3 {

	}

h4 {

	}

h5 {

	}

h6 {

	}

.greenText {
	color: #00885F;
	}
	
.blackText {
	color: black;
	}

.featuredText {
	background-color: #D7EBF2;
	padding: 11px 35px 11px 35px;
	}
	
	.featuredText h1 {
		font: 35px arial, verdana, sans-serif;
		color: #00885F;
		margin: 0px 0px 0px 0px;
		}
	
	.featuredText h2 {
		font: 20px arial, verdana, sans-serif;
		color: #11A0DB;
		margin: 0px 0px 0px 0px;
		}

/* Website Framework */

#mainHolder {
	width: 744px;
	}
	
#topArea {
	width: 100%;
	}

#mainArea {
	width: 100%;
	border-left: 1px solid #013022;
	border-right: 1px solid #013022;
	}


#menuArea {
	width: 135px;
	height: 400px;
	padding-top: 21px;
	background-image: url(images/menuback.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	}
	
	#menuArea div {
		margin: 0px 0px 10px 6px;
		}
		
		#menuArea div img {
			margin-right: 10px;
			border: none;
			}
	
#contentArea {
	background-image: url(images/contentback.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	padding-bottom: 10px;
	line-height: 17px;
	}
	
	.homeWaterMark {
		background-repeat: no-repeat;
	 	}
	
	.waterMark {
		background-image: url(images/watermark.gif);
		background-repeat: no-repeat;
		}
	
#footerArea {
	width: 100%;
	height: 14px;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #013022;
	border-right: 1px solid #013022;
	border-bottom: 1px solid #013022;
	}
	
#footText {
	font-family: arial, verdana;
	font-size: 11px;
	color: #3e3e3e;
	width: 100%;
	}
	
	#footText td {
		width: 33%;
		}

	#footText a {text-decoration: underline; color: #3e3e3e; font-family: arial, verdana; font-size: 11px;}
	#footText a:visited {color: #3e3e3e;}
	#footText a:hover {text-decoration: none; color: #00885F;}
