 /* 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: Verdana, Arial, Helvetica, Sans Serif;
	background-color: #536D5F;
	background-image: url(images/background.jpg);
	font-size: 11px;
	line-height: 1.4em;
	color: #365A3D;}

td {vertical-align: top;
font-size: 11px;
line-height: 1.4em;
text-align: left;
color: #365A3D;}

	
a { color: #365A3D;
	font-weight: bold;}
	
a:hover { color: #365A3D;}

h1 {font-size: 14px;
	line-height: 1.2em;
	text-transform: uppercase;
	display: block;}
 
hr {color: #AAC9B7;
	width: 275px;}

/* buttons */
.leftbuttons { padding-left: 15px;}
	
.leftbuttons a { color: white;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding-bottom: 8px;
	font-size: 10px;}
	
.leftbuttons a:hover { color: #B2D3C0;} /* light green */

.leftbuttons a.act { color: #B2D3C0;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding-bottom: 8px;
	font-size: 10px;}
	
.leftbuttons a.act:hover { color: white;} 

a.smlinkfo {color: #FFFFFF;
	text-decoration:none;
	border-left: 3px solid #FFFFFF;
	padding: 2px 0 2px 8px;
	background-color: #315D44;
	display: block;
	font-weight: bold;
	width: 138px;}
	
a.smlinkfo:hover {color: #315D44;
 	background-color: #FFFFFF;	
	border-left: 3px solid #315D44;}
	
/* text home page */
.hometext { padding: 30px 100px 40px;
	text-align: justify;}
	
/* text */
.textcenter { padding: 0 20px 20px 15px;
	text-align: justify;}
	
table.extrasection td.textcenter { padding: 0 20px 20px 25px;
	text-align: justify;}

.textright { padding: 36px 33px 20px 20px;
	text-align: justify;}

table.extrasection td.textright { padding: 0 28px 27px 20px;
	text-align: justify;}
	
.subTextCol { background-image: url(images/background_sub.jpg);
	background-repeat: repeat-y;}

.heading { background-color: #A6CAB5;
	display: block;
	padding: 2px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;}
	
.box { background-color: #A6CAB5;
	display: block;
	padding: 10px;
	width: 65%;
	text-align: center;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.5em;
	border: 1px solid black;
	}

ul { text-align: left;}

.bottomtext { color: white;
	font-size: .85em;
	font-weight: normal;}

form {line-height: 1.5em;}

.formbutton {background-color: #365A3D;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 8pt;
	padding: 0px;
	}

.formfield { background-color: #5F6975;
	color: #365A3D;}
	
