@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	margin: 0;
	padding: 0;
}
.thrColFixHdr #container {
	color:#000000;
	width: 800px;
	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: #FFFFFF;
	background-image: url(../images/containerbg.gif);
} 


.thrColFixHdr #header {

} 
.thrColFixHdr #sidebar1 {
	color:#000000;
	float: left; /* since this element is floated, a width must be given */
	width: 166px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 174px;
	margin-bottom: 0;
	margin-left: 179px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000080;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	text-align: left;
}
.thrColFixHdr #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000080;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.thrColFixHdr #mainContent h3 {
	font-size: 15px;
	color: #F00;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.thrColFixHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.thrColFixHdr #mcfclogo {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 174px; /* padding keeps the content of the div away from the edges */
	padding: 0px;
	margin: 0px;
	height: auto;
}
.thrColFixHdr #container #sidebar2 .right-sponsors {
	margin-left: 10px;
	margin-top: 10px;
}

.thrColFixHdr #sidebar2 h1 {
	font-size: 16px;
}
.thrColFixHdr #sidebar2 h2 {
	font-size: 14px;
}
.thrColFixHdr #sidebar2 h3 {
	font-size: 12px;
}
.thrColFixHdr #sidebar1  img {
	margin: 0;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
}
.thrColFixHdr #footer {
	color:#000000;
	background:#E4E4E4;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.thrColFixHdr #bottomframe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
	background-color: #e4e4e4;
	background-image: url(../images/bgbottom.jpg);
	margin: 0px;
	height: 50px;
	width: 800px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.thrColFixHdr #bottomframe p {
	padding: 0;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.thrColFixHdr #bottommenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	padding: 0px;
	width: auto;
	background-color: #E4E4E4;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
	height: 60px;
}
.thrColFixHdr #container #footer #bottommenu p {
	margin-bottom: 10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.listoflinks {
	list-style-type: none;
}
.listoflinks a {
	font-size: 14px;
}
.listoflinks ul {
	list-style-type: none;
	margin-left: 30px;
}
.linkbutton {
	background-color: #F8F8F8;
	color: #990000;
	font-size: 10px;
}
.linkbutton12blue {
	background-color: #F8F8F8;
	color: #09F;
	font-size: 12px;
}
.thrColFixHdr #container #sidebar1 #mcfclogo img {
	padding-bottom: 10px;
	border-width: 0px;
	padding-top: 5px;
}
.thrColFixHdr #container #header img {
	border-width: 0px;
}
#dmc360 {
	background-color: #E4E4E4;
	height: 15px;
}
#dmc360 p {
	font-size: 9px;
	text-align: right;
	padding-right: 20px;
}
#dmc360 p a {
	color: #666;
	text-decoration: none;
}
#dmc360 p a:hover {
	color:#03F;
}

