body
{ 
	background: #A7BE78;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vert-aling: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;	
}



#header{
	top: 0;
}

#logo{
	top: 0;
	text-align: center;
	color: #00FF00;
	font-size: 100px;
}

.formtitle { font-weight: bold; font-size: 11px; color: #FFFDE8; background-color: #61634D; }


#content
{
	/*background: black;*/
	overflow: overflow;
	text-align: left;
}
#page_header
{
	text-align: center;
	font-size: 40px;
}

#section_header
{
	text-align: center;
	font-size: 20px;
}

#developer_line
{
	font-size:x-small;
	text-align: right;
}

/*****************************************************************************
**************************************************************** Menu Related
*/
.indentmenu
{	
	
width: 800px;
font: bold 13px Arial;
border-auto: 1px solid #cccccc; /* add a red border */
margin:0px 104px; padding:0px;
}

.indentmenu ul
{	
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px #00FF00; /* #888888; dark gray border*/
	border-width: 1 1; 
	background: #C5BE84;/* url(images/indentbg.png) center center repeat-x;*/
/*	background: light gray;*/
}

.indentmenu ul li
{
	display: inline;
}

.indentmenu ul li a
{
	float: left;
	color: black; /*white; text color*/
	padding: 3px 3px;
	padding-left: 11px;	
	padding-right: 11px;
	text-decoration: none;
	border-right: 1px #00FF00; /*dark purple divider between menu items*/  

}

.indentmenu ul li a:visited
{
	color: black;
}

.indentmenu ul li a:hover,
.indentmenu ul li .current
{
	color: black !important; /*text color of selected and active item*/
	padding-top: 3px 3px; /*shift text down 1px for selected and active item*/
	/*padding-bottom: 0px; /*shift text down 1px for selected and active item*/
	 /* background: black url("images/indentbg2.png") center center repeat-x;*/
	background: #556677;/* center repeat-x;*/
}
