/* CSS Document */


/*  layout */
body {
	margin: 0;
	padding:0;
	color: #EAEDE6;
	background:#fff url(bg.jpg) top left repeat;	
}

table { border-collapse:collapse; }

body, table {
	font:12px normal Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

p {text-align:justify;}


.footer {
	color: #ffffff;
	font-weight:normal;
	background:url(bg_footer.jpg) top left no-repeat;
	height:124px;
	padding:0 30px;
}

/*  links */
a {
color:#464622;
text-decoration:none;
}

a:hover {
color:#464622;
text-decoration:none;
}


.footer a {
color:#fff;
text-decoration:none;
}

a.footer:hover{
color:#666666;
text-decoration:none;
}


/*  stockquote */
.stockquote {
	background:url(bg_stock_quote.jpg) top left no-repeat;
	color:#8b8723;
	font-weight:bold;
	padding-left:10px;
}


/* maincontent */
.maincontent {
	background:#fff url(bg_main.jpg) top left repeat-y;
	padding:10px 25px;
	min-height:294px;
}


/*  footer */
.credits {
	padding:20px 0px 0px 0px;
	float:left;
}

.copyright {
	padding:20px 0px 0px 0px;
	float:right;
}

.footernav {
	 text-align:center;
	 padding:55px 0 13px 0;
}

/*  News */
.news_item {
	width:270px;
	padding:10px 17px;
}

.news_date {

}

.news_title {

}

.news_description {

}

.news_link {

}

/*  headers */
h1 {

}

h2 {

}

h3, h4, h5, h6 {

}

/*  custom styles */
.bgleft_inner {
	background:url(bg_left.jpg) top right no-repeat;
	height:910px;
}

.bgright_inner {
	background:url(bg_right.jpg) top left no-repeat;
	height:901px;
}

.bgleft {
	background:#5D5D5D url(bg_left_shadow.jpg) top right repeat-y;
}

.bgright {
	background:#5D5D5D url(bg_right_shadow.jpg) top left repeat-y;
}

.singleborder {
	background:url(singleborder.jpg) top left repeat-y;
}

.singleborder-right {
	background:url(singleborder-right.jpg) top right repeat-y;
}