html {
	height: 100%;
}
body{
	height: 100%;
	text-align: center;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;	
	background-color: #999999; /* #e0dac1;*/
}
* {
	margin: 0;
	padding: 0;
}
#wrap {
	width: 800px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	background: white; /*#CBBE94;*/
	overflow-x:hidden;
	overflow-y:auto;
}
* html #wrap {
	height: 100%
}
#header {
	width: 798px;
	height: 150px;
}	
#content {
	width: 788px;
	padding: 5px;
}

.buffer {clear: both; height: 30px; margin: 0px; padding: 0px; background-color: rgb(255,255,255) border-right-color: black;}

.indent {
margin-left:2.3em;
}

img {
border-style: none;
}

p {
font-size: 14px;
}

.content1 {
	float: left; 
	width: 550px; 
	margin: 0px; 
	padding: 0px 0px 10px 20px; 
	color: rgb(75,75,75);
}

.content1-pagetitle {
	width: 530px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: solid 3px black;
);	color: rgb(148,27,18);
	font-weight: bold;
	font-size: 180%;
}



.content1-container {clear: both; float: left; width: 530px; margin: 0px 0px 15px 0px; padding: 0px; font-size:16px; font-weight: bold; list-style:decimal;}
.content1-container-1col {overflow: hidden; width: 530px; margin: 0px; padding: 0px;}
.content-txtbox-noshade {
margin: 0px; 
padding: 7px 0px 0px 0px; 
background-color: rgb(255,255,255); 
font-size:12px; font-weight:normal; 
list-style:decimal;
a:link COLOR: maroon;
a:visited COLOR: #800080;
a:hover COLOR: #FF0000;
a:active COLOR: #00FF00;
}

.nav1
{
/*border-top: 1px solid #000000;
border-bottom: 1px solid #000000;*/
width: 800px;
height: 25px;
border: 1px solid #000;
background: transparent;
}

.nav1 {clear: both; margin: 0px; padding: 0px; font-family: verdana, arial, sans serif; font-size: .90em;}
.nav1 ul {float: left; width: 100%; margin: 0px; padding: 0px; border-top: solid 1px rgb(251,253,47); border-bottom: solid 1px rgb(251,253,47); background-color: maroon; font-weight: bold;}	
.nav1 li {display: inline; list-style: none; margin: 0px; padding: 0px;}
.nav1 li a {display: block; float: left; margin: 0px 0px 0px 0px; padding: 5px 10px 5px 10px; border-right: solid 1px rgb(251,253,47); color: rgb(255,255,255); text-transform: uppercase; text-decoration: none; font-size: 100%;}
.nav1 a.selected {color: rgb(255,215,0); text-decoration: none;}
.nav1 a:hover {color: rgb(255,255,0); text-decoration: none;}

.nav3 {overflow: hidden; clear: both; float: left; width: 160px; min-height: 500px; margin: 0px; padding: 0px; color: rgb(75,75,75); font-size: .75em;}
.nav3 ul {width: 160px; margin: 0px 0px 20px 0px; padding: 0px; border-bottom: solid 1px rgb(216,206,159); background-color: rgb(255,255,255);}	
.nav3 li {list-style: none; margin: 0px; padding: 0px;}
.nav3 li.title {margin: 0px 0px 0px 0px; padding: 3px 5px 2px 15px; background-color: rgb(128,0,0); color: rgb(255,255,255); text-transform: uppercase; font-weight: bold; font-size: 120%;}
.nav3 li.group a {display: block; min-height: 1.5em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 15px; border-top: solid 1px rgb(200,200,200); border-left: solid 7px rgb(165,73,81); color: rgb(75,75,75); font-weight: bold; font-size: 120%;}
.nav3 li a {display: block; min-height: 1.5em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 20px; border-left: solid 7px rgb(219,230,241); color: rgb(75,75,75); text-decoration: none; font-size: 120%;}
.nav3 li a.selected {border-left: solid 7px rgb(128,0,0);  color: rgb(100,100,100); text-decoration: none;}

.nav3 li a:hover {border-left: solid 7px rgb(128,0,0);  color: rgb(100,100,100); text-decoration: none;}

#footer {
	width: 798px;
	height: 22px;
	clear: both;
	margin: -25px auto 0 auto;
	padding-top: 10px;
	border: 2px solid #000;
	background-color: maroon;
	font-family: verdana, arial, sans serif; 
	color: white;
	font-size: 13px;
	font-weight: bold;
}
