﻿#content
  {
  position: relative;
  width: 960px; /* Required because of MS bug */
  }

#header
  {
/*  background-color: #66CC00; */
  border-bottom: solid #000000 2px;
  color: #ffffff;
  padding-bottom: 10px;
  padding-left: 125px;
  padding-right: 125px;
  padding-top: 10px;
  width: 710px;
  }

#header h1
  {
  color: #ac5369;
  font-size: 200%;
  font-style: normal;
  text-align: center;
  }

#header p
  {
  font-size: .8em;
  }

#main-text
  {
  border-bottom: solid #000000 2px;
  padding: 2em;
  }

#navbar
  {
  position: absolute;
  top: 0px;
  left: 0px;
  }

.drop
   {
   font-size: 200%;
   }

/* Make the hyperlinks as a block element, sort of a hover effect */
.nav ul li a
  {
  display: block;
  padding: 2px 10px;
  }

a:link, a:visited
  {
  color: #666699;
  text-decoration: none;
  }

a:hover, a:active
  {
  background-color: #666699;
  color: #FFFFFF;
  }

body 
  {
  background-color: #CCCC66;
  color: #000000;
  font-family: Verdana,Helvetica,Ariel,sans-serif;
  font-size: 1em;
  }

h1, h2, h3, h4, h5, h6
  {
  color: #000000;  
  }

h1
  {
  font-size: 1.5em;
  font-style: italic;
  font-variant: small-caps;
  text-align: left;
  }

h2
  {
  font-size: 1.1em;
  }

img.left
  {
  float: left;
  }

img.right
  {
  float: right;
  }

p
  {
  line-height: 1.3em;
  text-align: justify;
  text-indent: 1em;
  }

p.center
  {
  text-align:center;
  }

p.footer
  {
  font-size: .75em;
  font-weight: bold;
  text-align: center;
  }

q:after { content: close-quote } 
q:before { content: open-quote } 
q:lang(en) { quotes: '\201C' '\201D' '\2018' '\2019'}
q
  {
  font-family: serif;
  font-size: 110%;
  font-style: italic;
  }

ul.nav
  {
  display: table;
  table-layout: fixed;
  width: 100%;
  }

ul.nav, .nav ul
  {
  border-bottom: solid #000000 2px;
  cursor: default;
  list-style-type: none;
  margin: 0;
  padding: 0;
  }

/* Menu colors */
ul.nav, .nav ul, .nav ul li a
  {
  background-color: #CCCC66;
  color: #000000;
  }

ul.nav li:active, .nav ul li a:active
  {
  background-color: #66cc00;
  color: #ffffff;
  }

ul.nav li:hover, .nav ul li a:hover
  {
  background-color: #cccc33;
  color: #000000;
  }

ul.nav>li
  {
  display: table-cell;
  padding: 2px 6px;
  position: relative;
  }

ul.nav li>ul
  {
  display: none;
  margin-left: -6px;
  margin-top: 2px;
  max-width: 40ex;
  position: absolute;
  }

ul.nav li:hover>ul
  {
  display:block;
  }

