/* Layout stylesheet */

#navigation {
	display: none !important;
	}
	
#mainContent {
	margin-left: auto !important;
	width: auto;
	}
	
* {
	color: #000 !important;
	}
	
h1 {
	font-size: 20pt !important;
	font-weight: bold !important;
	}
	
h2 {
	font-size: 14pt !important;
	font-weight: bold !important;
	}
	
h3 {
	font-size: 12pt !important;
	font-weight: bold !important;
	}
	
p {
	font-size: 12pt !important;
	}


						
