html {
	font-family: Arial, Verdana, Helvetica, san-serif, Times, serif;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #999966;
}

a { color: #EAC12D; text-decoration: none; }
a:hover { color: #3A3D2E; }

h1 { color: white; font-size: 14pt; }
h2 { color: white; font-size: 12pt; }
h3, p, label { color: white; font-size: 10pt; line-height: 1.1em; }
ul, ol {
	color: white;
	font-size: 10pt;
	line-height: 12pt;
	margin: 0.5em 0px 0.5em 20px;
	padding: 0px;
}
table { color: white; font-size: 10pt; line-height: 10pt; }
th { text-align: left; vertical-align: top; }
td { vertical-align: top; }

input, select, textarea {
	font-family: Arial, Verdana, Helvetica, san-serif, Times, serif;
	font-size: 8pt;	
}

.mustard { color: #EAC12D; }

.scroll_text { height: 183px; overflow: auto; }
.scroll_text p { text-align: justify; }

.scroll_text2 { height: 320px; padding: 10px 15px 0 10px; verflow: auto; }
.scroll_text2 p { font-size: 13px; font-weight: normal; text-align: justify; }
.scroll_text2 .hdr { font-size: 14px; }

/* Lightest Green - 1, Darkest - 7 */
.green-1 { color: #ADAF9E; }
.green-2 { color: #979982; }
.green-3 { color: #888C72; }
.green-4 { color: #7C8068; }
.green-5 { color: #999966; }
.green-6 { color: #6D7156; }
.green-7 { color: #3A3D2E; }
.orange { color: #EAC12D; }

.left { float: left; margin: 5px 0 0 0; }
.right { float: right; padding: 20px 0 0 0;  }
.right2 { float: right; }
.clear { height: 0px; clear: both; overflow: hidden; }

#site-border {
	text-align: justify;
	width: 769px;
	margin: 20px auto 0px auto;
	background-color: #979982;
}

#site-head { width: 100%; background-color: #6D7156; padding: 0 0 10px 0; font-family: Verdana, Tahoma; }
#site-head:after { content: ""; height: 0px; display: block; clear: both; }
#site-head #left { float: left; }
#site-head #left img { margin: 15px 23px 0 20px; }
#site-head #right ul { line-height: 10pt; list-style: none; margin: 0; }
#site-head #right li {
	width: 100px;
	height: 80px;
	display: block;
	float: left;
}
#site-head #right a {
	color: #EAC12D;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/head-link-back.gif) repeat-y 0% 0%;
}
#site-head #right a:hover {
	color: #EAC12D;
	background: url(../images/head-link-back-o.gif) repeat-y 0% 0%;
}
#site-head #right #current { background: url(../images/current-back.gif) no-repeat 57% 0%; }
#site-head #right #current a:hover { background: url(../images/head-link-back-o2.gif) no-repeat 50% 0%; }
#site-head #right span { display: block; padding: 50px 0 0 20px; }

#fixer {position:absolute; top:1200px; z-index:0; width:auto; }
#scroll {width:749px; padding:3px;}

.yellow	{ color:#EAC12D; }
.med { font-size: 14px; }
.firstp { margin: 0; padding: 5px 0 10px 0; }

#page-bot .right2 ul {
	font-size: 8pt;
	font-weight: bold;
	list-style: none;
	margin: 0 33px 0 0;
	padding: 15px 0 14px 20px;
	background-color: #7C8068;
}
#page-bot .right2 li { display: inline; margin: 0 10px 0 0; }
