@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;
}
/**/
.silverText {
	color:#565656 !important;
}
.darkText {
	color:#363636 !important;
}
.blueText {
	color:#1102B1 !important;
}
.redText {
	color:#CC0033 !important;
}
.disabledText {
	color:#bbbbbb !important;
}
.bold {
	font-weight:bold;
}
/* /basic styles */
/**/
/**/
/* site header styles */
.siteHeader {
	height:67px;
	background-color:#000000;
	border-bottom: 1px #FF0000 solid;
	position:relative;
}
.siteHeader img{
position:absolute;
}

/* /site header styles */
.siteHeader div{
	position:absolute;
	top:0px;
	left:535px;
	width:415px;
	height:18px;	
}
.siteHeader div a:link, .siteHeader div  a:active, .siteHeader div  a:visited {
	text-decoration:none;
	color:#cccccc;
	font-size:10px;
	font-weight:bold;
	padding:0px 8px;
}
.siteHeader div a:hover {
	text-decoration:underline;
	color:white;
}
.siteHeaderLogo{
	top:12px;
	left:14px;
}
.siteHeaderSlogan{
	
	top:33px; 
	left:540px;
}

/**/
/* 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 */
.silverBoxWrapper {
	float:left;
	background:#e9e9e9;
	border:1px solid #b9b9b9;
	padding:0px 0px 7px 7px;
	margin:8px 0px 8px;
	width:1020px;
}
/**/
.silverContentBox {
	width:500px;
	height:186px;
	float:left;
	background:#e9e9e9;
	border:1px solid #b2b2b2;
	padding:0px;
	margin:8px 8px 0px 0px;
	display:inline;
	position:relative;
}
/**/
.colWidth {
	width:500px;
}
/**/
.span2Col {
	width:1010px;
}
/**/
.silverContentBox a {
	color:#565656;
}
/**/
.silverHeadlineBG {
	height:27px;
	background:url(header_images_skin_silverHeadlines_silverHeadlineBG.gif) repeat-x;
}
/**/
.placeHeadlineImage {
	float:left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
/**/
.headlineRight {
	float:right;
	padding-right:10px;
	line-height:27px;
	/*opacity:0.9999;*/
 	/*font-weight:bold;*/
}
* html body .headlineRight {
	line-height:24px;
}
/**/
.newIndicator {
	float:left;
	line-height:27px;
	padding-left:10px;
}
/**/
.right {
	float:right;
}
/* /silver box model setup */
/**/
/**/
/* miscellaneous */
a.textLink, span.textLink {
	font-size:13px;
	line-height:13px;
	color:#363636;
}
/**/
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;
}

