body
{
	margin: 0px;
	background: url('images/background.gif') repeat-x;
	background-color: #d0c8b3;
	font-size: 10pt;
	font-family: Arial;
	color: #666666;
}

a:link
{
	color: #666666;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

a:visited
{
	color: #666666;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: #666666;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

#container
{
	margin: 0 auto;
	width: 950px;
}

#header
{
	margin: 0;
	padding: 0;
	height: 353px;
	background: url('images/header.png') no-repeat;
}

#navlinks ul 
{
	margin: 0px;
	padding: 300px 0 0 5px;
	list-style-type: none;
	text-align: left;
	height: 48px;
	line-height: 48px;
}

#navlinks ul li
{
	margin: 0;
	padding: 0;
	display: inline;
}

#navlinks ul li a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 18px 16px;
	color: #ffffff;
	background: #02243C;
}

#navlinks ul li a:hover
{
	padding: 16px 14px;
	color: #5BC236;
	background: #f9f9f9;
	border: 2px solid #5BC236;
} 

#content
{
	margin: 0;
	padding: 15px 15px 0px 15px;
	background: #ffffff;
}

.sub_box
{
	float: left;
	width: 215px;
}

.green
{
	margin: 0;
	padding: 3px 10px;
	background: #5BC236;
	color: #ffffff;
	font-weight: bold;
}

.sub_content
{
	padding: 10px 5px;
	border-bottom: 10px solid #e6e6e6;
}

.right
{
	float: left;
	width: 685px;
}

.right_content
{
	padding: 10px 5px;
	border-bottom: 10px solid #e6e6e6;
}

#bottom
{
	margin: 0 auto;
	width: 950px;
	height: 12px;
	background: url('images/bottom.gif');
}

#footer
{
	padding: 20px 0;
	font-size: 9pt;
	text-align: center;
}

#footer a
{
	font-size: 9pt;
}