#body {
  height: 100%;
  background-color: #ffffff;
  width: 1000px;
  font: arial;
}

#whole-page {
  font-family: arial,sans-serif;
  height: 100%;
  color: #000000;
  text-align: left;
  padding: 0px 0px 0px 0px;
  width: 1000px;
  background-color: #ffffff;
  font: arial;
/*  overflow: hidden; */
/*  margin: 0 auto;    for centering page*/
}

#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;
}

#menu-box {
  width: 160px;
  padding: 0px;
  border-right-style: none;
  border-right-color: blue;
  float: left;
  position: relative;
  text-align: left;
  height: 710px;
  /*
  padding-bottom: 32767px;
  margin-bottom: -32767px;
  */
}

#content-box {
  position: absolute;
  float: right;
  width: 790px;
  margin-right: 50px;
  border-left-style: dotted;
  border-left-width: medium;
  border-left-color: #6BB6E3;
  margin-left: 160px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 50px;
  clear: both;
  clear: both;
  display: block;
  text-align: left;
  background-color: #ffffff;
  height: 710px;
  /*
  padding-bottom: 32767px;
  margin-bottom: -32767px;
  */
}

/*Standard content*/

#c {
  font: arial;
  color: #000000;
  font-size: 11px;
}

#c p {
  font: arial;
  color: #000000;
  font-size: 11px;
  line-height: 14px;
}

#c  font: arial;
  color: #000000;
  font-size: 8px;
  vertical-align: super;
}


#c ul {
/*  list-style-image: url(../images/ListButton.jpg); */
  list-style-image: url(../images/ButtonLogo.png);
}


#c li {
  font: arial;
  color: #000000;
  font-size: 11px;
  top: -5px;
}


#c box {
  width: auto;
  height: auto;
  float: left;
  border: none;
}


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

#c a:hover  {
  color: #BED832;
  font-style: italic;
  text-decoration: none;
}

#c a:active  {
  color: #00FF33;
  font-style: normal;
  text-decoration: none;
}

#c h1 {
  font: arial;
  font-size: 16px;
  font-weight: bold;
}

#c h2 {
  font: arial;
  font-size: 15px;
  font-weight: bold;
}

#c h3 {
  font: arial;
  font-size: 14px;
  font-weight: bold;
}

#c h4 {
  font: arial;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
}

#c blockquote {
  font-style: italic;
  margin-left: 35px;
}

/*Box content (mainly for use on index page for upcoming events*/

#right-box {
  position: relative;
  float: right;
  width: 325px;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-right: 0px;
  border-style: dotted;
  border-width: 2px;
  border-color: #6bb6e3;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 20px;
  color: #6BB6E3;
  text-align: left;
}

#rc {
  color: #6bb6e3;
  font: arial;
  font-size: 11px;
  font-weight: normal;
}


#rc h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#rc p {
  font-size: 11px;
  font-weight: normal;
}

#rc ul {
  list-style: square;
}

#rc li {
  list-style-position: outside;
}

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

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

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

#footer {
  z-index: 1;
  position: relative;
/*  bottom: 0px; */
  float: left;
  clear: both;
  width: 1020px;
  height: 45px;
  margin-left: 0;
  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: arial;
  color: #6BB6E3;
  font-size: 10px;
  font-weight: bold;
  padding-top: 9px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

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

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

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

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



