
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: 18px;
  text-align: left;
}

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

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

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

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




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


div.display {
  text-align: center;
}

div#special1 {
  padding-top: 0px;
  margin-top: 0px;
  width: 420px;
  float: right;
}

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


.with_margins {
  padding: 10px;
}


div.column {
  float: left;
  width: 50%;
}

div.sidebar {
  float: right;
  width: 50%;
}

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

# Tables used for links (Connections page)

table.connection {
  width: 150px;
}

table.connection td {
  padding: 2px;
  text-align: left;
}

table.connection td.emblem {
  padding: 0px;
  padding-left: 2px;
}
