body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f7f7f7;
	color: #666666;
	margin: 0;
}

h1
{
	font-size: 24px;
	color: #0f4d2a;
	font-weight: normal;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	color: #0f4d2a;
	margin-bottom: 12px;
	margin-top: 10px;
}

h3
{
	font-size: 16px;
	font-weight: bold;
	color: #f77a0e;
	margin-bottom: 0px;
	margin-top: 10px;
}

a
{
	color: #f17c0e;
	font-weight: normal;
}

#container
{
	text-align: center;
}

#main
{
	margin: 0 auto;
	text-align: left;
	width: 800px;
	min-width: 800px;
	max-width: 800px;
}

#menu
{
	width: 800px;
}

#bodycont
{
	width: 800px;
	background: url(../images/bg2.gif) repeat-y;
}

#left
{
	width: 560px;
	padding: 20px;
	float: left;
	background-color: #ffffff;
}

#right
{
	width: 180px;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffdd;
	float: right;
	font-size: 11px;
}

#right a
{
	color: #f17c0e;
	font-weight: normal;
	text-decoration: none;
}

#right div a
{
	text-decoration: underline;
}

#news
{
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/news_bg.gif) repeat-x;
	text-transform: uppercase;
	font-weight: bold;
}

#news a
{
	color: #f17c0e;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

#footer
{
	clear: both;
	color: #999999;
	font-size: 11px;
	line-height: 15px;
}

#footer_l
{
	float: left;
}

#footer_r
{
	float: right;
}

#footer p
{
	text-align: right;
	padding: 0;
	margin: 0;
}

.ct_b
{
	font-weight: bold;
	font-size: 14px;
}












.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */