/* CSS Document */


body {
	margin: 0;
	padding:0;
	color: #EAEDE6;
	background:#e9e7eb url(bg.jpg) top left repeat;	
}

table { border-collapse:collapse; }

body, table {
	font:12px normal Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

a {
color:#464622;
text-decoration:none;
}
a:hover{
color:#464622;
text-decoration:none;
}


.footer
{
color: #ffffff;
font-weight:normal;
}

a.footer{
color:#999999;
text-decoration:none;
}

a.footer:hover{
color:#666666;
text-decoration:none;
}

.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 repeat-x;
	padding:20px;
}

.leftmenu {
	background:#e9e7eb url(bg_leftmenu_right.jpg) top right repeat-y;
}

.navOff, .navOn {
	width:187px;
	height:30px;
	margin-left:6px;
}

.navOff a, .navOn a {
	display:block;
	padding:8px 8px 8px 15px;
}

.navOff {
	background:url(news_off.jpg) top left no-repeat;
}

.navOn {
	background:url(news_on.jpg) top left no-repeat;
}

.navText {
}


.leftmenutop {
	width:186px;
	height:25px;
	padding:13px 0 0px 22px;
	background:url(leftmenu_top.jpg) top left no-repeat;
	font-weight:bold;
	color:#8b8723;
}

/*  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_item {
	background:url(bg_news_item.jpg) top center no-repeat;
	width:270;
	padding:10px 17px;
}

/*  forms */
#form3 input {
	color:#999999; 
	font-size:9px; 
	text-align:right;
	border-color:#CCCCCC;
}

/*  headers */
h1, h2, h3, h4, h5, h6 {
	color:#21523c; 
}

h1 {
	font-size: 17px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 12px;
}