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

h3
{
	margin: 0;
	padding: 0 0 10px 0;
}

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

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

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

#container
{
	margin: 0 auto;
	padding: 0px 9px;
	width: 950px;
	background: url('images/side_grad.png') repeat-y;
}

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

#navlinks ul 
{
	margin: 0px;
	padding: 208px 0px 0px 10px;
	list-style-type: none;
	text-align: left;
	height: 42px;
	line-height: 42px;
}

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

#navlinks ul li a
{
	padding: 10px 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #2877c9;
	background: url('images/nav.gif') repeat-x;
}

#navlinks ul li a:hover
{
	color: #2877c9;
	background: #dfdfdf;
	text-decoration: none;
}

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

.sub_box
{
	float: left;
	padding: 60px 20px 20px 20px;
	height: 122px;
	width: 417px;
	text-align: right;
}

.sub_button a
{
	background: url('images/sub_button.jpg');
	border: 1px solid #bf7b26;
	padding: 10px;
}

#footer
{
	margin: 0 auto;
	width: 950px;
	padding: 20px 9px;
	background: url('images/footer.gif') bottom;
	font-size: 9pt;
	text-align: center;
}

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