html, body {margin: 0px; padding: 0px;}

body {background: #EEEECD url(../layout/site_background2.jpg) ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666;}

li {margin-bottom:5px}

p, td {line-height: 1.6;}
p {margin-left: 20px;}

h1 {font-size: 180%; color: #8A7A62; font-weight: bold}
h2 {font-size: 140%; color: #FFFFFF; font-weight: bold; background: #FFFFFF url(../layout/h2_back.gif) no-repeat; padding-left: 5px}
h3 {font-size: 120%; color: #668F0D; font-weight: normal;}
h4 {font-size: 110%; color: #808080; font-weight: normal; border-bottom: 1px solid #CCCCCC;}

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

input, select, textarea {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333;}
.form_error {color: #FF6633; }

.page_area {background: #FFFFFF; border-right: 4px solid #FFFFFF; border-left: 4px solid #FFFFFF;}

#branding { display: none; }
#contact { display: none; }

#header_area { }
#topbar_area {height: 20px; background:#C0B781; border-bottom: 4px solid #FFFFFF; text-align: center; color: #FFFFFF; letter-spacing: 2px}
#botbar_area {height: 10px; background:#C0B781; border-top: 4px solid #FFFFFF; border-bottom: 4px solid #FFFFFF;}

.nav_area {background: #C2DEB1; text-align: center}
#menu_area {background: #5F8900 url(../layout/site_menu_back.jpg) repeat-x left bottom; }
#content_area {background: #FFFFFF url(../layout/site_content_back.jpg) repeat-x; padding-left: 25px; padding-right: 25px; padding-top: 25px;  padding-bottom: 25px; border-left: 4px solid #FFFFFF; }
#footer_area {background: #FFFFFF url(../layout/site_footer_back.jpg) repeat-x; color: #8A7A62;  border-bottom: 4px solid #FFFFFF; padding-left: 200px; padding-top:15px; padding-bottom: 3px; text-align: center; }

a:link, a:visited {	color: #668F0D; text-decoration: underline;}
a:hover, a:active { color: #8A7A62; text-decoration: none;}

a.nav_link:link, a.nav_link:visited {	color: #000000; text-decoration: none; font-weight: bold;}
a.nav_link:hover, a.nav_link:active { color: #808080; text-decoration: underline; font-weight: bold;}

a.menu_link:link, a.menu_link:visited {	color: #000000; text-decoration: none; font-weight: bold; padding-left: 15px;}
a.menu_link:hover, a.menu_link:active { color: #808080; text-decoration: underline; font-weight: bold; padding-left: 15px;}

a.footer_link:link, a.footer_link:visited {color: #8A7A62; text-decoration: underline;}
a.footer_link:hover, a.footer_link:active { color: #8A7A62; 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;}

#menucontainer {margin: 0px;}
#menucontainer ul{ margin: 0px; padding: 0px; list-style-type: none;}
#menucontainer a{color: #FFFFFF; display: block; padding-top: 3px; padding-bottom: 3px; padding-left: 15px; text-decoration: none;  width: 100%; font-weight: bold; font-size: 13px}
#menucontainer a:link, #menucontainer a:visited { text-decoration: none; background: url(../layout/site_menu_off.gif) repeat-x left bottom;}
#menucontainer a:hover, #menucontainer a:active {text-decoration: none; background: url(../layout/site_menu_on.gif) repeat-x left bottom;}

/* 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;}

/* JAVASCRIPT VALIDATION */
	#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} /* classname you want for the inner html highlighting */
	.form_input_normal {} /* classname you want for your fields without highlighting */
	.form_input_error {border: 1px solid #CC0000;} /* classname you want for the error highlighting */
