/*
 * -----------------------------------------
 * --- Global Styles
 * -----------------------------------------
 */
body
 {
	font: normal 0.8em verdana;
	margin: 0px; 
	height: 100%; 
	background-color: #ffffff
}

a
{
	font-weight: bold; 
	color:#8f9859;
	font-weight:bold;
	text-decoration: none
}

a:hover
{
	text-decoration: underline
}

img
{
	border:0px;
}


/*
 * -----------------------------------------
 * --- Classes
 * -----------------------------------------
 */
.footer_text
{
	text-align: center
}

.horiz_div
{
	background: url(../images/hr_div_01.gif) repeat-x
}

 
/*
 * -----------------------------------------
 * --- Menu Bar
 * -----------------------------------------
 */
#menu
{
	position: absolute;
	left: 10px;
	top: 30px;
	width: 226px;
}

#menu a 
{
	color:#ffffff;
}

/*
 * -----------------------------------------
 * --- Main Content ID
 * -----------------------------------------
 */
#maincontent
{
	position: absolute;
	left: 250px;
	top: 84px;
	right:50px;
}

#maincontent h1
{
	font:bold 1.4em Verdana;
	color:#8F9859;
}
