@charset "utf-8";
/* CSS Document */

body
{
	background-color:#262E2B;
	margin:0px;
	padding:0px;
	color:#000000;
	text-align: center;
	margin-left:auto; margin-right:auto;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}


h1 {font-family: Tahoma, Geneva, sans-serif; color:#5D826E; font-size:18px;margin-left:5px;text-align:left;margin-top:10px; float:left;}
h2 {
	font-size:14px;
	color:#5D826E;
	margin-left:8px;
	text-align:left;
	float: left;
}
ul{
	font-size:10px;
	color:#262E2B;
	text-align:left;
	margin-top:0px;
}
p {
	font-size:11px;
	color:#262E2B;
	text-align:left;
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
	float: left;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;}
	
.flash
{
	text-align:center;
	height: 180px;
	min-width:984px;
}

.sidebar
{
	width: 190px; /* since this element is floated, a width must be given */
	padding:0; /* top and bottom padding create visual space within this div  */
	text-align:center;
	height:600px;
	position: relative;
	float: left;
	margin-top: 23px;

}

#TextMenuDiv {
	width:200px;
	height: 600px;
}

.container
{ 
	min-width: 995px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.content
{
	position: relative;
	float: left;
	clear: right;
	width: 75%;
	min-width:795px;
	background-color: #5D826E;
}



.ltgreen {width:100%; height:100%; border-bottom:thick; border-bottom-color:#5D826E;}
.tabs
{
	float: left;
	width: 100%;
}

.footer
{
	clear: both;
	padding:1px;
	background-color: #5D826E;
	width:100%;
	text-align: left;
}
.footer p
{
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#FFF;
	
}
.footer a
{
	color:#FCF9B6;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.footer a hover
{color:#FFF;}
