@charset "utf-8";

/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
}
#header h1 {
	font-size: 18pt;
}
#sidebar {
	display: none;
}
#mainContent p {
	font-size: 12pt;
	width: 6in;
	margin-left: 0.25in;
}

#mainContent h1 {
	font-size: 18pt;
	width: 4.5in;
	padding-bottom: 2pt;
	border-bottom: 1pt solid black;
}
#mainContent h2 {
	font-size: 16pt;
	border-bottom: 1pt solid black;
}
#mainContent h3 {
	font-size: 14pt;
	font-weight: normal;
}



#footer img {
	display: none;
}
#footer {
	border-top: 0.5pt solid #666;
	color: #999;
	font-size: 10px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
