/* CSS Document */

body {
	margin:0px;
	background:#FFFFFF none;
	color:#000000;
}

div#frame_outer {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	border:0px none;
}
div#frame_inner {
	margin:0px;
	border:0px none;
}

/* HEADER */
div#header_outer {
	background:none;
}
div#header_inner {
	height:125px;
	background:none;
}
div#header_inner img#cbmw_title {
	position:static;
}
div#header_inner img#cbmw_byline {
	position:relative;
	float:right;
	clear:both;
	top:0px;
}
div#nav_utility {
	display:none;
}
div#nav_global {
	display:none;
}
/* END HEADER */

div#breadcrumbs {
	position: static;
	padding:6px 8px;
	font-size:100%;
	border-bottom:1px solid #918879;
}

/* BODY (three columns: local nav, main content, related resources) */
div#body_outer {
	width: auto; border-left-style: none; border-right-style: none; /* main code */
	border-left-width: 0em;  /* left column width */
	border-right-width: 0em; /* right column width */
}
div#body_inner {
	margin: 0; width: auto; /* main code */

	border-right:0px none;
	border-left:0px none;
}
/* left column */
div#nav_local_outer {
	display:none;
	}
/* CONTENT. center column */
div#content_outer {
	float: none; width: auto; position: static;
	border-top:2px solid #FFCC33;
	text-align:center;
}
div#content { /* content inner */
	position:static;
	width:90%;
	padding:1.5em;
	text-align:left;
	border-top:0px none;
}
div#content_tools { /* contains content buttons */
	display:none;
}
div#content_tools_alt { /* contains content buttons in alternate location (bottom of content) */
	display:none;
}
/* End CONTENT */

/* right column */
div#related {
	display:none;
}
/* END BODY */

/* FOOTER */
div#footer_outer {
	margin:9px;
}
div#footer_inner {
	position:relative; width:100%; z-index:13; /* main code */
	font-size:80%;
	text-align:left;
}
div#nav_global_alt {
	display:none;
}
div#copyright {
	padding:3px;
	border:1px solid #918879;
	background:#FFFFFF;
}
div#nav_utility_alt {
	display:none;
}
/* END FOOTER */