HTML, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, blockquote, table, tr, td {
	margin : 0;
	padding : 0;
	border : 0;
}

body {
	font: normal 12pt Times, serif; 
	color: #000;
	background-color: #FFF;
	text-align: left;
}

td 	{
	font: normal 12pt Times, serif; 
	color: #000;
	vertical-align: top;
}

p	{
	margin-top: 1em;
	margin-bottom: 1em;
}

form {
	display : inline;
}

h1 {
	font: bold 14pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000;
}

h2 {
	font: bold 12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000;
}

h3 {
	font: bold 12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000;
}

h4 {
	font: bold 11pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000;
}

h5 {
	font: bold 11pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000;
}

h6 {
	font: bold 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000;
}

A:HOVER, A:ACTIVE {
	color: #0033CC;
	text-decoration: underline;
}

A:VISITED {
	color: #666;
	text-decoration: underline;
}

A:VISITED:HOVER {
	color: #03C;
	text-decoration: underline;
}	

.hilite {
	background-color : #CCC;
	padding: .7em .7em .1em .7em;
}

.spotlight {
	background-color : #CCC;
	border : 1px solid #59686E;
	margin : .7em .7em .5em 0;
	width : 140px;
}

.spotlight_gold {
	background-color: #CCC; 
	width: 135px; 
	border: 1px solid #CCC; 
	margin : .7em .7em 0 0;
}

.spotlight_pad {
	padding: .5em;
}

#dates_deadlines {
	background-color: #FFF; 
	width: 135px; 
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC; 
	border-bottom: 1px solid #CCC; 
	padding: .2em; 
}

.intro {
	color: #000;
	font: bold 12pt Times, serif;
	margin-top: .2em;
}

.blue_sub {
	font: bold 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000;
}

.smallbody {
	font: normal 10pt Times, serif;
}

.smallbody_black {
	font: normal 10pt Times, serif;
	color: #000;
}

.more {
	font: normal 11pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul {
	list-style-type: disc;
	margin: 1.5em 0 1.5em 0;
	font: normal 10pt Times, serif;
	color: #000;
}

ul.condensed {
	list-style-type: disc;
	margin: .2em 0 1.5em 1em;
	font: normal 10pt Times, serif;
	color: #000;
}

ul li {
	margin-bottom: 1em;
}

.condensed li {
	margin-bottom: .1em;
}

.news {
	list-style-type: disc;
	list-style-position: inside;
	margin: 1.5em 0 1.5em 0;
	font: normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

.marg_all {
	margin : .7em .7em .7em .7em;
}

.pad_t {
	padding-top: .5em;
}

.pad_all {
	padding: .5em .5em .5em .5em;
}

.important_dates {
	padding: .2em .2em .2em .2em;
	background-color : #CCC;
}

#importantdates {
	width: auto;
}

#document {			/* overall table for main document */
	width: auto;
}

#maintext {			/* main content */
	background-color : #FFF;
	width: auto;
	padding : 6px 20px 10px 0px;
	text-align: left;
}

#maintext_nosb {			/* main content with no sidebar */
	background-color : #FFF;
	width: auto;
	padding : 6px 20px 10px 0px;
	text-align: left;
}

#banner {	         /* Cal Parents graphic */
	width: 0;
	display: none;
}

#cpgraphic {	     /* document title graphic */
	display: none;
	width: 0; height: 0;
}

#cptitle {	     /* document title for print */
	display: block;
}

#sb_colorblock {	   		 /* sidebar color block */
	display: none;
	width: 0; height: 0;
}

#nav {             /* left hand navigation */
	display: none;
	width: 0;
}

#nav ul {			/* left hand navigation */
	display: none;
	width: 0;
}

#nav ul li {		/* left hand navigation */
	display: none;
	width: 0;
}

#search {	   		 /* search form */
	display: none;
	width: 0;
}

#sidebar {			/* right-hand feature */
	background-color : #FFF;						
	font: normal 10pt Times, serif;
	width: 30%;
	color : #000;
}

#header {	   		 /* header */
	display: none;
	width: 0;	
}

#footer {	   		 /* footer */
	display: none;
	width: 0;	
}

td#maintext a:link:after, td#maintext a:visited:after {
	content: " (" attr(href) ") ";
}

td#maintext_nosb a:link:after, td#maintext_nosb a:visited:after {
	content: " (" attr(href) ") ";
}

a#nourl:link:after, a#nourl:visited:after {
	content: " [URL too long to print]";
}

