html {
	background: #fff url(../img/template/bg_loop.gif) repeat-y 50% 0;
	overflow-y: scroll;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: white;
	background: url(../img/template/background.jpg) no-repeat 50% 0;
	line-height: 26px;
	height: 101%;
}

a {
	/*text-decoration: none;
	color: #8D6A1B;*/
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 1em;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

br {
	line-height: 1.33em;
}

h1 {
	font-size: 1.67em;
	font-weight: normal;
	color: #8d6a1b;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: black;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 1.17em;
	line-height: 1.5em;
	font-weight: bold;
	color: #8d6a1b;
	padding: 0px;
	margin: 0px;
}

h4 {
	font-size: 1.17em;
	line-height: 1.5em;
	font-weight: bold;
	color: #8d6a1b;
	padding: 0px;
	margin: 0px;
}

#content {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
}

#top {
	display: block;
	width: 950px;
	height: 78px;
	margin-left: auto;
	margin-right: auto;
	background-color: #30424f;
	background-image: url(../img/template/top.gif);
	color: white;
	overflow: hidden;
}

#top a {
	color: white;
	text-decoration: none;
}

#top a:hover {
	color: #ffe098;
}

#top_links {
	float: right;
	width: 500px;
	margin-top: 10px;
	text-align: right;
	margin-right: 15px;
}



#menu a {
	color: black;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#body {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	background-image: url(../img/template/body_filler.gif);
	color: black;
	font-size: 12px;
	line-height: 26px;
}

#footer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	color: white;
	padding-bottom: 20px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: #ffe098;
	_text-decoration: underline;
}

#footer #search {
	float: left;
	width: 230px;
	margin-left: 20px;
	margin-top: 20px;

}

#footer #search a {
	font-size: 13px;
}

#footer #links {
	float: left;
	width: 460px;
	margin-left: 20px;
	margin-top: 22px;
	text-align: center;
}

#footer #links_aux {
	float: left;
	margin-left: 70px;
	margin-top: 22px;
}

#left_nav {
	float: left;
	width: 315px;
}

#main {
	float: left;
	width: 635px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#StockData {
}

.stock_link a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.stock_link a:hover {
	color: #ffe098;
}

#StockValue {
	margin-left: 5px;
}

#StockChange {
	margin-left: 5px;
}

#StockPercChange {
	margin-left: 5px;
}

#StockVolume {
	margin-left: 5px;
}

.nor {
	font-size: 1em;
	color: black;
	line-height: 1.33em;
	font-weight: normal;
}


.nav_list {
	margin: 15px 20px 15px 20px;
}

.nav_list a {
	color: #333;
}

.nav_list .selected {
	font-weight: bold;
}

.nav_list .selected {
	font-weight: bold;
}

.nav_list .sel_dot {
	list-style-type: disc;
	color: #8d6a1b;
	font-weight: bold;
}

.nav_list ul {
	padding:0;
	margin:0;
	list-style-type:none;
	padding-left: 15px;
}

.nav_list ul li {
	line-height: 1.33em;
	padding-bottom: 1em;
}

#content_box {
	padding: 20px 20px 30px 20px;
}

#content_box ul {
	padding-bottom: 5px;
}

.left_nav_head {
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom: 1px solid #967b40;
	color: #333;
}