BODY {
 font-family: Helvetica Neue, Helvetica, sans-serif;
 font-size: 11pt;
 margin: 0px;
 background-color: #eee;
}

#page {
 max-width: 1000px;
 background-color: white;
 border-right: 1px dashed #999;
 border-bottom: 1px dashed #999;
}
 
#header {
 height: 89px;
 background-repeat: no-repeat;
 background-image: url(/npw2008/images/skyline.png);
 background-position: top right;
 padding: 8px;
 padding-left: 16px;
 padding-bottom: 0px;
 border-bottom: 1px solid black;
}

#header A {
 text-decoration: none;
}
 
#menu {
  float: left;
  width: 200px;
  padding-top: 0px;
}

#sponsors {
  float: right;
  padding-top: 0px;
  width: 200px;
}

#content {
 margin-right: 220px;
 margin-left: 220px;
 padding-top: 0px;
 text-align: justify;
}	 

#footer {
  clear: both;
  text-align: center;
  color: #999;
}

DIV.menusection {
 padding-top: 2px;
 color: white;
 font-weight: bold;
 background-color: #5896D7;
 border-bottom: 3px solid #3778BC;
 margin-bottom: 8px;
 width: 200px;
}

DIV.sponsorsection {
 padding-top: 2px;
 color: white;
 font-weight: bold;
 background-color: #4BC361;
 border-bottom: 3px solid #18B334;
 margin-bottom: 8px;
 width: 200px;
}

DIV.menusection A {
 color: white;
}

DIV.menusection A:visited {
 color: white;
}

DIV.menuitem {
 padding-left: 10px;
 padding-right: 10px;
 font-size: 10pt;
}

DIV.sponsor {
    margin-top: 8px;
    border-top: 1px dotted #999;
    padding: 8px;
}


