@charset "utf-8";
body {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #E7E7CF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
.fontSmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	font-weight: bold;
	color: #333333;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#canon {
	float: right;
	width: 300px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.hdr {
	margin: 0px;
	padding: 25px 20px 20px 36px;
	font-family: "Helvetica 65 Medium", "Helvetica 55 Roman", "Helvetica 95 Black", "HelveticaNeue Condensed", "HelveticaNeue MediumCond";
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	font-weight: bold;
	padding: 0px;
	line-height: 160%;
}
a img {
	text-decoration: none;
	border-style: none;
}
.hdr2 {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #0A2358;
	line-height: 150%;
}
.hdr3 {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	line-height: 140%;
}
.hdr4 {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 140%;
}
a:link {
	color: #333333;
}

