
body{
	background:#003300;
	}

#wrapper{
	margin: auto;
	border-top:2px solid #659565;
	border-right:2px solid #659565;
	border-bottom:2px solid #659565;
	border-left:2px solid #659565;
	width:725px;
	background:#FFF;
	}

#bodyDiv{
	width:95%;
	margin:10px 0px 0px 10px;
	padding:0px 10px 10px 10px;
	}

.contactFormStyle input,textarea,select{
	border:1px solid #003300;
	font: normal normal 12px verdana, arial, sans-serif;
	overflow: auto;
	padding-left:1px;
}
input.contactSubmitBTN{
	border:4px double #003300;
	padding:2px 8px;
	font-weight:bold;
}
.off{
	background:#FFFFCC;
}
.over{
	background:#9BE08F;
	cursor:pointer;
}

#headerDiv{ }

/* -------------------------- TOP NAVIGATION -------------------------- */
#topNavDivNONE{
	height:;
	width:100%;
	background:#004C00;
	}

#topNavDiv{
	width:100%;
	background:#004C00 ;	
	border-top:0px solid #666;
	border-right:0px solid #666;
	border-bottom:0px solid #666;
	border-left:0px solid #666;
	}

table.topNav td a{
	display: block;
	height:;
	text-decoration: none;
	text-align:center;
	font: normal bold 11px verdana, arial, sans-serif;
	padding:5px 8px;
	margin:0px 3px 0px 3px;
	}
table.topNav td{
	border-left:1px solid #004C00;
	}

table.topNav td a.topNavLinks:link, table.topNav td a.topNavLinks:visited { color: #FFF; }
table.topNav td a.topNavLinks:focus, table.topNav td a.topNavLinks:hover {
	color: #003300; 
	text-decoration: none;
	background: #FDDC37;
	}
	
/* ~~~~~~~~ TOP NAV CURRENT ~~~~~~~~ */
table.topNav td a.topNavCurrent:link, table.topNav td a.topNavCurrent:visited {
	color: #FFF;
	background: #003300;
	}
table.topNav td a.topNavCurrent:focus, table.topNav td a.topNavCurrent:hover {
	color: #003300; 
	text-decoration: none;
	background: #FDDC37;
	}


/* ------------ LEFT NAVIGATION ---------------- */
table.leftNav{
	float:right;
	width:215px;
	text-align:Left;
	background:#EFEFEF ;
	margin-top: 40px ;
	margin-right: 10px ;
	margin-left:5px;
	
	border-top:0px solid #003300;
	border-right:1px solid #003300;
	border-bottom:1px solid #003300;
	border-left:0px solid #003300;
	}
table.leftNav td{
	border-bottom:1px solid #EFEFEF;
	}
table.leftNav td a{
	display: block;
	text-decoration: none;
	font: normal bold 11px verdana, arial, sans-serif;
	padding:5px 1px 5px 3px;
	}

table.leftNav td a.leftNavLink:link, table.leftNav td a.leftNavLink:visited { color: #003300; }
table.leftNav td a.leftNavLink:focus, table.leftNav td a.leftNavLink:hover {
	color: #000; 
	text-decoration: none;
	background: #E0E0E0;
	}
	
/* ~~~~~~~~ LEFT NAV CURRENT ~~~~~~~~ */
table.leftNav td a.leftNavCurrent:link, table.leftNav td a.leftNavCurrent:visited {
	color: #000;
	background: #CCCCCC;
	}
table.leftNav td a.leftNavCurrent:focus, table.leftNav td a.leftNavCurrent:hover {
	color: #000; 
	text-decoration: none;
	background: #E0E0E0;
	}



/* +++++++++++++++++++ SUB NAV ++++++++++++++++++++ */
tr.leftNavSub td a{
	display: block;
	text-decoration: none;
	font: normal normal 10px verdana, arial, sans-serif;
	padding:0px 0px 0px 15px;
	}
tr.leftNavSub td a:link, tr.leftNavSub td a:visited {
   color: #FFF;
	}
tr.leftNavSub td a:focus, tr.leftNavSub td a:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6;
	}



/* ---------- Footer Elements ---------- */
#footerDiv{
	width:100%;
	float:left;
	text-align:center;
	background:#659565;
	margin-bottom:-1px;
	padding:2px 0px 2px 0px;
	}

.footerSpan{
	font:normal normal 10px verdana, arial, sans-serif;
	color: #FFF;
	}

/* ------------- FONTS ----------------- */
.title{
	font:normal bold 16px verdana, arial, sans-serif;
	color: #003300;
	}
.tagline{
	font:italic bold 14px verdana, arial, sans-serif;
	color: #000;
	}

.bodyText {
	font:normal normal 12px/1.5 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	}
.bodyTextRight {
	font:normal normal 12px/1.5 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	text-align:right;
	}
.bodyTextBold {
	font:normal normal 12px/1.5 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	font-weight:bold;
	}
.bodyTextBoldRight {
	font:normal normal 12px/1.5 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	font-weight:bold;
	text-align:right;
	}


/* --------- LINKS -------------- */
a:link { color: #0D4B98; text-decoration: none;}
a:visited { color: #0D4B98; text-decoration: none;}
a:focus { color: #990000; text-decoration: underline;}
a:hover { color: #990000; text-decoration: underline;}


/* SUB NAV CURRENT LInks */
a.subNavCurrent:link { color: white; text-decoration: none; font-size: 12px; font-weight:bold;}
a.subNavCurrent:visited { color: white; text-decoration: none; font-size: 12px; font-weight:bold;}
a.subNavCurrent:focus { color: white; text-decoration: none; font-size: 12px; font-weight:bold;}
a.subNavCurrent:hover { color: white; text-decoration: none; font-size: 12px; font-weight:bold;}


/* TinyMCE editor body */
body.mceContentBody {
   background: #FFF;
   text-align:left; }

