@charset "UTF-8";
/* CSS Document */

body {
	background: #000000;
	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: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColElsCtr #container {
	width: 960px;
	height: 100%;
	background: #000000; /* 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;
	padding-top: 26px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
.oneColElsCtr #top {
	/* padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 120px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1d7aad;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #818384;
	background-image: url(../images/mc_top.jpg);
}
.oneColElsCtr #menu {
	/* padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 34px;
}
.oneColElsCtr #flash {
	height: 500px;
}
.oneColElsCtr #logos {
	height: 107px;
	background-color: #f0f0f0;
}
.oneColElsCtr #mainContent {
	/* padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;
	height: 452px;
	overflow: auto;
	padding: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 16px;
}
.oneColElsCtr #subContent {
	/* padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #sponsor {
	height: 107px;
	background-color: #f0f0f0;
	position: relative;
	width: 960px;
	text-align: center;
	vertical-align: middle;
}
.content_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #16507E;
	font-weight: bold;
}
