body {background: #fff;}

.header_print {
 display: block;
 font: 1.5em Verdana,Arial, sans-serif;
 font-weight: bold;
 color: #000;
 padding: 0 0 10px 0;
 border-bottom: 1px solid #999;
}

#main_wrapper {
 width: 100%;
 border: none;
}

#primary_content_wrapper {
 width: 100%; 
 float: none;
 padding: 10px;
 max-width: 650px;
 min-width: 600px;
}

.no_show, #nav, #nav ul, #sub, #sub ul, #logo,#utilities, #footer, #billBoard, #tagline, #sidebar_content_wrapper  {display: none;}

#main_shadow, #bottom_shadow {background: none;}

html>body #main_shadow, html>body #bottom_shadow {
background: none;
}

h2 {
 background: #fff;
 margin: 10px 0 10px 0;
 border: none;
 padding: 5px;
}

#primary_content_wrapper h1#title {
background: #fff;
border-bottom: 1px dotted #000;
}

.content {
padding-left: 0px;
width: 100%;
}


