@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;
}
.oneColElsCtr #container {
	width: 840px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #373737;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #373737;
	color: #FFFFFF;
}
.oneColElsCtr #navwrap {
	z-index: 2;
	clip: rect(50px,auto,auto,auto);
}

.oneColElsCtr #mainheader {
	background-image: url(header.jpg);
	height: 128px;
	width: 840px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 0;
	text-align: right;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.oneColElsCtr #container #mainheader a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColElsCtr #container #mainheader a:hover {
	font-style: italic;
	color: #FC1922;
	text-decoration: none;
}
.oneColElsCtr #container #mainheader a:visited {
	color: #D4D0C8;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	white-space: normal;
	line-height: normal;
	font-variant: small-caps;
	word-spacing: normal;
}
.red-bold {
	color: #FC1922;
	font-weight: bold;
}

.oneColElsCtr #mainfooter {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #mainfooter-dyk {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(footer-didyouknow.jpg);
	height: 86px;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}
.oneColElsCtr #container #mainheader #mediakits {
	color: #FFFF00;
}
.oneColElsCtr #container #mainContent #Title {
	background-image: url(body-title-bg.jpg);
	background-repeat: no-repeat;
	height: 36px;
	background-color: #000000;
}
.oneColElsCtr #container #mainheader .mk a {
	color: #FFFF00;
	text-decoration: none;
}
a:link {
	color: #FFFF66;
}
a:visited {
	color: #FFCCCC;
}
