	html, body {margin: 0px; padding: 0px;}
	body {background: #DACFC0 url(../layout/site_background2.jpg) repeat-x top right; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; 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: #634426; text-decoration: underline;}
	a:hover, a:active { color: #BF956B; 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: #A2754A url(../layout/site_nav_back.gif) repeat-x; padding-left: 120px; border-top: 0px solid #FFFFFF}

	#navcontainer { width: 100%; float: left;}
	#navcontainer ul { padding: 0px;}
	#navcontainer ul li { display: inline; }
	#navcontainer ul	{margin: 0;	padding: 0 0 0 0;	color: #FFFFFF; font-weight: bold; font-size: 13px}
	#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: #BF956B; color: #FFFFFF; }
	#navcontainer .start {border-left: 1px solid #FFFFFF;}

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

	#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: #F1E6D6 url(../layout/site_content_back.jpg) repeat-x bottom left; padding: 20px 100px 100px 100px;  }

	h1 {font-size: 130%; color: #634426; font-weight: bold}
	h2 {font-size: 120%; color: #BF956B; font-weight: bold; text-align: center; border-bottom: 1px solid #BF956B;}
	h3 {font-size: 120%; color: #3366CC; 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: #DACFC0; color: #808080; border-top: 0px solid #2C9AD6;  padding: 3px; text-align: center; 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;  }

