* { margin:0; padding:0; }


html, body { 
  margin:0;
  padding: 0;
  height: 100%;
  background-color: #6D7B8D;
  font-family: serif;
  text-align: center;
}

#extra-stuff {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#046b26', endColorStr='#ffffff', gradientType= '0' );
}


#wrapper {
  text-align: left;
  position:relative;
  width: 85%;
  background-color: #fff;
  color: black;
  margin: 0px 50px 15px 50px;
  padding: 15px;
  border: 1px solid #000;
}

#header {
}

#header-logo {
  background-color: transparent;
  margin: 0px 650px 0px 0px;
  height: 125px;
}

#header-dates {
  position: absolute;
  top: 2em;
  right: 2em;
  width: 645px;
  font-family: serif;
  font-size: 1.5em;
  text-align: right;
  color: #046B26;
}

#header-tagline {
  background-color: #046B26;
  color: white;
  padding: 10px 0px 10px 0px;
  text-align: center;
  font-size:2em;
  font-style: italic;
}

#header-navline {
  border-bottom: 3px solid #046B26;
}

#main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 10px;
}


#content {
  margin: 0px 410px 0px 0px;
  background-color: white;
  color: #666;
  font-family: Arial, sans-serif;
  font-size: .9em;
  line-height: 1.3em;
  padding-left:.5em;
  padding-right:.5em;
  padding-bottom:.5em;
}

.indent-content {
  padding-left: 3em;
  color:#000;  
}

.h4 {
  font-weight:bold;
  color: #666;
  font-family: Arial, sans-serif;
  font-size: .9em;
  line-height: 1.3em;
}

.h5 {
  font-weight:bold;
  color: #046B26;
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.3em;
}

.p {
  font-weight:normal;
  color: #666;
  font-family: Arial, sans-serif;
  font-size: .9em;
  line-height: 1.3em;
}


#sidebar {
  position: absolute;
  top: 0;
  right: 0;
  color: #666;
  width: 400px;
  background-color: white;
  font-family: Arial, sans-serif;
  font-size: .9em;
  line-height: 1.3em;
  text-align: center;
  margin: 0;
  padding-bottom: .5em;
}

.indent-sidebar {
  color:#666; 
  font-weight: bold; 
}



#footer {
  clear: both;
  background-color: #046B26;
  color: white;
  padding: 10px 0px 10px 0px;
  text-align: center;
}

#footer1 {
  font-size: 1em;
  font-style: italic;
  font-weight:normal;
}

#footer2 {
  font-size:1.25em;
  font-style: normal;
  font-weight: normal;
}

#footer3 {
  padding-right:.75em;
  font-size:.65em;
  font-style: normal;
  font-weight: normal;
  text-align: right;
}



ul.menu {
list-style:none; 
width:auto; 
position:relative; 
display:block; 
height:20px; 
font-size:.75em; 
font-family:Verdana,Helvetica,Arial,sans-serif; 
padding:0;
}

ul.menu li {
display:block;
color:#046B26;
float:left;
margin:0;
padding:0;
}

ul.menu li a:link, ul.menu li a:visited {
float:left;
color:#046B26;
text-decoration:none;
height:20px;
padding:2px 20px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#046B26;
text-decoration:none;
font-weight:bold;
}

ul.menu .current a {
color:#046B26;
}





