body {	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	color: #000000;
	}
h2 {
	color: #CCCCCC
	}
h3 {
	color: #CCCCCC
	}
h4 {
	color: #000000
	}
table {
	color: #FFFFFF
	}
td, th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	}
#wrapper { width:100%; }
 
#login, #leftcol, #navbox, #footer .textcenter, #sidebar, #mastheadimage  {display:none;}

#leftcol, #content { display:block; width:100%; }

#masthead { }

#content h1 {
font-size: 125%;  /*increases the font size*/
color: #003366;  /*sets the colour of the h1 text*/
font-family: Arial, Verdana, Helvetica, sans-serif;  /*changes the default font*/
}

#content h2 {
font-size: 115%;  /*increases the font size*/
color: #003366;  /*sets the colour of the h2 text*/
font-family: Arial, Verdana, Helvetica, sans-serif;
}

#content h3 {
font-size: 107%;  /*increases the font size*/
color: #003366;  /*sets the colour of the h2 text*/
font-family: Arial, Verdana, Helvetica, sans-serif;
}

#content h4 {
font-size: 100%;  /*increases the font size*/
color: #003366;  /*sets the colour of the h2 text*/
font-family: Arial, Verdana, Helvetica, sans-serif;
}

#content p {
font-size: 80%;  /*reduces the default font size*/
margin: 12px 0 0 0;  /*sets a margin of 12px to the top of the p, and zeroes other default margins*/
}

#content ul, #content ol {
font-size: 80%;  /*reduces the default font size*/
margin: 12px 0 0 2px;  /*sets a margin of 12px to the top of the p, sets a 2px left margin for IE,  and zeroes other default margins*/
}

#footer {  /* Begin laying out and styling the footer div */
border-top: 1px solid #000;  /*sets the top border to define the beginning of the footer*/
font-size: 60%;  /* sets the footer text size */
margin-top: 20px;  /* Adds a margin to the top of the footer*/
}