body {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
}

a {
	text-decoration:underline;
	color:#3399cc;
	}
	
#utilitybar, #search, #sidebar1, #footer{
	display: none;
	}
	
h1 {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	}
	
.main #sidebarleft {
	float: left;
	width: 13em; /* since this element is floated, a width must be given */ 
	padding-right: 15px;
	padding-bottom: 20px;
} 

#titleBox h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	text-align: left;
	font-size: 16px;
	font-weight: bold;

}

.main h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: center;
}

.main h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	text-align: center;
}

.main h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6699ff;
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-bottom: 0px;
}