	html, body { margin: 0px; padding: 0px; }
	body { background: #F5F1EE url(../layout/site_background.jpg) repeat-x top right; font-family: Georgia, Times New Roman, Times, serif; font-size: 13px; color: #333333; }
	input, select, textarea { font-family: Georgia, Times New Roman, Times, serif; font-size: 11px; color: #333333; }
	form { margin: 0px; }
	p, td {line-height: 1.5; }
	ul { line-height: 1.8; }

	#branding { display: none; }
	#contact { display: none; }
	.layout_area {}
	.content_area {}
	.page_area { background: #FFFFFF; }
	a:link, a:visited {	color: #3366CC; text-decoration: underline; }
	a:hover, a:active { color: #369515; text-decoration: none; }

	a.plain_link:link, a.plain_link:visited { text-decoration: none; }
	a.plain_link:hover, a.plain_link:active { text-decoration: none; }

/* HEADER */
	#header_area { background: #FFFFFF; }

/* NAVIGATION */
	#nav_area { background: #FFFFFF url(../layout/site_nav.gif) repeat-x top right; padding-left: 85px; }

	#navcontainer { width: 100%; float: left; }
	#navcontainer ul { padding: 0px; }
	#navcontainer ul li { display: inline; }
	#navcontainer ul	{ margin: 0px;	padding: 0px;	color: #FFFFFF; font-weight: bold; font-size: 100%; }
	#navcontainer ul li a { padding: 2px 15px 2px 15px; color: #FFFFFF; text-decoration: none; float: left; border-right: 1px solid #FFFFFF; }
	#navcontainer ul li a:hover{ background: #006901; color: #FFFFFF; }
	#navcontainer .start { border-left: 1px solid #FFFFFF;}

/* MENU */
	#menu_area { padding-top: 15px; background: #FFFFFF; border-right: 1px solid #E7E7E7; border-left: 1px solid #7FB480; }

	#menucontainer ul { margin-left: 10px; padding: 0px; list-style-type: none; }
	#menucontainer a { color: #000000; display: block; padding: 2px 2px 2px 5px; margin: 0px 0px 0px 0px; text-decoration: none;  width: 90%; font-weight: bold; }
	#menucontainer a:link, #menucontainer a:visited { text-decoration: none; border-bottom: 1px solid #E7E7E7; }
	#menucontainer a:hover, #menucontainer a:active {color: #FFFFFF; text-decoration: none; border-bottom: 1px solid #E7E7E7; background: #2C9AD6; }
	#menucontainer .start {border-top: 1px solid #E7E7E7;}

/* CONTENT */
	#content_area { background: #FFFFFF; padding: 30px 60px 30px 60px; border-right: 1px solid #ABC5AB; border-left: 1px solid #ABC5AB; }

	h1 { font-size: 170%; color: #006901; font-weight: normal; }
	h2 { font-size: 140%; color: #369515; font-weight: normal; border-bottom: 1px solid #369515; }
	h3 { font-size: 120%; color: #006901; font-weight: normal; }
	h4 { font-size: 110%; color: #808080; font-weight: normal; border-bottom: 1px solid #CCCCCC; }

	hr { color: #C0C0C0; height: 1px; }
	.indent { padding-left: 20px; }

/* FOOTER */
	#footer_area {background: url(../layout/site_footer.gif) no-repeat bottom center; color: #808080; padding: 14px; text-align: center; font-size: 11px;}
	#footer_area a:link, #footer_area a:visited {color: #000000; text-decoration: none;}
	#footer_area a:hover, #footer_area a:active {color: #808080; text-decoration: underline;}

/* SCRIPT ELEMENTS */
	#form_errors {}
	#form_errors ul {margin-top:0px; margin-bottom:0px}
	.form_inner_error {padding: 3px; color: #CC0000; border: 1px dashed #CC0000; margin: 10px; background: #FAE5E5} 
	.form_input_normal {}
	.form_input_error {border: 1px solid #CC0000;}

/* SITE SPECIFIC */
	#site_links ul { list-style: circle; }
	#site_links a:link, #site_links a:visited { text-decoration: none;}
	#site_links a:hover, #site_links a:active { text-decoration: underline;}
	#site_map ul { list-style: circle;}

	.content_note { border: 1px dashed #FF7E01; background: #FFF2E5 url(../layout/site_content_note.gif) no-repeat top left; margin: 10px; padding: 10px 10px 10px 120px;  }
	
	.se_header_text {text-align:center; color:#766A50}

