body {
  background: url('../images/top_bg2.jpg') repeat-x top;
}
a{
  outline: none;
  color: #006633;
}
table, td, th {
    vertical-align:top;
}
h1, h4 {
  color: #007E70 !important;
  font-family: arial !important;
  font-size: 28px !important;
  margin: 0 !important;
  margin-bottom: 20px  !important;
  padding: 0 !important;
  font-weight: bold !important;
  background: none !important;
  text-align: left  !important;
}
h2, strong {
  display: block;
  color: #64a821 !important;
  font-style: italic !important;
  font-family: Arial !important;
  font-size: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  text-align: left  !important;
}
p {
  margin: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}
.content, .left {
  font-family: Arial;
  font-size: 12px;
  /*color: #006633;*/
  color: black;
}
.left ul {
  
}
.left li {
  padding: 10px;
}

.header{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 6px;
  padding-left: 15px;
  display: block;
  margin-bottom: 5px;
}
.date {
   color: #006633;   
   display: block;   
   font-family: Arial; 
}
.news {
   font-family: Arial;   
   font-size: 12px;  
   line-height: 13px; 
}
input[type=text], input[type=password]{
  background: white;
  border: 1 px sodli black;
  padding: 5px;
  width: 190px;
  font-size: 11px;
  color: #AEAEAE;
  margin-left: 15px;
}
input[type=submit] {
  background: url('../images/login.jpg') no-repeat left top;
  border: none;
  width: 60px;
  margin-left: 15px;
  height: 25px;
  margin-top: 5px;
}
#header {
  background: url('../images/topbg.jpg') no-repeat center top;  
  height: 370px;
}
#header2 {
  background: url('../images/topbg.jpg') no-repeat center top;  
  height: 370px;
}
#logo{
  float: left;
  margin-top: 30px;
}
#login {
  width: 242px;
  float: right;
  background: #F2F2F2 url('../images/loginbg.jpg') no-repeat left top;
  height: 160px;
}
#register{
  width: 242px;
  float: right;
  margin-top: 20px;  
}
#menu {  
  width: 100%;
  margin: 0 auto;
  height: 70px;
}
#menu ul {  
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 950px;
}
#menu ul li{
  float: left; 
  text-align: center;  
}
#menu ul li a{
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px 25px 0 30px;
  font-weight: bold;  
}
#line {
  height: 2px;
  margin-top: 80px;
  border-top: 1px solid #E1E1E1;
}
#footer {
  background: #EFEFEF;
  color: #6A6A6A;
  font-weight: bold;
  font-style: italic;
  padding: 18px 0 18px 0;
  font-size: 10px;
  text-align: center;
  padding-right: 700px;
  margin: 0 auto;
  min-width: 400px;
}
.selected {
    color: #e4e8dc !important;
}