@charset "UTF-8";

/* basic styles */
body {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	font-weight:normal;
	color:#565656;
}

a:link, a:active, a:visited {
	text-decoration:none;
	color:inherit;
}
a:hover {
	text-decoration:underline;
	color:inherit;
}

img {
	border:0px;
}

table {
	border-collapse:collapse;
}

table td {
	padding:0px;
	margin:0px;
}

.silverText {
	color:#565656 !important;
}

.darkText {
	color:#363636 !important;
}

.blueText {
	color:#1102B1 !important;
}

.redText {
	color:#CC0033 !important;
}

.bold {
	font-weight:bold !important;
}

a.blueText:link, a.blueText:active, a.blueText:visited {
	text-decoration:none;
	color:#1102B1;
}
a.blueText:hover {
	text-decoration:underline;
	color:#1102B1;
}

a.darkText:link, a.darkText:active, a.darkText:visited {
	text-decoration:none;
	color:#363636;
}
a.darkText:hover {
	text-decoration:underline;
	color:#363636;
}

.underline {
	text-decoration:underline !important;
}
/* /basic styles */


/* site header styles */
.siteHeader {
	background:url(header_tile.gif) repeat-x;
}
/* /site header styles */


/* footer styles */
.siteFooter {
	clear:both;
	width:900px;
	font-size:11px;
	font-weight:bold;
	line-height:11px;
}
.siteFooter a {
	color:#999999;
}
.siteFooter div {
	text-align:center;
}
.siteFooter ul {
	text-align:center;
	padding:5px 0px;
	margin:0px;
}
.siteFooter ul li {
	list-style:none;
	display:inline;
	padding:0px 0px 0px 50px;
	margin:0px;
}
/* /footer styles */


/* silver box model setup */
.pageWrapper {
	width: 1030px;
}
.outlineContentBlocks {
	float:left;
	width:1020px; /*default*/
	background:white;
	border:1px solid #b9b9b9;
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 8px 8px;
}

.contentBlockWrapper {
	float:left;
	width:500px; /*default*/
	background:white;
	border:1px solid #b2b2b2;
	padding:0px;
	margin:8px 8px 0px 0px;
	display:inline;
	position:relative;
}

.lightBorder {
border:1px solid #cacad2 !important;
}

.width_500 {
	/*one column*/
	width:500px !important;
}
.width_590 {
	/*one column*/
	width:590px !important;
}
.width_600 {
	/*one column*/
	width:600px !important;
}

.width_1010 {
	/*two column*/
	width:1010px !important;
}

.width_1020 {
	/*box wrapper*/
	width:1020px !important;
}

.contentBlock {
	border:1px solid #CACAD2;
	margin: 4px 0px 0px 4px;
	padding: 4px 4px 4px 4px;
	
}

.contentBlockWrapper a {
	color:#565656;
}

.contentBlockHeader {
	height:27px;
	background:url(silverHeadlineBG.gif) repeat-x;
}

.placeHeadlineImage {
	float:left;
	padding:7px 0px 0px 7px;
}

.headlineRight {
	float:right;
	padding-right:10px;
	line-height:27px;
}
* html body .headlineRight {
	line-height:24px;
}

.newIndicator {
	float:left;
	line-height:27px;
	padding-left:10px;
}

.right {
	float:right;
}

.positionBottom {
	position:absolute;
	bottom:6px;
}
/* /silver box model setup */


/* miscellaneous */
a.textLink, span.textLink {
	font-size:13px;
	line-height:13px;
	color:#363636;
}
/* /miscellaneous */

/* right only styles */
.rightOnlyContentWrapper {
	float:left;
}

.rightBar {
	float:left;
}
/* /right only styles */

/* Nag box only */
.nagBoxOnlyContentWrapper {
	float:left;
}

.nagBox {
	float:left;
}
/* /Nag box only */