@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: left; /* 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: #000000;
	background-image: url(../images/bg_fade.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	background-color: #000000;
	background-image: url(../images/headerimg.jpg);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #navigation {
	background: #056273;
	padding-right: 0px;
	padding-bottom: 0px;
	clip: rect(auto,auto,auto,auto);
	padding-left: 20px;
}
	
.oneColFixCtrHdr #navigation ul {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #navigation li {
	display: inline
}
.oneColFixCtrHdr  #navigation a:link, #navigation a:visited {
	position: relative;
	color: #FFFFFF;
	background-color: #056273;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #navigation a:hover, #navigation a:active {
	background-color: #CC0033;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/mc-shadow.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	text-align: center;
}
a:link {
	color: #056273;
	text-decoration: none;
}
a:visited {
	color: #056273;
	text-decoration: none;
}
a:hover {
	color: #CC0033;
	text-decoration: underline;
}
a:active {
	color: #CC0033;
}
