/* CSS Document */
body {
   background: white;
   font-size: 12pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   }
   
#header span, #topstuff {
	visibility: visible;
	display: block;
	padding: 5px;
	}

#toolbar {
	display: none;
	}

h1 {
	font-size: 16pt;
	}
h2 {
	font-size: 15pt;
	}
h3 {
	font-size: 13pt;
	}
h4 {
	font-size: 12pt;
	}			
   
#nav, #extras, #learnmore, #searchBox {
   display: none;
   }

.noprint {
	display: none;
	}
	
#content, #maintext, #centercol, #rightcol, #calwrap {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 5%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
   
a:link, a:visited {
   color: #666;
   background: transparent;
   text-decoration: underline;
   }
   
ul, li {
	font-size:12pt;
}   