@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
	margin-top: 30px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #001C4C;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #mainContent {
	background: #001C4C;
	padding: 20px 20px;
	background-image: url(images/sinclair_h_rule.gif);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding-bottom: 6px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
}
.oneColFixCtrHdr #footer {
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#001C4C;
}
.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 */
	background-color: #001C4C;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C4D5F9;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: lighter;
	letter-spacing: 0.05em;
}
a {
	font-size: 1em;
	color: #C11A1B;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #5C85CA;
}
a:hover {
	text-decoration: underline;
	color: #C60;
}
a:active {
	text-decoration: none;
	color: #C11A1B;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	color: #FFF;
	line-height: 1.3em;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	color: #C11A1B;
	line-height: 1.3em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	color: #FFF;
	line-height: .9em;
	font-weight: bold;
	margin-bottom: -15px;
}
h4 {
	font-size: 1.2em;
	color: #C11A1B;
	line-height: .9em;
	font-weight: bold;
}
h5 {
	font-size: 0.8em;
	color: #FFF;
	line-height: 1.2em;
	font-weight: normal;
}
h6 {
	font-size: 0.8em;
	color: #C11A1B;
	line-height: 1.2em;
	font-weight: normal;
}
