body {
  background-color: #FFFFFF;
  text-align: center;
  font-family: sans-serif;
}

a:link { color: #006600; text-decoration: underline; }
a:visited { color: #006600; }
a:hover { color: #000000; text-decoration: none; }
p { color: #000000; }
h3 { color: #006600; }
table { font-size: 12px; font-style: bold;}
img.left {float:left; clear:left; padding: 0 10px 10px 0;}


#pageContainer {
  width: 700px;
  border: 1px solid #000000;
  margin: 0px auto -1px auto; 
}

#pageHeader {
  width: 700px;
  height: 150px;
  background-image: url(skybanner.jpg);
  background-repeat:  no-repeat;
  border-bottom: 1px solid #000000;
  clear: both;
}

#pageContent {
  width: 680px;
  background-color: #eeeeee;
  border-top: 1px solid #000000;
  border-bottom: 10px solid #eeeeee;
  border-left: 10px solid #eeeeee;
  border-right: 10px solid #eeeeee;
  text-align: left;
}

* html #pageContent   /* this selector recognized by IE only */
{
  width: 700;   /* total width (only for IE5.x/Win) */
  w\idth: 700;  /* content width (for other IE) */
}


#pageContentHome {
  width: 700px;
  background-image: url(clevelandbg.jpg);
  background-repeat:  no-repeat;
  border-top: 1px solid #000000;
}

#menuBox {
  width: 700px;
  height: 25px;
  background-color: #006600;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: 12px;
}

#sponsorBox {
  width: 700px;
  background-color: #eeeeee;
  font-size: 12px;
  text-align: center;
  border-bottom: 5px solid #eeeeee;
}

#sponsorBox img {
  vertical-align: middle;
}

#menuBox a:link { color: #ffffff; text-decoration: underline; }

#menuBox a:visited { color: #ffffff; text-decoration: underline; }

#menuBox a:hover { color: #000000;  text-decoration: underline; }

}
