html,body{
  height: 100%;
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  margin: 0px;
  color: black;
  background: white url("http://www.lawtonps.org/img/page-bg.png") top left repeat-x;
}

#logoBox {
  height: 61px;
  background: url("http://www.lawtonps.org/img/logo.png") top left no-repeat;
}

#topMenu { 
  height: 29px;
  background: url("http://www.lawtonps.org/img/top-menu-bg-whole.png") bottom center no-repeat;
}

#topMenuContent { 
  padding-top: 4px;
  text-align: center;
  font-size: 14px;
  color: white;
  margin: 0px;
}

#topMenuContent a {
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

#bannerBox {
  height: 190px;
  padding-bottom: 10px;
  clear: both;
}

#goldBar {
  height: 67px;
  padding: 0px;
  margin: 0px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#content {
  color: black;
  background: white;
}

.content {
  color: black;
  background: white;
}

#footer {
  font-size: 10px;
  text-align: center;
  background: #494949;
  color: white;
  padding-top: 25px;
  padding-bottom: 25px;
}

.myBox {
  margin: 10px;
  color: black;
  padding: 10px;
  text-align: left;
  background-color: #fffbf2;
  border: 1px solid #b69543;
  font-size: 12px;

  /* Do rounding (native in Firefox and Safari) */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.myBox_noborder {
  margin: 10px;
  color: black;
  padding: 10px;
  text-align: left;
  font-size: 12px;
}

.myBox_noborder_nopad {
  margin: 10px;
  color: black;
  padding: 0px;
  text-align: center;
  font-size: 12px;
}

h1 {
  font-size: 18px;
  font-weight: normal;
  display: block;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 17px;
  font-weight: normal;
  display: block;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin: 0;
  padding: 0;
}

h4 {
  font-size: 15px;
  font-weight: normal;
  display: block;
  margin: 0;
  padding: 0;
}

h5 {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 0;
}

h6 {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin: 0;
  padding: 0;
}

img {
  border: 0px;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

hr {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #FFFBF2;
  background-color: #FFFBF2;
  border-bottom: 1px dotted #325580;
}

a:link {
  color: #325580;
  text-decoration: none;
}

a:visited {
  color: #325580;
  text-decoration: none;
}

a:hover {
  color: black;
}

a:active {
  color: #325580;
}

#nav1 {
  text-align: right;
  padding-top: 20px;
  padding-right: 10px;
  margin: 0px;
  margin-left: -10px;
  color: white;
}

#nav1 a {
  font-size: 10px;
  color: white;
  text-decoration: none;
}

#nav1 a:hover {
  color: white;
  text-decoration: underline;
}

#nav1 a:visited {
  color: white;
  text-decoration: none;
}

#nav1 a:active {
  color: white;
  text-decoration: none;
}

#footer a:link {
  font-size: 10px;
  color: white;
  text-decoration: none;
}

#footer a:hover {
  color: white;
  text-decoration: underline;
}

#footer a:visited {
  color: white;
  text-decoration: none;
}

#footer a:active {
  color: white;
  text-decoration: none;
}

li {
  padding-bottom: 5px;
}

.black-link a:link {
  color: black;
  text-decoration: none;
}

.black-link a:hover {
  color: black;
  text-decoration: none;
}

.black-link a:visited {
  color: black;
  text-decoration: none;
}

.black-link a:active {
  color: black;
  text-decoration: none;
}



.dropcontent{
  width: 100%;
  background-color: #FFFFFF;
  display:block;
}
