@charset "utf-8";
/* CSS Document */



.clear {clear: both;}

#news_container {

 margin: 0;
 padding: 0;
 }
 
#footer {
 margin-top: 20px;
 
}

#title {
 position: relative;
 margin: 0;
 padding: 0;
 border-bottom: 2px solid #333333;
 height: 100%;
}

#title h2 span.article_title {

 font-size: 65%;
 color: #729215;
 
}

#title p {
 position: absolute;
 bottom: 0px;
 right: 0px;
 text-align: right;
}
 
#news_header_box {

 border-bottom: 2px solid #000000;
 height: 100%;
 margin: 0;
 padding: 0;
 
 }
 
#news_header_box h3.latest_news {
 
 float: left;
 margin: 0;
 padding: 20px 0 3px 0;
 
 }
 
#news_header_box p.all_news{

 float: right;
 margin: 0;
 padding: 25px 0 0 0;
 
 }
 
#news_header_box p.all_news a {

 text-decoration: none;
 color: #729215;
 
 }

#news_header_box p.all_news a:hover, #news_header_box p.all_news a:active {

 text-decoration: underline;
 
 }
 
.news_desc_col1 {

 width: 176px;
 float: left;
 padding: 25px 0 0 0;
}

.news_desc_col2 {

 width: 175px;
 float: left;
 padding: 25px 20px 0 0px; 
 min-height: 190px
}

.news_desc_col1 p, .news_desc_col2 p {

 margin: 0;
 padding: 10px 0;
 }

p.date {

 color: #666666;
 margin: 0;
 padding: 0 0 10px 0;
 }
 
p.news_title {

 margin: 0;
 padding: 0;
 }
 
p.news_title a {

 color: #729215;
 font-size: 110%;
 font-weight: bold;
 text-decoration: none;
 }
 
p.news_title a:hover, p.news_title a:active {

 text-decoration: underline;
 }
 
span.view_more a {

 color: #729215;
 text-decoration: none;
 }
 
span.view_more a:hover, span.view_more a:active {

 text-decoration: underline;
 }
 
 
 /**********ARTICLES************/
 
.article_desc_box {
 
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #729215;
  }
  
.article_desc_box_last {
 
  padding: 20px 0 20px 0;  
  }
  
.article_desc_box p, .article_desc_box_last p {
 
  padding: 5px 0;
  margin: 0;
  }
  
#article_content {
  
  text-align: center;
  margin: 0;
  padding: 10px 0;
  }
  
#article_content p, #article_content span {
  
  text-align: left;
  }
  
#article_pic {
  
  float: right;
  padding: 0;
  margin: 0;
  }
  
#article_content #article_pic img {
  padding: 0;
  margin: 20px 0 20px 20px;
  }

#article_content img{
  
  text-align: center;
  margin: 20px;
  padding: 0;
  }