#banner {
	background-color: #900;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
}
#banner #banner p {
	text-align: center;

}
#header {
	background-color: #000;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	text-align: center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #900;
	margin: 0px;
}

#main {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	background-color: #FFF;
	font-size: 9pt;
	letter-spacing: normal;
	line-height: normal;
}

#leftcol {
	font-family: "Times New Roman", Times, serif;
	background-color: #900;
	float: left;
	width: 20%;
	padding: 0px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}

#rightcol {
	background-color: #900;
	float: right;
	width: 25%;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	background-color: #900;
	color: #FFF;
	font-size: 18px;
	text-align: center;
}

