body
{
	margin: 0;
	font-family: Lucida Sans, Arial;
	font-size: 10pt;
	color: #333333;
	background: #a09f85;
}

p
{
	padding-left: 20px;
}

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

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

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

h1
{
	font-size: 18pt;
}

h3
{
	margin: 0 0 15px 0;
}

h4
{
	border-bottom: 1px solid #333333;
}

#container
{
	margin: 0 auto;
	padding: 0 19px;
	width: 950px;
	background: url(images/container.jpg) repeat-y;
}

#header
{
	overflow: hidden;
	background: url(images/header.png) top repeat-x;
	height: 122px;
}

#navlinks
{
	clear: both;
	background: #cdccb2;
	border-top: 1px solid #cdccb2;
	border-right: 5px solid #cdccb2;
	border-left: 5px solid #cdccb2;
}

#navlinks ul 
{
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background: #dad9c5;
	height: 40px;
	line-height: 40px;
}

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

#navlinks ul li a
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 18px 16px;
	color: #333333;
	border-left: 1px solid #cdccb2;
}

#navlinks ul li a:hover
{
	color: #333333;
	background: url(images/navlinks.jpg) repeat-x;
}

#index
{
	overflow: hidden;
	background: url(images/index.jpg) no-repeat;
	width: 950px;
	height: 300px;
	font-size: 28pt;
	color: #ffffff;
}

#index_links
{
	padding: 20px 12px 0 0;
}

#index_links a
{
	color: #ffffff !important;
	font-size: 13pt !important;
	padding: 4px 8px;
	text-decoration: none;
	background: #7e8d3c;
}

#index_links a:hover
{
	background: #e7ab33;
}

#index2
{
	overflow: hidden;
	background: #ffffff;
}

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

#content a
{
	font-size: 9pt;
	color: #66cc22;
}

#left
{
	float: left;
	margin-right: 20px;
	width: 645px;
	padding-left: 15px;
}

#right
{
	float: left;
	width: 234px;
	padding: 0 15px 0 20px;
	border-left: 1px solid #cccccc;
}

#footer
{
	overflow: hidden;
	clear: both;
}

#site_map
{
	overflow: hidden;
	padding-bottom: 10px;
	background: url(images/site_map.jpg) repeat-x top;
	background-color: #dad9c5;
	font-size: 10pt;
}

#site_map_center
{
	margin: 0 auto;
	width: 905px;
}

#site_map h4
{
	margin: 18px 0 5px 0;
	padding: 0;
}

#site_map ul
{
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#site_map li
{
	margin: 0;
	padding: 2px 3px;
}

#copyright
{
	padding: 5px 0;
	background: #c8c7aa;
	text-align: center;
	font-size: 9pt;
}