body {
  font-family: "Trebuchet MS", "Verdana", "Arial", "Tahoma", sans-serif;
  color: #6A2844;
  background-color: #FFFFFF;
  margin-top: 20px;
  overflow:-moz-scrollbars-vertical;
}

.border {
  border: 1px solid #4D7100;
  width: 606px;
  background-color: #FFFFFF;
  margin: 0 auto;
}

.container {
  width: 576px;
  margin: 15px auto;
  background-color: #FFFFFF;
  border: 2px solid #669900;
}

.menu {
  text-align: center;
  padding: 2px 1em;
  height: 22px;
  border-bottom: 1px solid #669900;
}

.menu ul {
list-style-type:none;
padding:0;
margin:0;
text-align:center;
}

.menu li {
float:left;
padding:0;
display:inline;
}

.menu a:link, .menu a:visited, .menu a:active {
text-decoration:none;
color:#6A2844;font-weight:bold ;
padding: 0 5px;
border-bottom:0;
border-right:1px solid #006600;
}

.menu a:hover {
background-color: #EFFFCE;
color:#993300;
border-top:2px solid #993300;
border-bottom:2px solid #993300;
}

.header {
  height: 209px;
  border-bottom: 2px solid #669900;
  border-top: 2px solid #669900;
  background-image:url('images/building.jpg');
  background-repeat: no-repeat;
  background-position: center;
}

.content {
  line-height: 100%;
  padding: 0.5em 1em;
}

.footer {
  text-align: center;
  font-size: 80%;
  height: 20px;
  padding: 0 1em;
  background-color: #D8E0C8;
  border-top: 1px solid #669900;
}

h1 {
  font-size: 200%;
  color: #6A2844;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
}

a:active,
a:visited,
a:link      {
  color: #6A2844;
  text-decoration: none;
  border-bottom: 1px solid #669900;
}

a:hover     {
  color: #993300;
  text-decoration: none;
  border-top: 1px solid #993300;
  border-bottom: 1px solid #993300;
}

.FramedPic img {
margin: 8px 6px 4px 6px;
border-style: solid;
border-width: 3px;
border-color: #006633;
background-color: #6A2844;
display: block;
}

.ClassTitle {
  font-weight: bold;
  font-size: 1.1em;
}

