body {
  margin:0;
  padding:0;
  font-family: verdana,tahoma,helvetica;
  font-size: 12px;  
  background: black;
  color: #333333;
}
#mainlayout {
   margin-right: 30px;
   }


#logo {
   overflow: hidden;
   background: white url('images/right_line1.jpg') repeat-y right;
}

#textlogo {
   position: relative;
   top: -65px;
   margin-bottom: -61px;
   text-align: right;
   margin-right: 45px;
    }

#textlogo a{
  color: #000000;
  text-decoration: none;
  }

#menu {
  padding:0;
  margin:0;
  background: black;
  height: 35px;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 0px;
}


#menu li {
   float:left;
   list-style:none;
   padding-left: 10px;
   padding-right: 10px;
   color: #F4C823;
}

#menu a {
   color: #F4C823;
   font-weight: bold;
}

#header {
   background: #D5DABF url('images/header.jpg') right no-repeat;
   height: 177px;
   border-top-style:solid;
   border-top-width: 10px;
   border-top-color:#ABB57F;
   border-right-style:solid;
   border-right-width: 10px;
   border-right-color:#ABB57F;

}

#layout {
   overflow: hidden;
   padding-left: 0px;
   margin-bottom: -20px;
   padding-bottom: 20px;
   background: #ffffff url('images/right_line1.jpg') repeat-y right;
   width: 100%;
  

}

#left_content {
  float: left;
  width: 30%;
  background: #ffffff;
  }



#content {
   float: left;
   min-height: 500px;
   height:auto !important;
   height: 500px;  
   width: 60%;
   background: #ffffff;
}

#footer {
   clear: both;
   padding-top: 20px;
   padding-bottom:20px;
   background: #ABB57F;
   padding-left: 30px;
   text-align:center;
   margin-right: 30px;
  }

h1 {
  margin-top: 20px;
  color:#747E47;
  font-size: 23px;
  padding: 0px;
  }

h2 {
  font-size: 16px;
  margin:0px;
  margin-left: 10px;
  margin-top: 20px;
  padding: 0px;

  }

li.list {
    padding: 0px;
    list-style-type: square;
    margin-left: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 15px;
    color: #747E47;
  }

li.list a{
  text-decoration: none;
}

a {
  color:#747E47;
  }

ul{
   margin: 0px;
   padding: 0px;
   }

table {
   margin-bottom: 15px;
}

p {
    margin: 5px;
    padding: 0px;
}


#menu_left {
   margin-left: 30px;
   margin-top: 10px;
}

#menu_left li a {
  text-decoration: none;
}

