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

/* -------------------------------------------- REDEFINED */
body {
	margin:0px auto;
	/*background-image: url(/images/Global_Background.jpg);
	background-image: url(/images/Global_topGradientBG.jpg) repeat-x fixed 0 0;*/
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	height : auto !important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
	_height:auto;
}
a {
	cursor:pointer;
}
a:link, a:visited, a:active { 
	color: #cc0000;
	text-decoration:underline
}
a:hover { 
	color: #990000;
	text-decoration: underline;
}
form { display: inline; }
label {font-size:1.2em;font-weight:bold;}
pre { font-size: 13px; }
hr { display: none; }
img  {
	border:none;
}

h1 {
	position:relative;
  	color: #CC0000;
  	font: bold 16px Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

h2 {
	position:relative;
  	color: #CC0000;
  	font: bold 1.7em/1.2em Arial, Helvetica, sans-serif;
}

h3 {
	color:#666666;
	font: bold 1.3em/1.5em Arial, Helvetica, sans-serif;
	margin-bottom:0.5em;
}

h4 {
	color:#666666;
	font: 1.3em/1.5em Arial, Helvetica, sans-serif;
	margin-bottom:0.5em;
}

h5 {
	color:#000;
	font: 1.3em/1.3em Arial, Helvetica, sans-serif;
	margin-bottom:0.5em;
}

/*MainNavigation*/
#MainNav {
	margin:0px auto;
	background-image:url(/images/topNav_images/MainNav_BG.jpg); 
	width:970px;
	height:48px;
	}
#MainNav_Left {float:left; text-align:left;}
#MainNav_Right {float:right;}
/*Main Content*/
#MainContentFrame {
	width:970px;
	height : auto !important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	}
#MainContent { 
	background-image:url(/images/Home_Content_BG.jpg); 
	background-position:bottom; 
	background-repeat:repeat-x;
	background-color:#fff;
	text-align:left; 
	/*margin-left:11px;*/
	padding-left:10px;
	padding-right:18px;
	height : auto !important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
	width:920px;
	margin:0px auto;
}
#MainContentSides {
	background-image:url(/images/Home_MainContent_BG2.jpg);
	background-repeat:repeat-y;
	padding-left:0px;
	padding-right:0px;
	width:970px;
	margin-left:auto;
	margin-right:auto;
}
/*Flash Content*/
#FlashContentFrame {
	width:971px;
	margin:0px auto;
	margin-top:0px;
}

/* Ticker Content */

#TickerFrame {
	width:970px;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	height:36px;
	}

#TickerSides {
	background-image:url(/images/Home_MainContent_BG2.jpg); 
	background-repeat:repeat-y;
	padding:0px;
	width:970px;
	margin:0px auto;
}
#Ticker { 
	background-image:url(/images/ticker_bkgd.jpg); 
	background-position:bottom; 
	background-repeat:repeat-x;
	background-color:#fff;
	text-align:left; 
	/*margin-Left:11px;*/
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	height:22px;
	width:928px;
	margin:0px auto;
}
#Ticker #scroller_box {
	width:480px;
	margin-left:5px;
	
}
#news_events_btn {
	background-image:url(/images/news_events_btn.jpg); 
	background-repeat: no-repeat; 
	width:80px; 
	height:17px; 
	margin-top:0px; 
	margin-left:-4px; 
	padding:3px 0px 0px 6px; 
	float:left;
}
#news_events_btn a{
	color:#fff;
	font:10px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#news_events_btn a:hover {
	color:#cc0000;
}
#log_in_box {
	background-image:url(/images/scroller_divider.jpg);
	background-repeat:no-repeat;
	background-position:0 510;
	float:left;
	margin-left:0px;
	padding-left:15px;
	width:235px;
	height:22px;
	
}
#log_in_box #user {
	border:0px;
	background-image:url(/images/user_bkgd.jpg);
	background-repeat:no-repeat;
	width:167px;
	height:19px;
	padding:0px;
	padding-top:3px;
	margin:0px;
	margin-top:-6px;
	#margin-top:-3px;
	#height:17px;
	font-size:11px;
	font-style:italic;
	color:#999;
	text-align:center;
}
#log_in_box #pass {
	border:0px; 
	background-image:url(/images/pass_bkgd.jpg); 
	background-repeat:no-repeat; 
	width:129px; 
	height:18px; 
	font-size:11px; 
	font-style:italic; 
	color:#999; 
	text-align:center;
}
#log_in_box #submit_btn {
	border:0px;
	background-image:url(/images/log-in_btn.png);
	background-repeat:no-repeat;
	width:47px;
	height:20px;
	font-size:11px;
	color:#fff;
	text-align:center;
	margin-right:4px;
	margin-left: 5px;
 }
 #log_in_box #submit_btn:hover {
	color:#cc0000;
	cursor:pointer;
 }
 
#login_bar_links {
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	font-size:11px;
	width:100px;
	margin-top:0px;
	
}
#login_bar_links a {
	font-weight:bold;
	color:#cc0000;
}
#login_bar_links a:hover {
	color:#990000;
	text-decoration:underline;
}
/*Bottom Content - This has a SHORTBOX gradiant because the box is no taller than 100px*/
#BottomContentFrame {
	width:970px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	}

#BottomContentSides {
	background-image:url(/images/Home_MainContent_BG2.gif); 
	background-repeat:repeat-y;
	padding:0px;
	width:970px;
	margin:0px auto;
}
#BottomContent { 
	background-image:url(/images/Home_Content_BG.jpg); 
	background-position:bottom; 
	background-repeat:repeat-x;
	background-color:#fff;
	text-align:left; 
	/*margin-Left:11px;*/
	padding-left:10px;
	padding-right:18px;
	height:100%;
	width:920px;
	margin:0px auto;
}
#BottomContentTextBox {
	 margin-top:3px; 
	 float:right; 
	 padding-left:0px; 
	 width:648px;
}
#BottomContentTextBox a {
	color:#cc0000;
}
#BottomContentTextBox a:hover {
	color:#990000;
	text-decoration:underline;
}
#BottomContentTextBox h2 {
	 margin:0px; 
	 padding:0px; 
	 color:#CC0000; 
	 font-size:18px; 
	 font-family:Arial, Helvetica, sans-serif;
}
#BottomContentTextBox h3 {
	margin:0px; 
	padding:0px; 
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
}
#BottomContentTextBox p {
	 margin:0px; 
	 padding:0px; 
	 font-size:12px;
	 line-height:21px;
}
#BottomContentImg {
	float:left; 
	width:250px;
	height:178px;
	margin-top:6px;
}
#BottomContentImg img {
	border:3px double #000;
	padding:0px;
	margin:0px;
}

/*Footer Content*/
#footer {
	margin:-50px;
}

#footerTable {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#disclaimer {
	margin-top:3px;
	float:left;
	text-align:left;
	color:#666;
	width:350px;
}
#bottom_links {
	margin-top:3px;
	float:left; 
	text-align:center; 
	width:345px; 
	color:#666;
	line-height:14px;
}
#bottom_links a {
	font-size:9px;
	color:#ccc;
}
#bottom_links a:hover {
	color:#fff;
	text-decoration:underline;
}

#copyright {
	float:left;
	width:500px;
}

#iconBugs {
	float:right;
	text-align:right;
}
#mainContent {
	width:967px;
	margin: 0px auto;
}

#topCap {
	background-image:url(/images/mainContent_top3.jpg);
	height:11px;
	margin:0px auto;
	margin-left:1px;
}

#sideFill {
	padding-bottom:30px;
	background-image:url(/images/mainContent_bottom3.jpg);
	background-repeat:repeat-y;
	background-position:bottom;
	overflow:hidden;
	margin:0px auto;
}

#mainTable {
	float:inherit;
	width:928px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	overflow:hidden;
}

#pageTitle {
	position:static;
	/*margin-left:13px;*/
	float:inherit;
	width:300px;
}

#content {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
}


/* ---------------------------------------------- CLASSES */
.top-nav {
	margin: 0px auto;
	padding: 0px;
}

ul.top-nav {
	margin:0px auto;
	list-style:none;
}

ul.top-nav li {
	float:left;
}

.pageTitleClass {
	text-align:left;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	color:rgb(227,25,55);
}

.disclaimerText {
	font-size:9px;
	line-height:9px;
	color:rgb(124,124,124);
}

#iconBugs a{
	text-decoration:none;
	color:#ccc;
}
#iconBugs a:hover {
	text-decoration:none;
	color:#fff;
}
.myRemCom_buttons{
	margin-top:-5px;
}
.clear {
	clear:both;
}
.fl { float:left;}
.fr { float:right;}
/* ---------------------------------------------- FOR PRINT */
.red {color:#cc0000;}
@media print
{
body {
	background-color:#FFFFFF; !important
	margin:0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	background-image: none;
}

a {
	text-decoration:underline; !important
	color:#000000; !important
	font-weight:bold; !important
}

#topCap {
	background-image:url(/images/mainContent_top_print.jpg);
	height:11px;
	margin:0px auto;
	margin-left:1px;
}

#sideFill {
	padding-bottom:30px;
	background-image:url(/images/mainContent_bottom_print.jpg);
	background-repeat:repeat-y;
	background-position:bottom;
	overflow:hidden;
	margin:0px auto;
}
#affiliations {
	visibility:hidden;
}
#affiliationsPrint {
	visibility:visible;
}
#MainContent { 
	background-image:url(); 
}
#MainContentSides {
	background-image:url(/images/Home_MainContent_BG3.jpg);
}
}

