/* set the page background color and margins. */
body {
	margin: 0px; background: #5F4936; 
	
	/* 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: #30445F;
	scrollbar-arrow-color: #a3a3a3;
	scrollbar-track-color: #a3a3a3;
}

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

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

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

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: 0px; }
h1 { font-size: 13px; font-weight: bold; color: #820000; margin-bottom: -10px; }
h2 { font-size:11px; font-weight: bold; color: #CC3333; margin-bottom: -10px; }
h2.h2oline { 
	margin-top: 20px;
	border-top-color: #666666; border-top-width: 2px; border-top-style: dashed;
	font-size:11px; font-weight: bold; color: #CC3333; margin-bottom: -10px; }
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 */

table.tabfooter { background-image: url(images/bg_footer.gif); background-repeat: repeat-y; background-position: top left; }
td.tdpg { background-image: url(images/bg_pg.jpg); background-repeat: repeat-y; background-position: top left; }
	td.tdpglf { width: 36px; }
	td.tdnav { width: 138px; }
	td.tdwell {
		width: 727px; 
		background-image:  url(images/bg_well.jpg); background-repeat: no-repeat; background-position: top left; }
		td.tdcontent { padding-left: 17px; padding-right: 31px; }
	td.tdpgrt { width: 37px; }
td.tdfooter {
	background-image:  url(images/bg_foot.jpg); background-repeat: no-repeat; background-position: top center;
	height: 75px; }
p.pfoot { 
	padding-top: 26px; padding-left: 56px; line-height: 13px;
	color: #ffffff; font-weight: bold; font-size: 9px; font-family: verdana,san-serif,helvetica; }
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: #999999; font-weight: bold; }

/* only custom styles below this line */

/* form fields */
.formbold { font-size : 12px;
	width: 150px;
	font-weight: bold;
	font-family: Verdana;
	border: 1px inset #999999;
}

.formnormal { font-size : 12px;
	width: 150px;
	font-weight: bold;
	font-family: Verdana;	
	border: 1px inset #999999;
}
.formsearch { font-size : 11px;
	width: 88px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #F5EFDE;	
	border: 1px inset #9ED2CC;
}
