
@charset "UTF-8";
/* CSS Document */
/*
Styles for the news page
*/

#news_title
{
background:transparent url(../img/news-title.jpg) no-repeat scroll left top;
height:50px;
/*margin-bottom:10px;*/
margin-top:0;
margin-bottom:0;
position:relative;
/*width:99.5%;*/

}
#newsHeader
{
  margin-top:0;
}

#newsHeader a, #newsHeader a h3
{
  text-decoration:none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #b7c4b2;
  margin-top:0;
}

#newsInfo
{

}

#newsListContent
{
  margin:10px 0;
}

#newsContainer hr
{
 margin-top:5px;
 margin-bottom:5px;
}

#newsContainer
{
 margin-left:5px;
}

.style8
{
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.style6
{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.style2, .style2 h2
{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #318225;
}

#index_content {
	float: left;
 	color: #333;
 	background: #fff;
 	padding: 10px 10px 10px 10px;
 	width: 683px;
}
div#index_content {
	_width:683px;
}

/*
Styles for the news console
*/

#news-box {border:1px solid #CCCCCC;
float:left;
font-weight:normal;
margin-top:3px;
padding:3px 3px 0;
font-family:"Verdana",Arial,sans-serif;}


#t-news {background:transparent url(../img/t_news.gif);
height:50px;
width:265px;
}

#t-news h3 {
  /*
color:#FBCF09;
font-size:15px;
font-weight:normal;
margin-left:120px;
width:150px;
margin:0;
padding-top:16px;
margin-left:120px;
*/
  }

#news-title
{
margin:3px 0;
font-size:10px;
width:265px;
background-color:#EFEFEF;
border-bottom:1px dotted #444444;
display:block;
clear:both;
padding-bottom:4px;

}

#news-title a{ font-size:10px; text-decoration:none; color:#000000;}
#news-title a:hover{ font-size:10px; color:#143b25;}
#news-title h4{ font-size:10px; margin:0; padding:0;}

#news-link
{
margin:3px 0;
/*text-align: center;*/
font-size:11px;
width:265px;
background-color:#EFEFEF;
border-bottom:1px dotted #444444;
display:block;
clear:both;
padding-bottom:4px;
text-decoration: underline;
color:#000000;
}
#news-link a{ font-size:11px; color:#000000;}
#news-link a:hover{ font-size:11px; color:#143b25;}

