/* portion that extends to the side of the browsers */
#containerborder{
width: 100% auto;
height: 100%;
}

/* visible part of the web page */
#container{
width: 100% auto;
margin: 0px;
background-color: #fff;
color: #fff;
line-height: 130%;
font-family: arial, sans-serif;
font-size: 14px;
}

/* top line on the printed page that replaces the logo
   hidden on screen */
#printheader {
width: 100%;
font-family: arial;
font-size: 26px;
font-weight: bold;
color: #000;
text-align: left;
text-decoration: underline;
padding-bottom: 5px;
}

/* location for header - our logo 
   hidden during printing */
#top{
padding-left: 5px;
padding-right: 5px;
padding-top: .5em;
padding-bottom: 5px;
width: 769px;
display: none;
}

/* left navigation bar */
#leftnav{
display: none;
}

/* actual page content */
#content{
margin-left: 0px;
padding: 1em;
background-color: #fff;
color: #000;
text-align: left;
width: 100% auto;
}
#content h2 { margin: 0 0 .5em 0; }

/* bottom portion of page - footer */
#footer{
width: 100%;
clear: both;
margin: 0;
padding: .5em;
color: #000;
background-color: #fff;
text-align: left;
}





