body {
  text-align: center;
  margin: auto;
  background-color:#E1E6FA;
  height:100%;
}
body,td,th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}
#left {
 text-align: left ;
}
#left ul {
 list-style: none;
 margin: 0px;
 padding: 0px;
}
#left ul li {
 list-style: none;
 margin-bottom: 5px;
}
#left a{
text-decoration:none;
font-weight:bold;
color:#FFF;
}
#wrapper {
  width:780px;
  margin:auto;
  height:100%;
  height: auto !important;
}
#header {
  width: 780px;
  padding: 4px;
  color: #458764;
  text-align:left;
  font-size: 20px;
  background-color: #ABC8E2;
  border: 1px solid #183152;
  border-top: 0;
}
#menu {
  width:780px;
  padding:4px;
  height:25px;
  font-family:arial;
  font-size:20px;
  background-color: #375D81;
  border: 1px solid #183152;
  border-top: 0;
}
#menu a {
  display:block;
  width:19%;
  height:25px;
  float:left;
  color: #C4D7ED;
  text-decoration: none;
  border-right: 1px solid #fff;
}
#menu .last {
  border-right:0;
}
#menu a:hover {
  color: #FFF;
  text-decoration: underline;
}
#left {
  width:25%;
  padding: 4px;
  background-color: #ABC8E2;
  border: 1px solid #183152;
  border-top: 0;
}
#content {
  width:75%;
  padding: 4px;
  text-align:left;
  background-color: #fff;
  border: 1px solid #183152;
  border-top: 0;
  border-left:0;
}
#cont {
  border: 1px solid #CCC;
  width:90%;
  padding:10px;
  text-align:center;
  margin-left:13px;
  background:#fff url('images/contbg.gif') repeat-x;
}
#content h1 {
  font-size:22px;
  color:#a31802;
}
#footer {
  width: 780px;
  padding: 4px;
  color: white;
  font-size: 11px;
  background-color: #375D81;
  border: 1px solid #183152;
  border-top: 0;
  border-bottom: 0;
}
input {
  border: 1px solid #bbb;
}
.button {
  border: 1px solid #183152;
  background-color:#ABC8E2;
}