@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #FFFFFF;
	margin-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	background-color: #000000;
}
.oneColFixCtrHdr #header {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 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;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	color: #000000;
	background-color: #B8D0DE;
	margin-top: 30px;
	height: auto;
	text-align: center;
	vertical-align: middle;
	background-position: center;
	margin-bottom: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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;
}
body,td,th {
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #6792ab;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 24px;
	font-style: normal;
	text-indent: 10px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #6792ab;
	text-align: left;
	margin-top: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;
	font-style: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/shared/H5.png);
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	font-style: normal;
	margin-bottom: 17px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	color: #6792ab;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
}
h6 {
	color: cc6666;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	background-position: left bottom;
	text-align: left;
	text-indent: 10px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: cc6666;
	background-repeat: no-repeat;
	margin-top: 0px;
}
