body, form, ul, li, p, h1, h3 { 
	padding: 0;
	margin: 0;
	list-style:none;
}

a:link{ 
	color: #85c400;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	}
a:visited { 
	color: #85c400;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	}
p { 
	padding: 9px 7px 4px;
}

img {
	border: 0px;
	behavior: url("pngbehavior.htc");
}
body {
	font-family: verdana;
	font-size: 10px;
	background:#FFFFFF;
}
#content {
	width: 630px;
	padding: 0;
	margin: 0 auto;
/*	position:absolute;
	padding:0 15px 10px 15px;
	margin:0 0 0 18%;
*/}
	
#header {
	width: 630px;
	border-bottom: 1px solid #3E3A37;
	padding: 0 0 5px 0;
	float: left;
}

#logo_left {
	width: 210px;
	float: left;
	margin: 10px;
}
#logo_right {
	width: 367px;
	height: 12px;
	text-align:right;
	margin: 110px 0 0 20px;
	float: right;
}
#logo_right a{
	font-size:10px;
	color:#666666;
}
#menu {
	width: 630px;
	text-align: center;
	list-style: none;
	float: left;
}
#menu li {
	width: 125px;
	height:15px;
	text-align:center;
	float: left;
	border-left:1px solid gray;
	margin:10px 0;
/*	padding: 10px 0 10px 0;*/
	}
.noBorder{ border-left: none!important;}

#txt_top, #txt_bottom {
	width: 630px;
	float: left;
}
#txt_top {
	height: 11px;
	background: url(images/txt_top.gif) no-repeat;
}

#txt_bottom {
	height: 25px;
	background: url(images/txt_bottom.png) no-repeat;
}
#accordion {
	width: 630px;
	color: #fcfbf8;	
	float: left;
}
.readmore{
	margin:0;
	text-align:right;
	
}
h1, h3 {
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	display: block;
}

.element {
	background: #3e3a37;
	display: block;
}
.element div {
	padding: 0px 12px 8px;
	display: block;
}
.element div span {
	text-align: center;
	display: block;
}
.element div span img {
	margin: 0 0 10px 0;
}
#footer {
	margin:5px 0 5px 0;
	width:630px;
	color:#666666;
	text-align:right;
}



/*FORMS*/
form{text-align: center; background-color: transparent; margin:10px 0 0 140px;; clear: both; }
.formForm{ width: 250px;height: auto; padding-left: 100px; }
.formForm ul{  }
.formForm ul li{ height: auto; padding-bottom: 10px; text-align: left; 	}
.formForm ul li ul{ width: 400px; padding: 0; }
.formForm ul li ul li{ float:left; width: 150px; padding-right: 10px; clear:none; }
.formText{ width: 220px; }




