@charset "utf-8";
/* Default HTML tag elements */

/* NOTES:
Put width specification in wrappers 
*/
@charset "utf-8";
/* Default HTML tag elements */

/* NOTES:
Put width specification in wrappers 
#0F2351 dark
#6B90D4 light
*/

html, body {
	height: 100%;
	width: 100%;
}
html, body, div, table, td, span {
	padding: 0;
	margin: 0;
}
#banner-wrapper {
	width: 100%;
	background: #6B90D4;
}
#menu-wrapper, #content-wrapper, #footer {
	width: 1000px;
	padding: 0 auto;
	margin: 0 auto;
}
#banner {
	width: 1000px;
	height: 170px;
	overflow: hidden;
	padding: 0 auto;
	margin: 0 auto;
}
#banner-inner {
	background: url('/images/mcc-logo2.png') white no-repeat left bottom;
	padding: 0 0 0 164px;
	margin: 12px 0;
	height: 140px;
	overflow: hidden;
}
#banner-inner-right {
	background: url('/images/banner-right.jpg') white no-repeat right top;
	height: 140px;
	overflow: hidden;
}
#menu-wrapper {
	position: relative;
	z-index: 99;
	margin: 10px auto;
}
#content-wrapper {
	background: white;
}
#content {
	padding: 0 5px 20px 5px;
	width: 750px;
}
#right-side {
	min-width: 250px;
}
.sidebar {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: 1px solid #6B90D4;
	overflow: hidden;
}
#footer-wrapper {
	margin-top: 20px;
	clear: both;
	background: #6B90D4;
}

#footer {
	color: white;
	padding: 20px 0px;
}
#footer a {
	font-weight: bold;
	color: white;
}
#content-wrapper, #banner-inner-right, #banner-inner, .sidebar {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
