body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #e2e3e4;
}
a
{
	color: #6e8d4a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #666666;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #999999;
}

#wrapper {
	width: 800px;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	margin: auto;
}
#header {
	height: 200px;
	background-image: url(images/bg_header01a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 5px solid #ffffff;
}
#main {
	width: 800px;
	border-bottom: 5px solid #ffffff;
	background-color: #f2f3f4;
	background-image: url(images/bg_main01a.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#column1 {
	width: 190px;
	padding: 5px;
	float: left;
}
#column2 {
	width: 585px;
	padding: 5px;
	float: left;
}
#footer {
	padding: 5px;
	text-align: center;
	height: 100px;
	border-bottom: 5px solid #ffffff;
	font-size: 14px;
	color: #999999;
}

.clear {
	clear: both;
}
.list_home {
	font-size: 14px;
}

/* TOP MENU */
#header ul {
	margin: 0px;
	padding: 5px 0px 0px 5px;
	list-style: none;
}
#header ul li {
	display: block;
	float: left;
	height: 18px;
	width: 97px;
	background-image: url(images/bg_topmenu01a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px;
	text-align: right;
	margin-right: 5px;
}
#header ul li a {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
#header ul li a:hover {
	text-decoration: none;
	color:#006600;
}

/* SIDE BAR */
#column1 h2 {
	font-size: 18px;
	font-weight: normal;
	color: #6b9100;
	display: block;
	border-bottom: 1px solid #6b9100;
}
#column1 ul {
	padding: 0px 10px;
	margin: 0px 15px;
}