body, html, p, h1, h2, h3, h4, h5, h6, img, div, legend, form, fieldset, input {margin:0; padding:0;}

html {width: 100%; background: url("background.jpg") 0 0 repeat;}

body {
  position: relative;
  /*top: 50px;*/
  width: 950px;
  margin: 0px auto;
  font-size: 62.5%;
  font-family: Arial, sans-serif;
  color: #232323;
  background: #FFFFFF url("body_bg.jpg") 0 0 repeat-y;
}

a {color: #6D8E00;}
a:hover {text-decoration: none;}
a img {border: 0px none;}
h1 {font-size: 1.8em; padding-bottom: 15px; /*color: #433011;*/ color: #BD0207;}

#header {position: absolute; top: 0px; left: 0px; width: 950px; height: 0px; padding-top: 172px; font-size: 0; background: url("header_bg.jpg") 0 0 no-repeat; overflow: hidden;}
#header a#logo {position: absolute; top: 25px; left: 25px; display: block; width: 300px; height: 0px; padding-top: 40px; overflow: hidden;}

#cont {width: 740px; float: left; padding-top: 172px;}

#text {
  width: 484px;
  padding: 10px 22px;
  float: right;
  font-size: 1.2em;
}
#text h2 {padding-bottom: 8px; font-size: 1.4em; color: #6D8E00;}
#text h3,#text h4,#text h5 {padding-bottom: 6px; font-size: 1.2em;}
#text p {padding-bottom: 12px;}
#text em {padding-bottom: 2px; font-size: 1em; color: #666666;}
#text ul,#text ol {padding-bottom: 12px;}
#text table {padding-bottom: 10px; width: 100%; border-collapse: collapse;}
#text th,#text td {padding: 2px 8px; text-align: left; background-color: #FFFFFF; border: 1px solid #D8D8D8;}
#text th {font-weight: bold; color: #3D3D3D; background-color: #E6E6E6;}

#left {float: right; width: 192px; padding: 10px; padding-bottom: 0px; font-size: 1.2em;}
#left ul {margin: 4px 0px; padding: 0px; padding-left: 25px;}
#left ul.menu {padding: 0px; margin: 0px; list-style: none; margin-bottom: 10px;}
#left ul.menu li {display: block; width: 192px; background: #6D8E00; margin-bottom: 1px;}
#left ul.menu li a {display: block; width: 166px; height: 30px; line-height: 30px; padding-left: 10px; margin-left: 14px; color: #FFFFFF; text-decoration: none; border-left: 1px solid #FFFFFF;}
#left ul.menu li.active,#left ul.menu li a:hover {background: #8E5000;}
#left ul.menu li ul {padding: 0px; margin: 0px;}
#left ul.menu li ul li {background: #8BAC1E; border-top: 1px solid #FFFFFF; margin-bottom: 0px;}
#left ul.menu li ul li a {width: 151px; height: 25px; line-height: 25px; padding-left: 25px;}
#left ul.menu li ul li.active,#left ul.menu li ul li a:hover {background: #AC6E1E;}

#right {float: left; width: 190px; padding: 10px; padding-bottom: 0px; padding-top: 182px; font-size: 1.2em;}
#right ul {margin: 4px 0px; padding: 0px; padding-left: 15px;}
#right h3 {font-size: 1.2em; font-weight: normal; padding-bottom: 8px; color: #321801;}
#right h2 {font-size: 1em; padding-bottom: 4px;}
#right h2 a {color: #232323; text-decoration: none;}
#right h2 a:hover {text-decoration: underline;}
#right p {padding-bottom: 10px;}
#right div {width: 170px; overflow: hidden;}

#footer {min-height: 20px; _height: 20px; background: #6D8E00; text-align: center;}
#footer ul {list-style: none; padding: 0px; margin: 0px; text-align: center;}
#footer ul li {display: inline; line-height: 25px; padding: 5px; padding-left: 0px; margin: 0px;}
#footer ul li a {padding-right: 8px; color: #2F1E01; text-decoration: none; font-size: 1.2em; font-weight: bold; border-right: 1px solid #7DA201;}
#footer ul li a:hover {text-decoration: underline;}
#footer ul li a.last {border: 0px none;}


.highlight_panel {text-align: center; background: #FF0000; color: #FFFFFF; padding: 10px; margin-bottom: 10px; font-size: 1.4em;}
.highlight_panel strong {color: #FFFF00;}
.grey_panel {background: #E4E4E4; padding: 10px; margin-bottom: 10px;}
.green_panel {background: #6D8E00; padding: 10px; margin-bottom: 10px;}
.green_panel ul {color: #FFFFFF;}
.green_panel a {color: #FFFF00;}
.clear {display: block; width: 100%; height: 0px; font-size: 0; clear: both; overflow: hidden;}