/* CSS Document */

body
{
	margin: 5 auto;
	background-color: #39A970;
	font-family: Arial, Helvetica, sans-serif;
}

#body
{
	width: 900px;
	margin-top: 0px;
	margin: auto;
	vertical-align: top; 
	background-color: #D0E6D6;
	font-size: 11px;
}
#header
{
	background-color: #FFFFFF;
	border-style: ridge;
	border-width: thin;
	width: 100%;
}

#detail
{
	background-color: #FFFFFF;
	border-style: ridge;
	border-width: thin;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
}

#sidebar
{
	border-right-style: ridge;
	border-width: thin;
	vertical-align: top;
	width: 25%;
	height: 100%;
	font-size: 10pt;
}

#footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #D0E6D6;
	width: 100%;
	text-decoration: none;
}