	html, body {margin: 0px; padding: 0px;}
	body {background: #EBEEDB url(../layout/site_background2.jpg) repeat-x top right; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333;}
	input, select, textarea {font-family: Verdana, Arial, Helvetica, sans-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: #B94343; 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 */
	#title_area { background: #FFFFFF  url(../layout/site_title.gif) no-repeat top right; padding-right: 10px; }
	#header_area {background: #EBEEDB; }
	

/* NAVIGATION */
	#nav_area {background: url(../layout/site_nav_back2.gif) no-repeat top left; padding-right: 10px; border-top: 2px solid #FFFFFF}

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

/* MENU */
	#menu_area { padding-top: 50px; padding-left: 10px; background: #FFFFFF url(../layout/site_menu_top.gif) no-repeat top left;}

	#menucontainer ul { margin-left: 0px; padding: 0px; list-style-type: none; }
	#menucontainer a { color: #86705B; display: block; padding: 2px 2px 2px 15px; margin: 0px 0px 4px 0px; text-decoration: none;  width: 135px; font-weight: bold;}
	#menucontainer a:link, #menucontainer a:visited {background: #FFFFFF url(../layout/site_menu_off.gif) no-repeat center left; text-decoration: none; }
	#menucontainer a:hover, #menucontainer a:active {color: #78B04D; text-decoration: none; background: #F3F3EF url(../layout/site_menu_on.gif) no-repeat center left;}
	#menucontainer .start {border-top: 0px solid #E7E7E7;}

/* CONTENT */
	#content_area {background: #FFFFFF; padding: 0px 20px 40px 20px;  }

	h1 {font-size: 190%; color: #369515; font-weight: normal}
	h2 {font-size: 150%; color: #86715C; font-weight: normal; padding-left: 5px; border-bottom: 1px solid #86715C; background: #F3F3EF;}
	h3 {font-size: 130%; color: #B94343; font-weight: bold;}
	h4 {font-size: 110%; color: #369515; font-weight: normal; border-bottom: 1px solid #CCCCCC;}

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

/* FOOTER */
	#footer_area {background: #F3F3EF; color: #808080; padding: 5px; text-align: right; font-size: 10px;}
	#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;  }

