#mainContent { 
	margin: 0 170px 0 310px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 

h1,h2,h3,h4,h5 {
	color:#006a94;
}

#mainContent h1 {
	color:#006a94;
	margin-bottom:.8em;
}

#mainContent h2 {
	color:#006a94;
}

#mainContent h3 {
	color:#006a94;
}

#mainContent h4 {
	color:#006a94;
}

#mainContent a {
	color:#009ddc;
	text-decoration:underline;
}

#mainContent a:hover {
	color:#006a94;
	text-decoration:none;
}










