body   { color: #000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #85B68E; margin: 0; padding: 0 }
a:link, a:visited, a:active  { color: #609F6C;  }
a:hover {
	color: #ff0000;
	text-decoration: none;
}
.noFlash  { color: #609f6c; font-size: 12px; position: absolute; top: 170px; width: 950px }
#marq {color: #609f6c; text-align: center; width: 400px; height: 20px }
.menu        { margin: 3px 10px 10px; width: 210px }
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover   { color: #eff5f0; text-decoration: none; display: block; padding: 2px }
.menu_main a:link, .menu_main a:visited, .menu_main a:active   { text-decoration: none; border-bottom: 1px dashed #eff5f0 }
.menu_main a:hover  { color: #f30; text-decoration: none; border-bottom: 1px dashed #333333 }
.content          { color: #609f6c; background-color: #EFF5F0; margin: 0 34px; height: 100% }


/*FORM*/
.required {
	color: #FF0000;
}
.field_title  { font-size: 12px; text-align: left; width: 100px; vertical-align: top }
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea  { font-size: 12px; width: 95%; height: 150px }
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
/*NEWS*/
.post_title, .post_date { border-bottom: 1px solid #DDDDDD; }
.post_title { font-weight: bold; font-size: 12px; color: #000000; }
.post_date { text-align: right; font-weight: bold; }
.post_short { text-align: justify; padding-bottom: 5px; }
