/* set the page background color and margins. */
body {
	margin: 0px; background: #3F4340; 
	background-image: url(images/bg_pg.jpg); background-repeat: repeat-y; background-position: top center;
	
	/* scrollbar colors */
	/* outer lines */
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	/* inner lines */
	scrollbar-highlight-color: #bdbdbd;
	scrollbar-shadow-color: #bdbdbd;
	/* face, arrow and track */
	scrollbar-face-color: #3F4340;
	scrollbar-arrow-color: #a3a3a3;
	scrollbar-track-color: #a3a3a3;
}

/* set the page font formatting. */
body, p {font-family: verdana, sans-serif; font-size: 11px; line-height: 18px; }

/* default link colors - this is the default link color for the page */
a:link { font-weight: bold; text-decoration: none; color: #BB3010; } /* unvisited link color */
a:hover { font-weight: bold; text-decoration: none; color: #FE4116; } /* hover over an unvisited link color */
a:active { font-weight: bold; text-decoration: none; color: #FE4116; } /* hover over an unvisited link color */
a:visited { font-weight: bold; text-decoration: none; color: #BB3010; } /* visited link color*/
a:visited:hover { font-weight: bold; text-decoration: none; color: #FE4116; } /* visited link hover color*/

a.awhite:link { font-weight: bold; text-decoration: none; color: #ffffff; }
a.awhite:hover { font-weight: bold; text-decoration: none; color: #F2DD8F; }
a.awhite:visited { font-weight: bold; text-decoration: none; color: #ffffff; }
a.awhite:visited:hover { font-weight: bold; text-decoration: none; color: #F2DD8F }

a.areadmore:link { font-weight: bold; color: #01887A; }
a.areadmore:hover { font-weight: bold; color: #41B8AA; }
a.areadmore:visited { font-weight: bold; color: #01887A; }
a.areadmore:visited:hover { font-weight: bold; color: #41B8AA; }

h1, h2, h3, h4, h5, h6, h7 { margin-bottom: -10px; }
h1 { font-size: 12px; font-weight: bold; color: #447429; }
h2 { 
	font-size:11px; font-weight: bold; color: #BB3010;
	border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E1E0E2; }
h3 { font-size:11px; font-weight: bold; }
h4 { font-size:18px; font-weight: bold; }
h5 { font-size:18px; font-weight: bold; }
h6 { font-size:18px; font-weight: bold; }
h7 { font-size:18px; font-weight: bold; }


li { font-size: 11px; }
img.imglf { margin-left: 15px; margin-bottom: 10px; }
img.imgrt { margin-right: 15px; margin-bottom: 10px; }

/* set all H tags to 0 margin. This allows another element to be directly below it on the page */

#divwell { margin-left: 155px; margin-right: 50px; margin-bottom: 60px; }
#divwellwide { margin-left: 35px; margin-right: 35px; margin-bottom: 60px; }

table.tabwell { background-image: url(images/bg_well.jpg); background-repeat: repeat-y; background-position: top left; }
table.tabload { background-color: #ffffff; border-width: 1px; border-style: solid; border-color: #666666; margin-bottom: 20px; }

	td.tdwell {
		height: 450px;
		background-image:  url(images/h20_well.jpg); background-repeat: no-repeat; background-position: bottom left;  }
	td.tdfooter {
		height: 200px;
		background-image: url(images/bg_footer.jpg); background-repeat: no-repeat; background-position: top center; }
	td.tdleftcol { background-color: #447429; }
	td.tdformdark { background-color: #3F4340; color: #ffffff; }

		p.psubcathd { 
			font-size: 14px; font-weight: bold; color: #2D357E;
			margin: 40px 0 10px 124px; }
		p.psnav {
			border-bottom-color: #000000; border-bottom-width: 1px; border-bottom-style: solid;
			font-size: 10px; padding: 5px; margin-bottom: -10px; }
			
			.fmouse { font-size: 9px; color: #666666; line-height: 11px; }
			


/* only custom styles below this line */

/* form fields */
.formbutton {
	margin: 10px;
	width: 125px;
	border-width: 1px; border-style: solid; border-color: #000000;
	background-color: #61A142;
	color: #ffffff; font-size: 12px; font-weight: bold;
}
.formbutton2 {
	width: 35px;
	border-width: 1px; border-style: solid; border-color: #000000;
	background-color: #FCEEEA;
	font-size: 9px; font-weight: bold;
}

.formbold { 
	width: 225px;
	height: 15px;
	font-size : 11px;
	font-weight: bold;
	font-family: Verdana;
	border: 1px solid #000000;
}

.formboldtall { 
	width: 250px;
	font-size : 11px;
	font-weight: bold;
	font-family: Verdana;
	border: 1px inset #000000;
}

.formsmall { 
	font-size: 9px;
	padding: -2px;
	font-family: Verdana;
	border: 1px inset #000000;
}

.formnormal { 
	width: 225px;
	height: 17px;
	font-size : 11px;
	font-weight: bold;
	font-family: Verdana;	
	border: 1px inset #000000;
}
.formsearch { font-size : 11px;
	width: 88px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #F5EFDE;	
	border: 1px inset #9ED2CC;
}
.formmore { visibility:hidden; display:none; }
.formmore2 { visibility:visible; display:block; }

