/* general stuff */
body {
   font-size:11pt; 
	font-family: "Trebuchet MS", Arial, Sans Serif;
   color: black; }

/* getting rid of whole blocks we don't want to see */


/* my theme */
#widesidebar, #menu2, #icons, #logo, #bannercalltoaction{ display:none }

/* getting rid of background-images */
body, div#header, div#container, div#banner { background-image: none; }

/* header */
div#header  {
	text-indent: 0px;
}

div#header h1 a {
	font-size: 16pt;
	font-family: Georgia, Times, serif;
	text-decoration: none;
}

/* getting rid of nasty size constraints */

div#header h1 a, div#header h1, div#header {
	width: 100%;
	height: auto;
}

/* other things */

div#contentwide, div#container{ margin:0; 
     float:none; 
     width:auto }
#content a { font-weight:bold; 
     color:#000066; 
     text-decoration:underline }
div#container, div#content{ margin-left:0; 
     float:none; 
     width:auto }
#footer { display:none }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }

blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }
img.right { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline; }
img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; }
.right { float: right; }
.left { float: left }
img { page-break-inside:avoid; 
     page-break-after:avoid; }

