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

body {
background-color:#292A00;	
}
#background_div {
background:url(background.jpg);
position: absolute;
height: 300px;
width: 100%;
z-index: 3;
}

.home_tableheader{
  color: #8a3c3d;
  font-family: trebuchet ms, arial, verdana;
  font-size: 14px;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
  text-decoration: none;
  font-weight:bold;
}
.home_table {
  color: #513B2A;
  font-family: trebuchet ms, arial, verdana;
  font-size: 12px;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
  text-decoration: none;
}
.home_tablelink {
  color: #513B2A;
  font-family: trebuchet ms, arial, verdana;
  font-size: 12px;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
  text-decoration: none;
}
.home_tablelink:hover {
  text-decoration: underline;
}
.body {
  color: #FFFFFF;
  font-family: trebuchet ms, arial, verdana;
  font-size: 12px;
  padding-left:5px;
  padding-right:8px;
  text-decoration: none;
}
.body_header {
  color: #292A00;
  font-family: trebuchet ms, arial, verdana;
  font-size: 16px;
  text-decoration: none;
  font-weight:bold;
}
.body_link {
  color: #B7CD47;
  font-family: trebuchet ms, arial, verdana;
  font-size: 12px;
  text-decoration: none;
}
.body_link:hover {
	text-decoration:underline;
}

/* FOOTER */
.footer{
  color: #FFFFFF;
  font-family: trebuchet ms, arial, verdana;
  font-size: 12px;
  text-align:right;
  text-decoration: none;
}
.footer_link{
  color: #FFFFFF;
  font-family: trebuchet ms, arial, verdana;
  font-size: 12px;
  text-align:right;
  text-decoration: none;
}
.footer_link:hover{
  text-decoration: underline;
}
/* END FOOTER */


/* CODE for Rounded corners */
.spiffy{
display:block
}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#B7CD47
  }
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #66701e;
  border-right:1px solid #66701e;
  background:#93a435
  }
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #373a07;
  border-right:1px solid #373a07;
  background:#9cae39
  }
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #9cae39;
  border-right:1px solid #9cae39;
  }
.spiffy4{
  border-left:1px solid #66701e;
  border-right:1px solid #66701e
  }
.spiffy5{
  border-left:1px solid #93a435;
  border-right:1px solid #93a435
  }
.spiffyfg{
  background:#B7CD47
  }
/* END CODE for Rounded corners */


/* CODE for tables */
.table_header {
  color: #FFFFFF;
  font-family: trebuchet ms, arial, verdana;
  font-size: 12px;
  text-align:center;
  font-weight:bold;
  text-decoration: none;
}
.table_body {
  color: #FFFFFF;
  font-family: trebuchet ms, arial, verdana;
  font-size: 12px;
  text-decoration: none;
}
/* END CODE for tables */

.top_link {
  color: #B7CD47;
  font-family: trebuchet ms, arial, verdana;
  azimuth:right;
  font-size: 11px;
  font-style:italic;
  text-decoration: none;
}
.top_link:hover {
  text-decoration: underline;
}

/* CODE for PR */

.news_body {
  color: #000000;
  font-family: trebuchet ms, arial, verdana;
  font-size: 12px;
  padding-left:10px;
  padding-right:10px;
  text-decoration: none;
}
.news_link {
  color: #8a3c3d;
  font-family: trebuchet ms, arial, verdana;
  font-size: 12px;
  text-decoration: none;
}
.news_link:hover {
  text-decoration: underline;
}
.news_header {
  color: #292A00;
  font-family: trebuchet ms, arial, verdana;
  font-size: 16px;
  font-weight:bold;
  padding-left:10px;
  padding-right:10px;
  text-decoration: none;
}
.news_footer {
  color: #FFFFFF;
  font-family: trebuchet ms, arial, verdana;
  font-size: 13px;
  text-align:right;
  font-weight:bold;
  padding-left:10px;
  padding-right:10px;
  text-decoration: none;
  font-style:italic;
}
/* END CODE for PR */