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

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#header{
	top: 0;
}

#logo{
	top: 0;
	text-align: center;
	color: #C5BE84;
	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
{	
	float: left;
	left: 170px;
	width: 800px;
	font: bold 13px Arial;
	border-left: 1px solid #C5BE84;
}

.indentmenu ul
{	
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px #C5BE84; /* #888; 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 #C5BE84; /*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;*/
}
