body {
  background: #ffffff;
  color: #004126;
  font-family: Times New Roman;
}

a:link {
  font-weight: bold;
  text-decoration: none;
  color: #B5985C;
}
a:visited {
  text-decoration: none;
  color: #B5985C;
}
a:active {
  text-decoration: none;
  color: #B5985C;
}
a:hover {
  text-decoration: none;
  color: #00653B;
}

a[href$='.pdf'] {
  padding-right: 37px;
  background: url(../images/page/pdf.png) no-repeat right top;
}

#container {
  background: #ffffff;
  background-image: url(../images/page/background.jpg);
background-repeat:no-repeat;
background-position:top right;
  margin: 0 auto;
  width: 980px;
}

#header h1 {
  font-size: 1.5em;
  margin-top: 35px;
  text-align: center;
}

#header img {
  border: 0px;
  float: left;
  margin-bottom: 15px;
}

#header p {
  float: right;
  font-size: 1.2em;
}

#menu {
  float: left;
  width: 280px;
  margin-bottom: 50px;
  z-index:250;
}

#menu h1 {
  display: none;
}

#menu .menuitem00 a {
  background: transparent url("../images/menu/menu00.jpg") no-repeat; 
  background-position: -220px 0;
  display: block;
  float: left;
  height: 32px;
  width: 220px;
}
#menu .menuitem00 a:hover {
  background-position: 0; 
}

#menu .menuitem01 a {
  background: transparent url("../images/menu/menu01.jpg") no-repeat; 
  background-position: -220px 0;
  display: block;
  float: left;
  height: 32px;
  width: 220px;
}
#menu .menuitem01 a:hover {
  background-position: 0; 
}

#menu .menuitem02 a {
  background: transparent url("../images/menu/menu02.jpg") no-repeat; 
  background-position: -220px 0;    <script src="js/script.js" type="text/javascript"></script>
  display: block;
  float: left;
  height: 32px;
  width: 220px;
}
#menu .menuitem02 a:hover {
  background-position: 0; 
}

#menu .menuitem03 a {
  background: transparent url("../images/menu/menu03.jpg") no-repeat; 
  background-position: -220px 0;
  display: block;
  float: left;
  height: 32px;
  width: 220px;
}
#menu .menuitem03 a:hover {
  background-position: 0; 
}

#menu .menuitem04 a {
  background: transparent url("../images/menu/menu04.jpg") no-repeat; 
  background-position: -220px 0;
  display: block;
  float: left;
  height: 32px;
  width: 220px;
}
#menu .menuitem04 a:hover {
  background-position: 0; 
}

#menu .menuitem05 a {
  background: transparent url("../images/menu/menu05.jpg") no-repeat; 
  background-position: -220px 0;
  display: block;
  float: left;
  height: 32px;
  width: 220px;
}
#menu .menuitem05 a:hover {
  background-position: 0; 
}

#menu .menuitem06 a {
  background: transparent url("../images/menu/menu06.jpg") no-repeat; 
  background-position: -220px 0;
  display: block;
  float: left;
  height: 32px;
  width: 220px;
}
#menu .menuitem06 a:hover {
  background-position: 0; 
}

#menu .menuitem07 a {
  background: transparent url("../images/menu/menu07.jpg") no-repeat; 
  background-position: -220px 0;
  display: block;
  float: left;
  height: 32px;
  width: 220px;
}
#menu .menuitem07 a:hover {
  background-position: 0; 
}

#menu .menuitem08 a {
  background: transparent url("../images/menu/menu08.jpg") no-repeat; 
  background-position: -220px 0;
  display: block;
  float: left;
  height: 32px;
  margin-bottom: 25px;
  width: 220px;
}
#menu .menuitem08 a:hover {
  background-position: 0; 
}

#menu img.center {
  margin-left: 40px;
  margin-top: 30px;
}

#main h1 {
  font-size: 1.5em;
  text-align: center;
}

#main h2 {
  font-size: 1.3em;
  text-align: center;
}

#main h3 {
  font-size: 1.15em;
  text-align: center;
}

#main img.intextright {
  border: 0px;
  padding:4px;
  float: right;
  margin: 5px;
}

#main img.intextleft {
  border: 0px;
  padding:4px;
  float: left;
  margin: 5px;
}

#main span {
  font-weight: bold;
}

#footer {
  margin-top: 40px;
}

#footer td {
  font-family: Times New Roman;
  font-size: 10px;
  color: #004126;
}

