body {
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;	
}

/********************************************/
/*  HEADER			
/********************************************/

#header_background {
	width: 100%;
	height: 120px;
	background-color: #006837;
}

#header {
	width: 980px;
	height: 120px;
	margin: 0px auto 0px auto;
	background-image: url(../img/logo.jpg);
	background-position: left top;
	background-repeat:no-repeat;
}

/********************************************/
/*  TOP MENU
/********************************************/

#top {
	width: 980px;
	height: 30px;
	border-bottom: 2px solid #666666;
	text-align: right;
	padding-top: 10px;
	margin: 0px auto 0px auto;
}

#top a {
	color:#666666;
	text-decoration: none;
	padding-left: 10px;
	font-size: 16px;
}

#top a:hover {
	color:#333333;
}

#top a.active {
	color:#000000;
}

/********************************************/
/*  CONTENT LEFT
/********************************************/

#content_background {
	width: 980px;
	text-align: left;
	margin: 0px auto 0px auto;
}

#content_left {
	float: left;
	width: 180px;
	padding: 20px 0px 20px 0px;
	overflow: hidden;
}

#content_left .left_parent {
	margin-bottom: 16px;
}

#content_left .left_child {
	padding: 2px 0px 2px 0px;
	margin-left: 6px;
}

#content_left .left_parent a {
	color:#006837;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
}

#content_left .left_parent_active a {
	color:#000000;
}

#content_left .left_child a {
	color:#333333;
	font-weight: bold;
	text-decoration: none;	
	font-size: 14px;
}

#content_left .left_child_active a {
	text-decoration: underline;
}

/********************************************/
/*  CONTENT MIDDLE
/********************************************/

#content_middle {
	float: left;
	padding: 20px;
	/*width: 460px;*/
	width: 624px;
	color:#666666;
}

.clear {
	clear: both;
}

h1 {
	font-size: 16px;
	color:#333333;
}

h1.content {
	margin: 0px;
}

h2 {
	margin-top: 0px;
}

a img { 
	border: none;
}

#content_middle a, #content_middle a:visited {
	color:#006837;
	
}

/********************************************/
/*  CONTENT RIGHT
/********************************************/

#content_right {
	float: left;
	/*width: 300px;*/
	width: 136px;
	overflow: hidden;
}
