body, P
{
	font-family: Arial, Lucida Console, Sans-serif;
	font-size: 8pt;
	color: #000000;
}
A
{
	font-family: Arial, Lucida Console, Sans-serif;
	color: #6C5735;
	text-decoration: none;
	border-style: none;	
}
A:Hover
{
	color: #6C5735;
	text-decoration: underline;
}
ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
div#navigation
{
	height: 40px;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
}
div#navigation ul
{
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	white-space: nowrap;
}
div#navigation li
{
	list-style-type: none;
	display: inline;
	padding: 10px 18px;
}
div#navigation li a
{
	font-size: large;
	font-family: Arial;
	color: #FFF;
}

.centerblockabsolute
{
	position: absolute;
	width: 800px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -300px; /*  border: 1px solid black; */
}

#ad
{
	position: absolute;
	top: 80px;
	left: 5px;	
	width: 150px;
	height: 264px;	
	border-style: none;
}
#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: yellow;
	width: 150px;
	height: 264px;
	z-index: 200;
}
#header
{
	position: absolute;
	top: 0px;
	left: 150px;
	background-color: black;
	width: 650px;
	height: 160px;
}
#navigation
{
	position: absolute;
	top: 160px;
	width: 650px;
	background-color: #6C5635;
	color: #FFFFFF;
	left: 150px;
}
#main
{
	position: relative;
	top: 193px;
	left: 0px;
	height: 377px;
	width: 800px;
}
#mainTop
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 350px;
	background-color: #7AD3F7;
}
#mainBody
{
	overflow: auto;
	position: absolute;
	padding: 10px 10px 10px 10px;
	top: 7px;
	width: 603px;
	height: 347px;
	background-color: #EBF8FE;
	left: 170px;
	z-index: 110;	
}

#mainBodyText
{
	margin: 10px 10px 10px 10px;
}

#mainBodyText a
{
	color: #3366cc;
	font-weight: bold;
	text-decoration: none;
}

#mainBodyText a:hover
{
	color: #3366cc;
	font-weight: bold;
	text-decoration: underline;
}

#mainBottomLine
{
	top: 348px;
	left: 0px;
	position: absolute;
	height: 2px;
	width: 800px;
	background-color: #fff;
	z-index: 99;
}
#mainBottom
{
	text-align: left;
	position: absolute;
	top: 350px;
	left: 0px;
	width: 800px;
	height: 60px;
	background-color: #6C5635;
	z-index: 100;
}
.footer-text
{
	height: 100%;
	width: 100%;
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
}
.header
{
	color: #6C5735;
	font-weight: bold;
	font-size: 12px;
}
