/* set the page background color and margins. */
body {
	margin: 0px; background: #000000; 
	
	/* 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: times roman,times,serif; font-size: 14px; line-height: 18px; color: #ffffff; }

/* default link colors - this is the default link color for the page */
a:link { font-weight: normal; text-decoration: none; color: #ffffff; } /* unvisited link color */
a:hover { font-weight: normal; text-decoration: none; color: #F2DD8F; } /* hover over an unvisited link color */
a:active { font-weight: normal; text-decoration: none; color: #F2DD8F; } /* hover over an unvisited link color */
a:visited { font-weight: normal; text-decoration: none; color: #ffffff; } /* visited link color*/
a:visited:hover { font-weight: normal; text-decoration: none; color: #F2DD8F; } /* 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.agalley:link { font-weight: bold; color: #ffffff; }
a.agalley:hover { font-weight: bold; color: #F2DD8F; }
a.agalley:visited { font-weight: bold; color: #ffffff; }
a.agalley:visited:hover { font-weight: bold; color: #F2DD8F; }

h1, h2, h3, h4, h5, h6, h7 { margin: 0px; }
h1 { font-size: 14px; color: #ffffff; margin-bottom: -10px; width: 354px; weight: normal; }
h2 { background-color: #222222; font-size:14px; color: #ffffff; font-weight: bold; border-top-style: solid; border-top-width: 1px; border-top: #BAB993; padding-bottom: 4px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom: #BAB993; }
h3 { font-size:14px; 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: 14px; }
ul.ullead { margin-top: 5px; }
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.tab01 { background-color: #ffffff; margin-top: 15px; }
td.tdwell {
	background-image:  url(images/bg_well.gif); background-repeat: repeat-y; background-position: top center;
	height: 100%;
	padding-left: 76px; padding-right: 92px; }
td.tdfooter {
	background-color: #CBB7CB;
	font-size: 10px; line-height: 12px;
	text-align: center; padding: 10px 80px 10px 80px; }
td.tdgallabel { height: 50px; padding-bottom: 30px; padding-top: 5px; line-height: 14px; }

p { width: 354px; }
p.pfull { width: 630px; }
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: 11px;
	padding: 5px; margin-bottom: -10px; }
.fmouse { font-size: 8px; color: #cccccc; font-family: verdana,helvetica,sans-serif; }
.fmouse2 { font-size: 6px; color: #cccccc; font-family: verdana,helvetica,sans-serif; }

/* only custom styles below this line */

/* form fields */
.formbold { font-size : 13px;
	font-weight: bold;
	font-family: Verdana;
	border: 1px inset #000000;
}

.formnormal { font-size : 13px;
	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;
}
