@charset "UTF-8";
/* CSS Document */
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;
	background-color: #000;
	background-image: url(../images/615_sky_1.png);
	background-repeat: repeat-x;
	background-attachment:fixed;
}
.oneColFixCtrHdr #container {
	width: 958px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
}
.oneColFixCtrHdr #header {
	background-color: #000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.oneColFixCtrHdr #header h1 {
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../images/KingsSiteBanner.png);
	background-repeat: no-repeat;
	height: 154px;
	width: 937px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-right: 10px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-left: 10px;
	border: 7px solid #CCC;
}
.oneColFixCtrHdr #footer {
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: 10px;
	margin-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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFF;
}
body, td, th {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
}
.legal {
	font-size: 9px;
	color: #FFF;
}
#legal {
	font-size: 10px;
	color: #FFF;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}
a:link {
	color: #A50708;
}
a:visited {
	color: #A50708;
}
/*td {
	border-collapse: collapse;
	border: .05em solid #999;
}*/
td.razor {
	border-collapse: collapse;
	border: .05em solid #999;
}
img {
	border: 0px none;
}
.tdshadow {
    box-shadow: 4px 4px 4px #888;
    -moz-box-shadow: 4px 4px 4px #888;
	-webkit-box-shadow: 4px 4px 4px #888;
	behavior: url(/PIE/PIE.htc);
}
h1, h2, h3, h4, h5 {
	color:#A50708
}
