@charset "UTF-8";
/* CSS Document */

/*Main Styles*/
body {
background-image: none;
}
/*Search Bar*/
#searchbar {
display: none;
}
#bannerpic {
display:none;
}
/*Nav*/
#nav {
display: none;
}
/*Left Column*/
#maincontent {
width: 100%; 
margin:10px 0 0 5px;
float:none;
font-size:1.25em;
}
.tabs-nav {
display: none;
}
p.frontpagepic img {
float:right;
margin:1.25em 0 0.625em 0.625em;
}
/*Bottom Buttons*/
#bottombuttons, #bottombuttons ul {
display: none;
}
/*Right Side*/
#rightside {
display: none;
}
/*Footer*/
#footer {
border-top: 1px solid #000;
background-image: none;
background-color:#fff;
padding:6px 0 0 0;
}
#footer ul {
display: none;
}