/* CSS Document */

* {margin:0; padding:0; border:none; } 

body {	margin: 0;
	padding: 0;
	text-align: center;
}


#wrapper 
{	
	margin: 0 auto;
	padding: 0;
	width: 850px;
	text-align: left;	
} 

#banner
{
	
	padding-top: 25px;
	float: left;
}

#menubox
{
	width: 230px;
	background-color: #F9F9F9;
	float: left;
	height: 500px;
	margin-top: 15px;
	overflow: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#content
{
	float: left;
	width: 605px;
	margin-top: 15px;
	margin-left: 15px;
	height: 500px;
	overflow-y:scroll;
	overflow-x:auto;
	padding: 0px;
	background-color: #EFEFEF;
}
#sideimage
{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#contentspacer1
{width: 580px;
height: 90px;
float: left;
}

#contentspacer2
{
	width: 80px;
	height: 350px;
	float: left;
}


#bodytext
{
	/*margin-top: 90px;*/
	width: 450px;
	float: left;
	/*margin-right: 15px;*/
	/*margin-left: 80px;*/
}

.maintext
{
	font-family:   Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.6em;
	}




.bodyheader
{
	font-family:   Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #54B948;
	line-height: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.maintext_table
{
	font-family:   Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.6em;
	padding: 2px;
	}
	
#spacermenu
{
height: 472px;

}


.bodylist
{
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}

/*menu code*/
.menu {
	height:300px;
	font-size:70%;
	font-family: Helvetica, Arial, Verdana, "Lucida Grande", "Lucida Console", Geneva, Arial, sans-serif;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 8px;
}

.menu ul {
padding:0;
margin:0px;
list-style-type:none;
width:205px;
}

.menu li {
float:left;
background-color: #F9F9F9;
}

.menu li.current {
	color: #53B847;
	background-color: #DEDEDD;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #54B949;	
} 


.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	height:35px;
	line-height:13px;
	width:204px;
	color:#666666;
	border: 1px solid #DEDEDD;
}

* html .menu a, * html .menu a:visited {width:185px; w\idth:184px;}

* html .menu a:hover {
	color:#53B847;
	position:relative;
	background-color: #DEDEDD;
}

.menu li:hover {position:relative;}


.menu a:active, .menu a:focus {
	color:#53B847;
	background-color: #DEDEDD;
}


.menu li:hover > a {
	color: #53B847;
	background-color: #DEDEDD;
}
 

.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;

left:140px;

padding:30px;

background:transparent url(transparent.gif);
}


.menu li:hover > ul {visibility:visible;}



.menu ul a:hover ul {
visibility:visible;
}

/*end menu code*/

#login
{
	float: left;
	height: 28px;
	width: 230px;
	background-color: #F9F9F9;
}
.O7 {
	font-size: 12px;
	font-style: italic;
	color: #54B948;
}

.green
{
color: #53B847;

}