/* Framework */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-image: url(/images/background1.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #1c3f94;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
}
#site {
	width: 960px;
	margin: auto;
	text-align: left;
	background-image: url(/images/background1-a.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #1c3f94;
}
#site fieldset {
	border: 0px solid #000;
}
#framework {
	width: 960px;
}

/* Ads */
#skyscraper {
	margin-bottom: 0px;
	background-image: url(/images/tiles_back.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 200px;
}
#skyscraperLabel {
display: none;
}
#skyscraperAd {
	width: 160px;
}
#skyscraperInside {
	width: 160px;
	margin-bottom: 0px;
	background-image: none;
	padding-bottom: 0px;
}


/* 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 {
	background-image: url(/images/header.jpg);
	width: 960px;
	height: 234px;
}
#header a {
	display: block;
	width: 960px;
	height: 194px;
	text-indent: -99999px;
}

/* Content */
#contentBackground {
	width: 932px;
	margin-left: 14px;
}
#contentColumns {
}
#contentColumns A {} /* All Content Links */
#contentEnclose {
	width: 772px;
	float: left;
}
#contentMiddle {
	width: 610px;
	float: right;
}
#contentMiddle .contentAreaPadding {
	padding: 0px;
	margin: 0px;
}
#contentLeft {
	width: 162px;
	float: left;
}
#contentLeft .contentAreaPadding {
	padding: 0px;
	margin: 0px;
}
#contentRight {
	padding: 0px;
	margin: 0px;
	width: 160px;
	float: right;
}
#contentRight .contentAreaPadding {
	padding: 0px;
	margin: 0px;
}
/* START FireFox Adjustments to Fix IE Box Model Bug */
html>body #contentMiddle {
	width: 610px;
	float: right;
}
html>body #contentLeft {
	width: 162px;
	float: left;
}
html>body #contentRight {
	width: 160px;
	float: right;
}
/* END FireFox Adjustments to Fix IE Box Model Bug */

#contentBottom {
	clear: both;
}
.storySeparator {}

/* Quadrants */
#quadrantTop {
}
#quadrantA {
	float: left;
	width: 464px;
}
#quadrantB {
	float: right;
	width: 146px;
}
#quadrantTopFooter {
	clear: both;
    background-color: #fff;
	height: 1px;
	overflow: hidden;
	margin: 0px 0px 8px 0px;
}
#quadrantBottom {

}
#quadrantC {
	float: left;
	width: 322px;
	padding: 0px 0px 9px 0px;
}
#quadrantD {
	float: left;
	width: 288px;
	padding: 0px 0px 9px 0px;
}
#quadrantBottomFooter {
	clear: both;
    background-color: #fff;
	height: 1px;
	overflow: hidden;
	margin: 9px 0px 8px 0px;
}

/* Footer */
#footer {
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-color: #044aff;
	width: 960px;
	height: 151px;
}
#footerTop {
	display: none;
}
#footerBottom {
	clear: both;
}
#siteIndex {
	position: relative;
	top: 50px;
	left: 625px;
}
#siteIndex fieldset {
	border: 0px solid #000;
}
#siteIndex legend {
	display: none;
}
#siteIndex select {
	color: #152242;
	font-weight: bold;
	font-size: 11px;
}
#copyright {
	position: relative;
	top: 60px;
	left: 625px;
	font-family: verdana, helvetica, sans-serif;
	color: #474747;
	text-transform: uppercase;
	line-height: 10px;
}
#copyright A {
	color: #474747;
	font-weight: bold;
	text-decoration: none;
}
#copyright A:Hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
