* {
  margin: 0;
  padding: 0;
}

body {
  font-size: normal ;
  font-family: Georgia, "Times New Roman", Times, serif;
  background: #FFF ;
}

img {
  border: 0 ;
}
/* sets the width of the content area of the page */
#wrapper {
  width: 800px;
  margin: 15px auto;
}

#header {
  position: relative ;
  float: right ;
  width: 100% ;
}
/* background sets logo and color; bblogo.gif is 700x192 */
#banner {
  
}

#headline {
  margin-left: 0px ;
  padding-top: 2em ;
  position: absolute;
  bottom: 1em ;
}

#headline h1 {
  font-size: xx-large;
  
}

#headline a {
  text-decoration:none;
  color:#000000;
}

#headline p {
  font-style: italic ;
}

/* sets color and padding for horizontal navigation text */
#nav {
  background: #FFF ;
  color: #fff ;
  padding: 1em 2em 1em 2em;
}

#nav li, #context li {
  display: inline ;
  font-weight: bold ;
  padding-right:20px;
}
/* sets color for horizontal navigation links */
#nav a {
  color: #fff ;
}

#context {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 0.8em ;
  padding: 0.5em ;
}
/*sets padding and color for main conent background and borders */
#content {
  background: #fff ;
  clear: both ;
  padding: 1.2em 2em 1.2em 2em ;
  line-height: 1.4em ;
 
}

#content h1 {
  line-height:1.3 em;
  font-variant:small-caps;
  font-size:xx-large;
  
}
/* sets color for News area background*/
#sidebar {
  background: #FFF ;
  border-left: 1px solid red;
  float: right ;
  width: 23% ;
  margin: 0 0 2em 2em ;
  padding: 2em ;
  vertical-align: top;
}

/* background sets logo and color; sponsor_logos.gif is 700x35 */
#sponsors {
 
  
}

/* address in footer */
#contact {
  clear: both ;
  color: #666 ; 
  font-size: small ;
  line-height: 1.1em ;
  text-align: left ;
  padding-top: 1em ;
  
 
}

.hidden {
  display: none ;
}

#content h1,  #content h2,  #content h3, #content h4, #content h5, #content h6  {
  margin-bottom: 0.8em ;
}

#content p, #content ol, #content ul {
  margin-bottom: 1em ;
}

address {
  font-style: normal ;
  margin-bottom: 1em ;
}

.headline {
  font-style: italic ;
}
