body,td,input,a,select,textarea {
  font-family: Helvetica, Verdana, Arial;
  font-size: 10pt;
  color: #202020;
}

body {
  text-align: center;
  background-color: #DDDDDD;
  background-image: url(img/bgGradient.png);
  background-repeat: repeat-x;
}

input ,select,textarea{
  background-color: #EEEEEE;
}

h1 ,h2,h3,h4,h5,h6 {
  margin-bottom: 4px;
  font-weight: bold;
}

h1,h2,h3 {
  font-size: 22pt;
}

h4,h5 {
  font-size: 16pt;
}

h6 {
  font-size: 10pt;
}

#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 800px;
  border: 1px solid #B0B0B0;
  background-color: #EEEEEE;
}

#contents {
  margin: 15px;
  position: relative;
}

#heightFix1 {
    height:250px;
    float:right;
    width:1px;
}

#heightFix2 {
    clear:both;
    height:1px;
    overflow:hidden;
  }

#logo {
  width: 800px;
  height: 140px;
  background-image: url(img/logo.png);
}

#menu {
  height: 30px;
  width: 800px;
  border-bottom: 1px solid #B0B0B0;
}

#menu, #menu table, #menu td {
  background-color: #333333;
}

#menu td {
  text-align: left;
  padding-left: 5px;
  padding-right: 10px;
  color: #FFFFFF;
  height: 30px;
  vertical-align: middle;
}

#menu a {
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}

#footer, #footer a {
  font-size: 8pt;
  color: #666666;
}

#footer {
  text-align: center;
  vertical-align: bottom;
  height: 40px;
}


.menuhover {
  background-color: #666666;
  background-image: url(img/menuGradient.png);
  background-repeat: repeat-x;
}

a:visited,a {
  text-decoration: none;
}

a:hover,a:active{
  text-decoration: underline;
}

