/* Framework */
* {
margin: 0px;
padding: 0px;
}
#header h2{
	display: none;
}
body {
text-align: center;
font-family:"Trebuchet MS", Arial, sans-serif;
font-size:10px;
color:#000;
background:url(/images/g-browser-bg.jpg) repeat-x #004391 center top;
}
#mosSite {
	width: 960px;
	margin: auto;
	text-align: left;
}
#mosSite fieldset {
	border: 0px solid #000;
}
#framework {
	width: 960px;
}
#frameworkTopFooter {
	border-bottom: 1px solid #000;
}

/* Ads */
#leaderboard {
    float: left;
	postion: relative;
}
#leaderboardLabel {
	background-image: url(/images/advertisement-black.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 90px;
	width: 9px;
	background-position: 0px 10px;
	float: left;
}
#leaderboardAd {
    width: 728px;
    height: 95px;
    margin: 0px;
    padding: 0px;
}
#skyscraper {
	width: 160px;
}
#skyscraperLabel {
	display: none;
}
#skyscraperAd {
	width: 160px;
	float: left;
}

/* Content */
#contentBackground {
	background:url(/images/content-bg.gif) repeat-y;
	width: 960px;
}
#contentBackground .contentAreaPadding {
	padding: 7px 0px 10px 0px;
}
#contentEnclose {
	width: 783px;
	float: left;
}
#contentMiddle {
	width: 606px;
	float: right;
}
#contentLeft {
	width: 177px;
	float: left;
}
#contentRight {
	width: 175px;
	float: right;
}
#contentBottom {
	clear: both;
}
#contentLeft .contentAreaPadding {
	padding-left: 5px;
}
#contentRight .contentAreaPadding {
	padding: 17px 0px 0px 10px;
}

/* Quadrants */
#quadrantTop {}
#quadrantA {
	float: left;
	width: 372px;
}
#quadrantB {
	float: left;
	width: 234px;
}
#quadrantTopFooter {
	margin-bottom: 13px;
	clear: both;
}
#quadrantBottom {
	width: 606px;
}
#quadrantC {
	float: left;
	width: 306px;
}
#quadrantD {
	float: left;
	width: 300px;
}
#quadrantBottomFooter {
	margin-bottom: 13px;
	clear: both;
}

/* Footer */
#footer {
background:url(/images/g-footer-bg.jpg) no-repeat;
height:125px;
}
#footerBottom {
	clear: both;
}
#siteIndex {
padding:22px 0px 0px 502px;
}
#siteIndex fieldset {
	border: 0px solid #000;
}
#siteIndex legend {
	display: none;
}
#siteIndex select {
background:#40bbfe;
}
#copyright {
color:#fff;
font-size:1.1em;
padding:4px 0px 0px 502px;
}
#copyright A {
color:#fff;
}
#copyright a:hover {
color:#8ecc0b;
}
