/* CSS Document */


/*  layout */
body {
	margin: 0;
	padding:0;
	background:#FFFFFF url(bg_body.jpg) top left repeat-x;	
}

table { border-collapse:collapse; }

body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#464646;
}

form {
	display: inline;
}

.footer {
	background:#2F302B; 
	color:#FFFFFF; 
	padding: 0px 20px;
}


/*  links */
a 					{ color:#AA971F; text-decoration:none; }
a:hover				{ color:#333333; text-decoration:underline; }

.footer a 			{ color: #ffffff; }
.footer a:hover		{ color: #D6C027; }

a.news_link 		{ color:#12566c; text-decoration:none; }
a.news_link:hover	{ color:#AA971F; text-decoration:underline; }



/*  stockquote */
.stockquote {
	background:url(bg_stock_quote.jpg) top left no-repeat;
	color:#8b8723;
	font-weight:bold;
	padding-left:10px;
}


/* maincontent */
.maincontent {
	background:#e9e7eb url(bg_maintop.jpg) top left no-repeat;
	padding:10px;
}


/*  footer */
.credits {
	padding:20px 0px 10px 10px;
	background:url(bg_credits.jpg) top left no-repeat
}

.footernav {
	 background:url(bg_footer_right.jpg) top left no-repeat;
	 padding:37px 10px 10px 10px;
	 text-align:right;
}

/*  News */
.news_item {
	width:270px;
	padding:10px 17px;
}

/*  HEADERS */



/* EMAIL SIGNUP */
#signup_load {
	display:none;
	text-align:center;
	padding:10px 0px;
}