/* Framework */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	background-image: url(/images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #022350;
}
#mosSite {
	width: 960px;
	margin: auto;
	text-align: left;
}
#mosSite fieldset {
	border: 0px solid #000;
}
#framework {
	width: 960px;
	background-color: #fff;
	margin: 5px 0px 15px 0px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	background-image:url(/images/framework-bg.gif);
	background-repeat: repeat-y;
}

/* Ads */

#leaderboard {
    float: left;
	background-color: #ffffff;	
	margin: 0px;
    padding: 0px;
}
#leaderboard .containerPadding {padding:0px 2px 5px 0px;margin:0px;}
#leaderboardLabel {
	display:none;
}
#leaderboardAd{
	background-color: #ffffff;	
    width: 728px;
    height: 90px; 
    margin:0px;
}

#skyscraper{}

#skyscraper .containerPadding
{
	text-align:center;
}

#skyscraperLabel {
	display:none;
}
#skyscraperAd {
	width: 160px;	
	float: right;	
	clear:both;
	
}

#skyscraperAd div
{
width:160px !important;
float: right !important;
clear:both;
padding:0px !important;
}

/* CCB */
#ccb {
	text-align: center;
}
#ccb p {
	display: none;
}
#ccb ul {
	text-align: center;
	display: inline;
	padding: 3px 0px;
} 
#ccb ul li {
	margin-left: 0;
	padding: 1px 5px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}
#ccb ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
#ccb ul li a {}

/* Header */
#header {
	width: 790px;
	float: left;	
}
#header h1 {margin:0px;padding:0px}

#frameworkTop {background-color:#fff;}
#frameworkTopFooter {clear:both;}

/* Content */
#contentBackground {
	background-image:url(/images/content-bg.gif);
}
#contentColumns {}
#contentColumns A {} /* All Content Links */
#contentEnclose {
	width: 790px;
	float: left;
	background-image: url(/images/content-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentMiddle {
	width: 602px;
	float: right;	
}
#contentLeft {
	width: 180px;
	float: left;
}
#contentRight {
	width: 170px;
	float: right;
}
#contentBottom {
	clear: both;
}
.storySeparator {}

/* Quadrants */
#quadrantTop {}
#quadrantA {
	float: left;
	width: 360px;
}
#quadrantB {
	float: left;
	width: 240px;
}
#quadrantTopFooter {
	clear: both;
}
#quadrantBottom {}
#quadrantC {
	float: left;
	width: 50%;
}
#quadrantD {
	float: left;
	width: 50%;
}
#quadrantBottomFooter {
	clear: both;
}

/* Footer */
#footer {
	background:url(/images/footer.gif) no-repeat;
	height:130px;
	text-align: left;
	padding: 0px 0px 0px 30px;
	font-size: 1.1em;
	clear: both;
}
#footerTop {height: 40px;}
#footerBottom {
	clear: both;
}
#siteIndex fieldset {
	border: 0px solid #000;
}
#siteIndex legend {
	display: none;
}
#siteIndex select {
	font-size: 1.1em;
	margin-bottom: 5px;
}

#copyright A {
	color: #000;
	text-decoration: none;}
}#copyright A:hover{
	color: #f00;
	text-decoration: none;}



