/* Framework */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(/images/bg.gif) repeat-y #333 top center fixed;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
#mosSite {
	width: 960px;
	margin: auto;
	text-align: left;
}
#mosSite fieldset {
	border: 0px solid #000;
}
#framework {
	width: 960px;
}



/* Header */
#header {
	width: 960px;
}
#header .left {
	float: left;
	width: 13px;
}
#header h1 {
	float: left;
	width: 376px;
}
#header .personalities {
	float: left;
	width: 307px;
}
#header .right {
	float: left;
	width: 264px;
}
#header .printlogo { display: none; }
/* Content */
#contentBackground {
	background: url(/images/content-bg.gif);
	width: 960px;
	padding-top: 5px;
}
#contentColumns {}
#contentColumns A {} /* All Content Links */
#contentEnclose {
	width: 788px;
	float: left;
}
#contentMiddle {
	width: 620px;
	float: right;
}
#contentLeft {
	width: 168px;
	float: left;
}
#contentRight {
	width: 172px;
	float: right;
}
#contentMiddle .contentAreaPadding {
	padding: 0px 5px 0px 5px;
}
#contentBottom {
	clear: both;
	padding-bottom: 15px;
}
.storySeparator {}

/* Quadrants */
#quadrantTop {
	width: 610px;
}
#quadrantA {
	float: left;
	width: 305px;
}
#quadrantB {
	float: left;
	width: 305px;
}
#quadrantTopFooter {
	clear: both;
	margin-bottom: 10px;
}
#quadrantBottom {}
#quadrantC {
	float: left;
	width: 305px;
}
#quadrantD {
	float: left;
	width: 305px;
}
#quadrantBottomFooter {
	clear: both;
}

/* Footer */
#footer {
	background: url(/images/footer-bg.gif);
	width: 960px;
	height: 85px;
}
#footerTop {}
#footerBottom {
	clear: both;
}
#siteIndex {
	float: right;
	width: 215px;
	margin-top: 31px;
	margin-right: 10px;
}
#siteIndex fieldset {
	border: 0px solid #000;
}
#siteIndex legend {
	display: none;
}
#copyright {
	float: right;
	margin-top: 23px;
	width: 455px;
	text-align: center;
	text-transform: uppercase;
	color: #ccc;
}
#copyright A {
	color: #ccc;
	text-decoration: none;
}
#copyright A:hover {
	text-decoration: underline;
}
