/* Framework */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background: url(/images/bg.jpg) fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #01004d;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
}
#mosSite {
	width: 960px;
	background-image: url(/images/bg_02.gif);
	background-position: top center;
	background-repeat: repeat-y;
	margin: auto;
	text-align: left;
}
#framework {
	width: 952px;
	text-align: left;
}
#mosSite fieldset {
	border: 0px solid #000;
}

/* Ads */
#leaderboard {
	height: 90px;
	overflow: hidden;
	width: 728px;
	margin: 0px 0px 0px -12px;
	padding: 0px 0px 0px 0px;
}
html>body #leaderboard {
	height: 90px;
	overflow: hidden;
	width: 728px;
	margin: 0px 0px 0px 100px;
	padding: 0px 0px 0px 0px;
}

#leaderboardLabel {
	display: none;
}
#leaderboardAd {
    margin: 0px;
    padding: 0px;
	text-align: center;
}
#leaderboard .containerPadding {
background: none;
padding: 0px 0px 0px 0px;
}

#skyscraper {
	width: 160px;
	margin-bottom: 0px;
}
#skyscraper .containerPadding{
	background-image: url(/images/skyscraper_tag.gif);
	background-position: top left;
	padding: 21px 0px 0px 0px;
	/* background: none; */
}
#skyscraperLabel {
	display: none;
}
#skyscraperAd {
	width: 160px;
}

/* 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 */
#frameworkTop {
	text-align: center;
	height: 211px;
	overflow: hidden;
	width: 952px;
	margin: auto;
}
#frameworkTop .contentAreaPadding{
	background-image: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 11px;
	text-align: center;
}
#header {
	clear: both;
	height: 121px;
}
#header h1 a{
	display: block;
	height: 121px;
	width: 941px;
	text-indent: -99999px;
}
#header h2 {
	display: none;
}

/* Content */
#contentBackground {
	width: 952px;
}
#contentColumns {
	width: 952px;
}
#contentEnclose {
	width: 791px;
	margin-right: 1px;
	overflow: hidden;
	float: left;
}
#contentMiddle {
	width: 606px;
	float: right;
	text-align: left;
}
#contentLeft {
	width: 184px;
	float: left;
	text-align: left;
	margin-right: 1px;
}
#contentRight {
	width: 160px;
	float: right;
	text-align: left;
}

#contentBottom {
	clear: both;
}
.storySeparator {}

/* Quadrants */
#quadrantTop {
}
#quadrantA {
	float: left;
	width: 371px;
	margin-right: 1px;
}
#quadrantB {
	float: left;
	width: 234px;
}
#quadrantTopFooter {
	clear: both;
}
#quadrantBottom {
	display: none;
}
#quadrantC {
	display: none;
}
#quadrantD {
	display: none;
}
#quadrantBottomFooter {
	display: none;
}

/* Footer */
#footer {
	clear: both;
	background-image: url(/images/footer_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 116px;
	text-align: left;
	width: 952px;
	margin: auto;
	margin-left: 8px;
}
#footerTop {
	height: 40px;
}
#footerBottom {
	clear: both;
}
#siteIndex {
	float: left;
	width: 263px;
}
#siteIndex fieldset {
	border: 0px solid #fff;
}
#siteIndex legend {
	display: none;
}
#siteIndex select {
	font-size: 1.1em;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	margin: 0px 10px 0px 50px;
}
#copyright {
	float: left;
	color: #ffed85;
	text-transform: uppercase;
	line-height: 1em;
}
#copyright A {
	color: #ffed85;
	text-decoration: none;
	font-weight: normal;
}
#copyright A:Hover {
	color: #ffed85;
	text-decoration: underline;
}
