@charset "UTF-8";
body {
	padding: 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: #000;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFF;
	line-height: 16px;
}
.oneColFixCtrHdr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333;
}
.oneColFixCtrHdr #header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.02em;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 40px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	font-weight: 100;
	color: #000;
	letter-spacing: 0.1em;
	text-transform: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 32px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-size: 15px;
	line-height: 14px;
	font-variant: normal;
	font-weight: 400;
	word-spacing: 0.5mm;
	letter-spacing: 0.01em;
	padding-top: 0px;
	vertical-align: middle;
	height: 600px;
	clip: rect(auto,0px,auto,0px);
}
.oneColFixCtrHdr #footer {
	font-weight: 200;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 11px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;
	clear: both;
	top: 761px;
	width: 700px;
	left: 182px;
}
.oneColFixCtrHdr #footer p {
	font-weight: bolder;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #A8A8A8;
}
a:active {
	text-decoration: none;
	text-align: left;
	font-size: 12px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.alighnleft{
	text-align: left;
	padding-right: 5px;
}

