

@charset "utf-8";
/* STANDARD CSS Only read by front end of website */
* { margin:0; padding:0;}
body  {  background:#BFA85F /*url(/images/bg_body.gif) repeat-x*/ !important; color:#55412e; margin:0; font-size: 14px;}

#header{ text-align: left; height: 87px; }
#header h3 { float:right; width:180px; margin-top:10px; border-bottom:0; display:none; visibility:hidden;}

#page_container{ width:90%; margin:7px 0 0 0; position:relative; text-align:left; font-size:13px;}
#page_container h1{ margin: 10px 0; }
#page_container h2{ margin: 10px 0; }
#page_container h3{ margin: 10px 0; }
#page_container h4{ margin: 10px 0; }

#left { display:none; visibility:hidden; }

#right{  width: 590px; font-size: 15px; }
#right_banner{ display:none; visibility: hidden; }

#right ol{ list-style-type:decimal; }
#right li{ width: 590px; margin: 20px 0; }

#footer{ display:none; visibility:hidden;}