body {
	background-color:#F2F2F2;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
	background-color: #FFF;
}
a{
	color: #333333;
	text-decoration: none;
	font-size: x-small;
}
a:hover  {
	color: #017C3B;
}

p{
	color: #333;
	font-size: 11px;
	text-align: left;
}
/********************** Header ***************************/
#header {
	margin: 0px;
	background-image:url(images/header.jpg);
	width:800px;
	height:175px;
	position:relative;
}

#menu {
	width: 690px;
	position: absolute;
	bottom: 0px;
	margin-right: 55px;
	margin-left: 55px;
	vertical-align: middle;
	left: 0px;
}
#headline {
	background-image: url(images/headline.png);
	height: 20px;
	width: 800px;
	position: absolute;
	top: -10px;
	left: 0px;
}
#header_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333;
	position: absolute;
	left: 495px;
	top: 117px;
	width: 247px;
	text-align: right;
}
#header_text a {
	text-decoration: none;
}
#header_text a:hover {
	color: #017C3B;
}
#header_fb   {
	position: absolute;
	left: 591px;
	top: 48px;
	height: 67px;
	width: 150px;
}
#logo {
	height: 84px;
	width: 106px;
	position: absolute;
	left: 57px;
	top: 49px;
}
/********************** Content ***************************/
#content {
	background-image:url(images/content_bg.gif);
	width:690px;
	margin-top: 10px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 55px;
}


img{
	border-width:0px;
}


h1{
	color:#017C3B;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#37B44C;
	font-size:12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h3 {
	font-size: 9px;
	color: #666666;
	font-weight: lighter;
}
#content_left {
	float: left;
	width: 480px;
}
#content_left a {
	font-size: 11px;
}
#content_left a:hover {
	font-size: 11px;
	color: #017C3B;
}

#content_right {
	float: right;
	width: 160px;
}
#left {
	float:left;
	width:250px;
	height: 500px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#right {
	float:left;
	width:380px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

}


#right a{
	color:#666;
	font-size: 11px;
}
#right a:hover{
	color:#017C3B;
	font-size: 11px;
}
#news {
}
#news a {
	font-size: 11px;
	color: #333;
	font-weight: bold;
}
#news a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #017C3B;
}

#bottom {
	width: 690px;
	padding-top: 20px;
}

/********************** Footer ***************************/

#footer {
	width:800px;
	text-align:center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	background-color: #F2F2F2;
}

#footerline {
	clear:both;
	background-image:url(images/footline.png);
	font-size:10px;
	height: 5px;
}
#copyright {
	font-size: 9px;
	text-align: center;
	color: #333;
}
