@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;
	background-image: url(../images/webbkg.jpg);
	background-color: #16171b;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #4c4358; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	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;
}
.oneColFixCtrHdr #header {
	width: 900px;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../../website/images/webbkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: right;
	background-color: #2d3037;
}
.oneColFixCtrHdr #mainContent {
	width: 900px;
	padding: 0;
	color: #FFFFFF;
	margin: 0px;
	background-color: #4c4358;
}
.oneColFixCtrHdr #mainContent p {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}


.oneColFixCtrHdr #footer {
	padding: 0;
	text-align: right;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 12px;
	text-align: right;
}

.splink{
	font-size:12px;
//	text-align: right;
}

a:link {
	color:#8465a8;
	text-decoration:none;
	font-weight:bolder;
	}
a:visited {
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
	}
a:hover {
	color:#6977cf;
	font-weight:bolder;
	text-decoration:none;
	}
td {
	vertical-align: top;
}

td p {
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	}

td img {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}

h3 {
	color: #6977cf;
	padding-left:5px;
}

h2 {
	color:#6977cf;
}

/*.center {
	text-align: center;
} */
