body {
  background-color: #fff;
  color: #000;
}
/* main page div - contains everything */
div#page {
	color: #000;
	background-color: #fff;	
	max-width: 940px;
	margin: 0 auto;
	padding: 0 1em 1em 1em;
}
/* main content area */
div#content_container {
	width: 940px;
}
div#navigation {
	float: left;
	margin-top: 1em;
	margin-left: 15px;
	display: inline;
	font-family: arial, helvetica, sans-serif;
	width: 332px;
}
div#navigation hr {
	margin-right: 15px;
}
div#navigation .title {
	font: bold 0.8em arial, helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 1em;
	line-height: 19px;
	color: #000;
}
div#navigation .indent {
	padding-left: 1em;
	color: #000;
}
div#navigation .indent_red {
	padding-left: 1em;
	color: #e00;
	font-weight: bold;
}
div#navigation a {
	display: block;
	text-decoration: none;
	height: 19px;
}
div#navigation a:hover {
	color: #fff;
}
div#content {
	padding: 1em;
	margin-left: 347px;
	font: normal 1em arial, helvetica, sans-serif;
	text-align: left;
	color: #000;
	background-color: #fff;
	}
div#content h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 1.5em;
	font-weight: normal;
}
div#content h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1em;
}
div#content p {
	margin-top: 0;
	padding-top: 0;
	font-size: 1em;
}

/* page structure */
div#top_bar {
	height: 1.5em;
	line-height: 1.6em;
	text-transform: uppercase;
	text-align: left;
	padding-left: 0.5em;
}
div#top_bar .text {
	text-decoration: none;
	color: #fff;
	font: bold 1em arial, helvetica, sans-serif;
}
/* IE HACK TO GET TEXT TO SIT RIGHT */
div#top_bar .ie {
	vertical-align: middle;
}
div#banner {
}
div#banner img {
	display: block;
}
div#bottom_bar {
	height: 1.5em;
}
div#page_bottom {
  margin: 0 auto;
  text-align: left;
  color: #939598;
  font: bold .75em arial, helvetica, sans-serif;
  text-transform: uppercase;
}

/* intro boxes */
div.intro_title {
	background: url(/images/corner_ul.png) left top no-repeat; 
	height: 1.5em;
	width: 225px;
	color: #fff;
	font: bold 0.8em arial, helvetica, sans-serif;
	text-align: center;
	line-height: 1.6em;
	text-transform: uppercase;
}
div.intro_image {
	margin-bottom: 0.25em;
}
div.intro_image img {
	display: block;
}
div.intro_text {
	background: url(/images/corner_ll.png) left bottom no-repeat;
	height: 10em;
	width: 225px;
	padding-top: 0.5em;
}
div.intro_text ul {
	padding-left: 1.5em;
	margin-left: 0;
	font: bold 0.8em arial, helvetica, sans-serif;
	text-transform: uppercase;
}
div.intro_text div.description {
	font: italic 0.8em georgia;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
div.corner_ur {
	height: 1.5em;
	width: 225px;
	background: url(/images/corner_ur.png) right top no-repeat; 
}
div.corner_lr {
	height: 10em;
	width: 225px;
	background: url(/images/corner_lr.png) right bottom no-repeat; 
}

div.ur {
	background: url(/images/corner_ur.png) right top no-repeat; 
}
div.lr {
	background: url(/images/corner_lr.png) right bottom no-repeat; 
}
div.ul {
	background: url(/images/corner_ul.png) left top no-repeat; 
}
div.ll {
	background: url(/images/corner_ll.png) left bottom no-repeat; 
}

/* content pages */
div#header_title {
	margin-top: 1em;
	background: url(/images/corner_ul.png) left top no-repeat; 
	height: 1.5em;
	width: 940px;
	color: #fff;
	font: bold 0.8em arial, helvetica, sans-serif;
	line-height: 1.6em;
	text-transform: uppercase;
}
div#header_title span.title {
	margin-left: 1em;
}
div.page_ur {
	height: 1.5em;
	width: 940px;
	background: url(/images/corner_ur.png) right top no-repeat; 
}

/* navlink (at bottom) */
a:link.navlink {
	font: bold 8pt arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	background-color: transparent;
	}
a:visited.navlink {
	font: bold 8pt arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	background-color: transparent;
	}
a:hover.navlink {
	font: bold 8pt arial, helvetica, sans-serif;
	text-decoration: underline;
	color: #000;
	background-color: transparent;
}

/* home icon */
div#mfb_home_icon {
	position: relative;
	float: right;
	z-index: 2;
	width: 65px;
	height: 65px;
	background: url(/images/home2.png) left top no-repeat;
}