#body {
  background-color: #ffffff;
  width: 1000px;
  margin: 0 auto;    /* centering page */
}

#wholepage {
  position: relative;
  float: left;
  height: 100%;
  font-family: arial,sans-serif;
  color: #000000;
  text-align: left;
  padding: 0px;
  width: 1000px;
  background-color: #ffffff;
  font-family: arial;
}

#header {
  border-bottom-style: none;
  border-bottom-width: none;
  border-bottom-color: #6BB6E3;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  margin-left: 0px;
  background: url("../images/TopBar.png") no-repeat;
  font: arial;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  padding-top: 25px;
  padding-left: 10px;
}

table.newpage {
  position: relative;
  height: 100%;
  border-collapse: collapse;
  width: auto;
  border: none 2px #DFF2F8;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  border-spacing: 10px;
}

tr.newpage {
}


td.menucell {
  width: 165px;
  height: 100%;
  text-align: center;
  border-left: 5px;
  border-right: 5px;
  border-left-color: #ffffff;
  border-right-color: transparent;
  padding-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  background-color: #ffffff;
}

#menu-box {
  width: 160px;
  padding: 0px;
  border-right-style: none;
  border-right-color: blue;
  float: left;
  position: relative;
  text-align: left;
}

td.contentcell {
  width: 830px;
  height: 100%;
  text-align: center;
  border-left: 3px dotted #6BB6E3;
  border-right: 3px #6BB6E3 none;
  padding-bottom: 10px;
  margin-left: 5px;
  margin-right: 0px;
  text-align: left;
  background-color: #ffffff;
  font-family: arial;
  color: #000000;
  font-size: 11px;
}

.contentbox {
  position: relative;
  float: left;
  width: 820px;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0px;
  text-align: left;
  background-color: #ffffff;
  font-family: arial;
  color: #000000;
  font-size: 11px;
}

#footer {
  position: relative;
  float: left;
  clear: both;
  width: 1000px;
  height: 45px;
  margin-left: 0px;
  border-top-style: double;
  border-top-width: medium;
  border-top-color: #6BB6E3;
  border-right-style: double;
  border-right-width: medium;
  border-right-color: #6BB6E3;
  border-left-style: double;
  border-left-width: medium;
  border-left-color: #6BB6E3;
  border-bottom-style: double;
  border-bottom-width: medium;
  border-bottom-color: #6BB6E3;
  text-align: center;
  font-family: arial;
  color: #6BB6E3;
  font-size: 10px;
  font-weight: bold;
  padding-top: 9px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

table.footer {
  position: relative;
  width: 1000px;
  height: 45px;
  margin-left: 0px;
}

tr.footer {

}

td.footer {
  border: none;
}

a {
  color: #6BB6E3;
  text-decoration: none;
  border-bottom: #6bb6e3 1px dotted;
}

a:hover {
  text-decoration: none;
  border-bottom: none;
  background: #6bb6e3;
  color: white;
}

a:active {
  text-decoration: none;
  background: white;
  color: #24D0BF;
  border-bottom: #24D0BF 1px dotted;
}

#footer p {
  font: arial;
  color: #6BB6E3;
  font-size: 10px;
  font-weight: bold;
}

a.footer {
  color: #6BB6E3;
  font-style: normal;
  text-decoration: underline;
}

a:hover.footer {
  color: #BED832;
  font-style: italic;
  text-decoration: none;
  background-color: #ffffff;
}

a:active.footer {
  color: #00FF33;
  font-style: italic;
  text-decoration: none;
}

