@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-repeat: repeat-x;
	background-image: url(../images/MCTBHome_BKG.jpg);
}
.oneColFixCtrHdr #container {
	width: 968px;
	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;
	position: relative;
	top: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
}
.oneColFixCtrHdr #header {
	background-color: #000000;
	background-image: url(../images/MCTBHome_header1.jpg);
	background-repeat: no-repeat;
	height: 53px;
	padding-top: 87px;
	padding-right: 87px;
	padding-bottom: 10;
	padding-left: 730px;
}
.oneColFixCtrHdr #headernav {
	background-color: #11171d;
	background-repeat: no-repeat;
	height: 32px;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 60px;
}
.oneColFixCtrHdr #headernav ul {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #headernav li {
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
	list-style-type: none;
}



.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #11171d;
	background-image: url(../images/MainContent2012.jpg);
	background-repeat: no-repeat;
	height: 750px;
	margin-top: -25px;
}
.oneColFixCtrHdr #footer {
	background-color: #11171d;
	height: 200px;
	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 */
}
.style1 {
	font-size: x-small;
	color: #FFFFFF;
	font-style: normal;
}
.style2 {
	font-size: small;
	color: #FFFFFF;
	font-style: normal;
}
.style3 {
	font-size: medium;
	color: #FFFFFF;
	font-style: normal;
}
a.one:link {
	font-size: medium;
	text-decoration: none;
	color: #FFFFFF;
}
a.one:visited {
    font-size: medium;      
	text-decoration: none;
	color: #a06871;
}
a.one:hover {
	font-size: medium;
	text-decoration: underline;
	color: #9d0039;
}
a.one:active {
	font-size: medium;
	text-decoration: none;
	color: #cf9f4c;
}
a.two:link {
	font-size: medium;
	text-decoration: none;
	color: #cf9f4c;
}
a.two:visited {
    font-size: medium;      
	text-decoration: none;
	color: #a06871;
}
a.two:hover {
	font-size: medium;
	text-decoration: underline;
	color: #9d0039;
}
a.two:active {
	font-size: medium;
	text-decoration: none;
	color: #b0a07e;
}
