/*Reset*/
body,h1,h2,h3,h4,h5,h6,div,p,li,img{
	margin: 0;
	padding: 0;
}

ul,ol{
	margin:0;
	padding: 0;
	list-style: none;
}

body{
	line-height: 1.25;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style: normal;
	font-size: small;
	background-color: #ffffff;
}

.clear {
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	clear: both;	
}

.hide {
	margin: 0 0 0 -1000px;
	position: absolute;
	top: 0;	
	left: 0;
}

.title {
	font-weight: bold;
}

.heading {
    font-size: medium;
    font-weight: bold;
}

.datestamp {
	font-size: x-small;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
	color: #006699;
	background: transparent none repeat scroll 0 0; /* Bugfix: remove device default highlight */
}

a:link,
a:visited {
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

img,
a img {
    border: none;
}

img[alt]{
	font-size: small;
}

.base_top{
	
	padding: 5px 3px 5px 6px;
	border-bottom: 1px solid #000000;
}
.base_top,
.base_top a{
	color: #ffffff;
	font-weight: bold;
}
.base_middle{

}
/**/
.banner {
    background-color: #000000;
    text-align: center;
}
.banner img,
.banner object {
    border: medium none;
    margin: 2px;
}
/**/
.caption{
	padding: 1px 0px 3px 8px;
	line-height: 34px;
	border: 1px solid #c1c1c1;
	background:#900;
	color:#FFF;
}
/**/
.currency{
	padding-left: 8px;
    padding-right: 4px;
	font-size: x-small;
}
.currency li{
	color: #333333;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	line-height: 160%;
}
/**/
.weather {
	padding-left: 8px;
    padding-right: 4px;
	font-size: x-small;
}
.weather li{
	line-height: 160%;
}
.weather .name{
	font-weight: bold;
}
.weather .red{
	font-weight: bold;
	color: #930000;
}
/**/
.index_news_list{
	margin-bottom: 10px;
}
.index_news_list td{
	padding: 6px;
}
.index_news_list .image{
	width: 60px;
}
.index_news_list .image img{
	width: 60px;
	height: 45px;
}
.index_news_list .title a{
	color: #006699;
}
/**/
.news_detail{
	font-size: small;
	margin-bottom: 10px;
	padding-left: 8px;
    padding-right: 4px;
}
.news_detail .title{
	margin: 4px 0px 2px 0px;
}
.news_detail .image{
	width: 110px;
	height: 84px;
	padding: 2px 0 0 2px;
}
.news_detail .date {
    color: #666666;
    font-size: x-small;
    padding: 0 0 0 2px;
}
.news_detail p{
	padding: 0 0 10px 2px;
}
/**/
.news_comment{
	border: solid 1px #878787;
	border-bottom-width: 0px;
	margin-bottom: 10px;
}
.news_comment .commenter{
	font: 700 8.5pt/14px Tahoma;
	color: #804040;
	padding: 10px 10px 2px 10px;
}
.news_comment .comment_content{
	padding: 2px 10px 10px 10px;
	border-bottom: solid 1px #878787;
}
/**/
.news_daily .item{
	padding-right: 4px;
	padding-left: 8px;
}
.news_daily .item a{
	color: #202020;
	line-height: 160%;
}
#site-nav {
    background-color:#900;
}
#site-nav ul {
    padding: 0;
}
#site-nav li {
    padding-top: 4px;
    padding-bottom: 4px;
	padding-left: 8px;
    padding-right: 4px;
    font-weight: bold;
    border-top: 1px solid #FFF;
}
#site-nav li.home {
    border-top: 0;
}
#site-nav li.on {}   

#site-nav a:link,
#site-nav a:visited,
#site-nav a:hover,
#site-nav a:focus,
#site-nav a:active {
	color: #ffffff;
}
#footer {
	padding-top: 4px;
	padding-bottom: 16px;
	background-color: #333333;
	border-top: #2f2c2c;
}
#footer ul {
    padding: 0;
}
#footer li {
    margin-top: 4px;
	padding-left: 8px;
    padding-right: 4px;
}
#footer,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:focus,
#footer a:active {
	color: #ffffff;
}
#footer .copyright {
    margin-top: 6px;
	padding-left: 8px;
    padding-right: 4px;
	font-weight: bold;	
}