@charset "UTF-8";



body {
	margin: 0px 0px;
	/*background: #b7b7b7 url(../images/greybkgd.jpg) repeat-x left top;*/
		font: 10pt Arial, Helvetica, sans-serif;
		background-color: #9d0f24;
}
img {
	padding: 5px;
	
}

h2, h3 { color: #c6112b; } 

#header {
}
#outer {
   /* width: 856px;
	margin: 0px auto; padding: 0px;
	background: #9d0f24 url(../images/mcacbkgd1.gif) repeat left top;
	border-bottom: 3px solid #540f24;*/
}
#container {
	margin: 0px auto;
	width: 940px;
	height: auto;
	background-color: #FFFFFF;
	border-top: 0px solid #999999;
	border-right: 2px solid #4a1029;
	border-bottom: 0px solid #999999;
	border-left: 2px solid #4a1029 ;
	position: relative;
}

#container .red, a {
	color: #c6112b;
}

#container #content a {
	/*color: #c6112b;*/
}

#container .newsdetail p {
	padding-top: 4px;
}
#container #content .newsdetail td {
   /* padding-bottom: 4px;
	background: url(images/greyline.gif) no-repeat center bottom;*/
}


#container #header #hdrbanner {
	height: 200px;
	background: url(images/mcac_l3.gif) repeat center center;
}
#container #header #topnav {
	font-size: 80%;
	padding: 5px;
	height: 25px;
	color: #FFFFFF;
	background: #c6112b url(images/redgrad.gif) repeat-x left bottom;
}

#container #header #topnav a { color: white; text-decoration: none; border: 0px;}
#container #header #nav {
	background: #c6112b url(images/redgrad.gif) repeat-x left center;
	font-size: small;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
	
}


#container #content {
	margin: 0px;
	padding: 10px 25px;
}
#container #content #fullpage {
	margin: 0;
	padding: 0;
	clear: both;

}
#container #content #leftside {
	float: left;
	width: 420px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 15px 0px;	
}
#container #content #rightside {
	/*margin: 0px 0px 0px 470px;*/
	position: relative;
	float: right;
	width: 420px;
	padding: 0px 15px 15px 0px;
}

#container #content h2 { padding-top: 10px; }
#container #footer {
	background: #c6112b url(images/redgrad.gif) repeat-x left bottom;
	font-size: 80%;
	color: white;
	padding: 5px;
	text-align: center;
	
}
#container #clear { clear: both;}

#container #content ul li { 
        position: relative;
	padding-bottom: 7px;
	list-style: none;
	background: url(images/redsq.gif) no-repeat left top;
	padding-left: 20px;
}
