 /* CSS Document */
body,html {
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-face-color:#536D5F;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3d-light-color:#536D5F;
	scrollbar-base-color:#536D5F;
	scrollbar-dark-shadow-color:#536D5F;
	scrollbar-shadow-color:#536D5F;
	scrollbar-track-color:#D1E9D5;
	font-family: Arial, Helvetica, Sans Serif;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 1.4em;
	color: #365A3D;}


	
td {vertical-align: top;
font-size: 12px;
line-height: 1.4em;
text-align: left;
color: #365A3D;}

	
a { color: #17355F;}
a:hover { color: #365A3D;}

hr {color: #17355F;
	width: 65%;
	height: 1px;
	text-align: center;}

sup {font-size: .75em;}

table.textbg { background-image: url(images/textbg.jpg);
	background-repeat: no-repeat;}
	
table.statictextbg { background-image: url(images/statictextbg.jpg);
	background-repeat: repeat-y;}
	
/* buttons */

.buttonyellow { background-image: url(images/bg_yellow.jpg);
	background-repeat: no-repeat;
	color: #016648;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;}

.btny { padding-top: 7px;}
	
.lftbutn { padding-left: 18px;}

.lftbutn a { display: block;
	padding: 3px 0 3px 7px;
	background-color: #FDE8AF;
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;}
	
.lftbutn a:hover { color: #016648;
	padding: 3px 0 3px 1px;
	border-left: 6px solid white;
	background-color: #FFFFFF;}
	
a.linkact { display: block;
	padding: 3px 0 3px 1px;
	background-color: #FFFFFF;
	color: #016648;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-left: 6px solid white;}
	
a.linkact:hover { color: black;
	padding: 3px 0 3px 1px;
	border-left: 6px solid white;}
	
.address { padding-left: 25px;
	color: black;}

/* text */

.textcenter { padding: 15px 30px 20px 30px;}

.textright { padding: 15px 45px 20px 35px;
	text-align: justify;}

.heading { color: #016648;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.3em;
	text-transform: uppercase;
	text-align: center;}
	
.emph { color: #016648;
	font-size: 1em;
	font-weight: bold;}
	
/* bottom */

td.bottomtext { background-image:url(images/bottom_bgt.jpg);
	background-repeat: no-repeat;}
	
td.bottomtext a { padding: 0 25px;
	text-transform: uppercase;
	color: black;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;}
td.bottomtext a:hover { color: white;}

/* forms */

.formbutton {background-color: #891A1C;
	color: #EBEBB7;
	font-weight: 700;
	font-size: 8pt;
	padding: 0px;
	}

.formfield { background-color: #5F6975;
	color: #FCFDFE;}
	
