
 body {
  background: #ebebeb;
  color: #000000;
  margin: 0;
  padding-bottom:20px;
  font: 70% Verdana, Arial, Tahoma, Helvetica, sans-serif;
 }
 
 h1, h2, h3, h4, h5, h6, p { 
  margin: 0; padding: 0;
 }
 
 h1 {
  font-size: 120%;
  margin-bottom: 10px;
 }
 
 h2 {
  font-size: 105%;
  margin-bottom: 4px;
 }
 
 h3 {
  font-size: 100%;
 }
 
 h4 {
  font-size: 100%;
  font-weight: bold;
 }
 
 h5 {
  font-size: 100%;
 }
 
 h6 {
  font-size: 90%;
  font-weight: normal;
  font-style: italic;
 }
 
 p { 
  margin-bottom: 10px;
  line-height: 130%;
 }
 
 a {
  text-decoration: none;
  color: #eb1313;
 }
 
 a:hover {
  text-decoration: underline;
  color: #3b3434;
 }
 
 img {
  border: 0;
 }
 
 hr { 
  background: #e5e5e5;
  color: #e5e5e5;
  border: #e5e5e5;
  height: 1px;
 }
 
 td { 
  padding: 2px;
  padding-left: 0px;
 }
 
 input {
  font-size: 12px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
 }
 
 input.checkbox {
  width: auto;
  border: none;
 }
 
 input.radio {
  width: auto;
  border: none;
 }
 
 select {
  font-size: 12px;
  border: 1px solid #c0c0c0;
  margin-bottom: 5px;
 }
 
 form {
  margin: 0;
  padding: 0;
 }
 
 fieldset {
  border: 0;
  padding: 0;
  margin: 0;
 }
 
 #head {
  width: 735px;
  margin: 0 auto;
  background: #b0b0b0;
 }
 
 #head #logo {
  background: #000 url(images/logo.gif) no-repeat;
  height: 164px;
  width: 723px;
  margin-left: 6px;
 }
 
 #head #navi {
  font-size: 10px;
  background: #000 url(images/navibg.gif) repeat;
  height: 29px;
  width: 723px;
  margin-left: 6px;
 }
 
 #head #navi ul {
  padding: 0;
  margin: 0;
  list-style: disc;
 }
 
 #head #navi li {
  float: left;
  height: 29px;
  display: inline;
 }
 
 #head #navi a {
  background: url(images/naviminus.gif) no-repeat;
  background-position: 0px 6px;
  color: #ffffff;
  display: block;
  height: 22px;
  padding-top: 7px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0;
  border: 0;
 }
 
 #head #navi a:hover {
  background: #e9e9e9 url(images/naviplus.gif) no-repeat;
  background-position: 0px 6px;
  color: #eb1313;
  background-color: #e9e9e9;
  text-decoration: none;
 }

 #main {
  width: 735px;
  margin: 0 auto;
  background: #d5d5d5;
 }
 
 #main #content {
  background: #e9e9e9;
  width: 723px;
  margin-left: 6px;
 }
 
 #main #content #left {
  background: #000 url(images/newsbox.gif) no-repeat;
  float: left;
  margin: 6px;
  width: 166px;
  padding: 6px;
  height: 347px;
 }
 
 #main #content #left ul {
  padding: 0;
  margin: 0;
  list-style: disc;
 }
 
 #main #content #left li {
  margin-left: 0px;
  list-style: none;
 }
 
 #main #content #left #news {
  overflow: auto;
  height: 347px;
 }
 
 #main #content #right {
  margin: 6px;
  float: left;
  width: 521px;
  padding-top: 6px;
 }
 
 #main #content #right div.clickTab {
  background-color: #f8f8f8;
 }
 
 #foot {
  width: 735px;
  margin: 0 auto;
  background: #000 url(images/foot.gif) no-repeat bottom;
  height: 61px;
  text-align: right;
  margin-bottom: 1px;
 }
 
 #foot a, #foot a:hover {
  display: block;
  height:11px;
  font-size: 9px;
  color: #ffffff;
  padding: 0;
  text-decoration: none;
  margin-right:8px;
 }
 
 .clear {
  clear: both;
 }
