/* CSS Document */
body {
  background: #badf95;
  font-family: helvetica,tahoma, verdana;
  font-size: 11px;
  color: black;
  margin: 0px;
  text-align:center;
}

.nodisp {
display: none;
}

a {
  text-decoration: none;
  color: #336601;
}

a:hover {
  text-decoration: underline;
}

td {
  font-family: helvetica,tahoma, verdana;
  font-size: 11px;
  color: black;
}

#header {
  width: 720px;
  height: 257px;
  text-align:center;
  margin: 0 auto;
}

#header h1 {
  font-size: 16px;
  color: white;
  font-family: georgia, times;
  margin: 0px;
}

#menu {
  width: 660px;
  margin: 0 auto;
  background: white;
}

#menu ul {
  margin: 0px;
  padding:0px;
  padding-top: 15px;
  width: 660px;
  height: 50px;
  list-style-type: none;
  background: white;
}

#menu ul li {
  float:left;
  margin-left:20px;  
  width: 140px;
  height: 50px;
}

#menu ul li a {
  padding-top:17px;
  font-family: georgia, times;
  font-size: 16px;
  font-weight:bold;
  display:block;
  width: 140px;
  height: 50px;
}

#menu ul li a.buttonLeft { background: url("img/btn-left.jpg") no-repeat; }
#menu ul li a.buttonLeft:hover { background: url("img/btn-left-active.jpg") no-repeat; color: #badf95; text-decoration:none; }
#menu ul li a.buttonRight { background: url("img/btn-right.jpg") no-repeat; }
#menu ul li a.buttonRight:hover { background: url("img/btn-right-active.jpg") no-repeat; color: #badf95; text-decoration:none; }
#menu ul li a.button { background: url("img/btn.jpg") no-repeat; }
#menu ul li a.button:hover { background: url("img/btn-active.jpg") no-repeat; color: #badf95; text-decoration:none; }

#content {
  clear:both;
  background: white;
  width: 660px;
  margin: 0 auto;
  text-align: justify;
  padding-top: 20px;
  padding-bottom: 1px;
}

#content .frame {
  margin-left: 20px;
  margin-right: 20px;
  background: #badf95;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

#content .frame img, #admin .frame img {
  margin: 20px;
  border: 1px solid #336601;
}

#content .frame h1, #admin .frame h1 {
  font-family: georgia, times;

  font-size: 16px;
}

#content .frame h2, #admin .frame h2 {
  font-family: georgia, times;
  font-size: 12px;
  padding-left: 30px;
}

#content .frame p, #content .frame table, #admin .frame p, #admin .frame table {
  padding: 5px;
  margin: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

#content .frame h1, #admin .frame h1{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
}

#content .frame hr, #content .frame h1, #admin .frame hr, #admin .frame h1 {
  margin: 0px;
}

#footer {
  width: 660px;
  margin: 0 auto;
}

/* ADMIN */
#admin {
  text-align:justify;
}
