/* Remove unwanted elements */

body { background: none; }

.navigation, #menu, #footer, .line, .noprint { display: none; }

a:link {color: #000;}

.outerbox, .innerbox { border: none; background: #fff; padding: 0; }

#crumb { 
 background: url(img/blank.gif);
 background-color: #fff; 
 text-shadow: none; 
 color: #000; 
 border-bottom: none; 
 padding: 0;
}

#container, .awardsbox { border: none; }
.columnleft, .columnright { font-size: x-small; }

/* Ensure the content spans the full width */
#content, #content2 {
 position: relative;
 top: 0;
 left: 0;
 width: 100%; 
 float: none;
 margin: 0;
}

/* insert page breaks */
.page-break {
 display: block; page-break-before: always;
}

