@charset "UTF-8";
body {
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 940px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin-top: 10px;
	background-repeat: no-repeat;
	letter-spacing: 0.1em;
	font-size: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: both;
}
.oneColFixCtrHdr #footer {
	font-size: 0.7em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 5px;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#nav1 {
}
floatleft {
	float: left;
}
#fltleft {
	float: left;
}
#nav1 {
	width: 630px;
	float: right;
}
#logoct {
	width: 284px;
	float: left;
	margin-top: 7px;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 160%;
	line-height: 1.2em;
	color: #AD1101;
	padding-top: 70px;
}
h2 {
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: 0.2em;
	text-align: center;
	font-size: 120%;
	line-height: 1.4em;
}
.credit-line {
	font-size: 10px;
	line-height: normal;
	vertical-align: 50%;
}
