/* ~~~ General Properties ~~~ */

BODY {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:    url(census_background2.jpg);
	background-color: #FFFFCC;

}

/* --- Banner Properties --- */

#banner {
	width: 900px;
	height: 150px;
}

/* --- Main Properties --- */

#main {
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: top;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	float: left;
	width: 900px;

}

#main a:link {
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #000000;
}

#main a:visited {
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #000000;
}

#main a:active {
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #000000;
}

#main a:hover {
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #000000;
}

#main h1 {font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	font-size: 18pt;
	text-align: center;
	color: #000000}

#main h2 {font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16pt;
	text-align: center;
	color: #FFFFFF}

#main h3 {font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	text-align: center;
	color: #000000}

#main h4 {font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	text-align: center;
	color: #996633}

#main h5 {font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-align: center;
	color: rgb(102,0,51)}

#main h6 {font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
	text-align: center;
	color: rgb(102,0,51)}

#main p {font-family: Georgia, "Times New Roman", Times, serif;
	color: #330000;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin-left: 20px;
}

/* ~~~ Footer Properties ~~~ */

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 15px;
	left: 0px;
	bottom: 0px;
	clear: both;
}

#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

