
body {
  text-align: center;
  background: #666666;
  color: #333333;
  margin: 0px;
  font-family: verdana, helvetica, sans-serif;
}

div.pageframe {
  width: 776px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}


/* Used for placing icons within the header */

.leftside {
  float: left;
}

.rightside {
  float: right;
}


div.menu_bar {
  height: 30px;
  background: #AAAA66;
}

div.menu_bar ul {
  padding-left: 0;
  margin-left: 0;
  margin-top: 5px;
  background-color: transparent;
  float: right;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
}

div.menu_bar ul li {
  display: inline;
}

div.menu_bar ul li a {
  padding: 0.2em 1em;
  color: #FFFFBB;
  text-decoration: none;
  float: left;
  border-right: 1px solid #FFFFBB;
}

div.menu_bar ul li a.current {
  padding: 0.2em 1em;
  color: #666633;
  text-decoration: none;
  float: left;
  border-right: 1px solid #FFFFBB;
}

div.menu_bar ul li a:hover {
  background-color: transparent;
  color: #AA4400;
}

div.menu_bar ul li a.current:hover {
  background-color: transparent;
  color: #666633;
}


/* Properties defined for content rather than column
   to allow a layout without a column and a sidebar */

div.content {
  background: #FFFFBB;
  color: #333333;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
}

div.content h1 {
  margin: 10px;
  margin-right: 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  color: #AA4400;
}

div.content h2 {
  margin: 10px;
  margin-right: 15px;
  font-size: 21px;
  font-weight: bold;
  line-height: 26px;
  color: #CC0000;
}

div.content h3 {
  margin: 10px;
  margin-right: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #AA4400;
}

div.content h4 {
  margin: 10px;
  margin-right: 15px;
}

div.content p {
  margin: 10px;
  margin-right: 5px;
}

div.content div.pic_on_left {
  float: left;
  padding-left: 10px;
  padding-right: 6px;
  padding-bottom: 6px;
}

div.content div.pic_on_right {
  float: right;
  padding-right: 10px;
  padding-left: 6px;
  padding-bottom: 6px;
}



div.sidebar h3 {
  margin: 0px;
  margin-right: 8px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFBB;
  background: #666633;
  padding: 4px;
}

div.sidebar p {
  margin: 0px;
  margin-bottom: 15px;
  padding-right: 2px;
  font-size: 13px;
  line-height: 16px;
}

div.sidebar ul {
  margin: 5px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 7px;
  font-size: 13px;
  line-height: 16px;
}

div.sidebar div.pic_on_left {
  float: left;
  padding-left: 0px;
  padding-right: 6px;
}


ul.deep_indent {
  margin-left: 30px;
}


div.display {
  text-align: center;
}

div.ad {
  color: #AAAA66;
}

div.ad a:link {
  color: #666633;
}

div.ad a:visited {
  color: #6666FF;
}

div.terminator {
  margin: 0px;
  padding: 0px;
  height: 10px;
  clear: both;
}

table.center {
  margin-left: auto;
  margin-right: auto;
}

.with_margins {
  padding-left: 16px;
  padding-right: 16px;
}

div.reference {
  float: right;
  margin-top: 0px;
  margin-right: 10px;
  padding-top: 0px;
  font-size: 10px;
  line-height: 12px;
}

div.calendarpage {
  width: 140px;
  height: 140px;
  background: #000000;
  color: #FFFFFF;
}


div.footer {
  height: 30px;
  background: #AAAA66;
}  

div.footer p {
  text-align: center;
  margin-top: 0px;
  padding-top: 6px;
  font-size: 11px;
  line-height: 16px;
  color: #FFFFBB;
}

div.footer a:link {
  text-decoration: underline
}

div.footer a:visited {
  color: #FFFFBB; text-decoration: underline
}

div.footer a:active {
  color: #FFFFBB; text-decoration: underline
}

div.footer a:hover {
  color: #FFFFBB; text-decoration: none
}

.spacer {
  margin: 0px;
  padding: 0px;
  height: 10px;
  clear: both;
}

.terminator {
  margin: 0px;
  padding: 0px;
  height: 0px;
  clear: both;
}
