body,td,th
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

body
{
	background-color: #000000;
	background-image:url(images/background_wood_logo.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0;
}

p
{
	margin:0px;
	padding-top:6px;
	padding-bottom:6px;
}


.clear
{
	clear: both; 
}


.container
{
	margin:0 auto;
	width:836px;
	text-align:center;
}

a
{
	color: #770000; /* RED */
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
}

#navigation
{
	width:836px;
	height:158px;
}

#contentarea
{
	background-color:#000000;
	padding:20px;
	text-align:left; 
}

#contentarea_nopad
{
	background-color:#000000;
	padding:0;
	padding-bottom:20px;
	text-align:centre; 
}

#mainhead
{
	background-color:#000000;
	width:836px;
	height:427px;
}

#footer
{
	font-size:10px;
	text-align:center;
	background-color:#000000;
	padding:8px 0 8px 0;
}

.bolder
{
	font-size:16px;
	font-weight:bold;
}

.required
{
	color: #770000;
	font-weight: bold;
}

.heading
{
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

select, textarea, input
{
	font-family: verdana;
	font-size: 8pt;
}