/* CSS Document */
@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color: #000000;
	background-image: url(img/uscBackground.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	background-position: center top;
	background-attachment: fixed;
}

a:link {
	text-decoration: none;
	width: 1000px;
	color: #00CC00;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img {
	border: 0;
}
.menuBack {
	background-image: url(img/menuBack.jpg);
	background-repeat: repeat-x;
}
.submenuBack {
	background-color: #5f5f5f;
	height: 22px;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 9pt;
	vertical-align: middle;
}
.submenu {
	font-weight: bolder;
	color: #FFFFFF;
	height: 22px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.regions {
	background-color: #FFFFFF;
}
.newsImage {
	background-color: #666666;
	font-size: 9px;
	text-align: left;
	width: 100%;
	font-style: italic;
	color: #FFFFFF;
}
.headline {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
}
.extract {
	font-size: 9pt;
}
.moreArticles {
	font-weight: bold;
	color: #00CC00;
	font-size: 12px;
}
.headlineFeature {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}
.horizontalDivider {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 12px;
	font-weight: bold;
	color: #00CC00;
}

.menuHighlight {
	padding-left:4px;
	padding-right:4px;
	padding-top:8px;
	padding-bottom:6px;
}
.menuHighlight:hover {
background-color: #055828
}
.submenuItem {
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:5px;
	float:left;
	display:block;
	color: #FFFFFF;
}
.submenuItem:hover {
	background-color: #333333;
	color: #009933;
}
.submenuContent {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	display:block;
	background-color: #5f5f5f;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 9pt;
	vertical-align: middle;
}

#headerBar {
	height: 25px;
	background-image: url(img/headerBarGradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#headerBarContent {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
#headerContent {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:285px;
}
#headerContentJuniors {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:285px;
	background-image: url(img/uscjrucLogo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#topBanner {
	float:right;
	height:90px;
	text-align:right;
}

#newsletter {
	float:left;
	margin-left:5px;
	display:block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 9px;
}
#newsletter input{
	font-size:9px;
	margin-top:4px;
	margin-bottom:0px;
	margin-left:5px;
}
#newsletter label{
	margin-left:5px;
}

#follow {
	float:right;
	margin:2px;
}
#follow img {
	margin-right:2px;
}
#content {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	width:1000px;
}
#footer {
	width:1000px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
#footerLeft {
	float:left;
}
#footerRight {
	float:right;
}
#footerContent {
	background-color: #FFFFFF;
	float:left;
	width:1000px;
	min-height:68px;
}
