@charset "ISO-8859-1";
body {
	background-color: #EEEEEE;
	width: 600px;
}
A:Link, A:Visited, A:Hover, A:Active {
	color: #ED1C24;
}
.whitebg {
	background-color: #FFFFFF;
}
.footer, .footer A:Link, .footer A:Visited, .footer A:Hover, .footer A:Active {
	background-color: #ED1C24;
	color: #FFFFFF;
	text-align: right;
	clear: both;
	vertical-align: top;
	width: 100%;
}
.menu {
	width: 170px;
	float: left;
	background-color: #CCCCCC;
	clear: none;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.stuff {
	float: right;
	width: 410px;
	background-color: #FFFFFF;
	clear: none;
}
.content {
	clear: both;
	border: medium dotted #FF3366;
}
.sectionText {
	font-size: 24pt;
	color: #000099;
	font-weight: bolder;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.headerTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #ED1C24;
	width: 100%;
	clear: both;
	font-size: 18pt;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 30px;
	vertical-align: middle;
	margin-bottom: 5px;
}
.headerDivider {
	height: 3px;
	width: 100%;
	margin-bottom: 10px;
	background-color: #ED1C24;
	clear: both;
}
.headerLogo {
	width: 170px;
	float: left;
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}
.headerNAM {
	float: right;
	width: 410px;
	clear: none;
	text-align: center;
}
.headerNAM2 {
	clear: none;
	text-align: center;
}

