
body {
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2C2D31;
	font-size: 10px;
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

p {
  padding: 4px 10px 8px 0;
  margin: 0;
}

a{
  font-size: 11px;
}
a:link{
    color: #F42E2F;
    background-color: transparent;
    text-decoration: none;
    }  
a:visited{	 
    color: #F42E2F;
    background-color: transparent;
    text-decoration: none;
     }
a:hover{
    color: #F42E2F;
    text-decoration: underline;
    }
	
span {
  color: #fff;
  font-size: 11px;
}

#content-block {
  background-image: url(images/bg_site1.gif);
  background-repeat: no-repeat;
  background-position: top;
  vertical-align: top;  
  padding: 0 10px 0 15px; 
}

#content {
  margin-bottom: 20px;
  /*background-color: #7A524A;*/
}

#content td{
  padding: 0;
  vertical-align: top;
}

#content td.left{
  background-image: url(images/bg_left.gif);
  vertical-align: top;
  background-repeat: no-repeat;
}

.header-line {
    border-bottom: 1px solid #FFF7EF;
    padding: 38px 0 3px 0;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}

.footer-line {
  border-bottom: 1px solid #FFF7EF;
  margin: 0 10px 10px 146px;
  padding: 0;
  font-weight: bold;
  font-size: 11px;
}

.footer-line-blue {
  vertical-align: right;
  margin: 0 2px 10px 240px;
  padding: 0;
  font-size: 10px;
  color: #6B6B6B;
}

.footer-line-blue a{
  color: #6B6B6B;
  text-decoration: underline;
  font-size: 10px;
}

.footer-line-blue a:hover{
  color: #6B6B6B;
}

.footer-line-blue a:visited{
  color: #6B6B6B;
  text-decoration: underline;
}

.footer-line-blue-home {
  vertical-align: right;
  margin: 55px 2px 10px 140px;
  padding: 0;
  font-size: 10px;
  color: #6B6B6B;
}

.footer-line-blue-home a{
  color: #6B6B6B;
  text-decoration: underline;
  font-size: 10px;
}

.footer-line-blue-home a:hover{
  color: #6B6B6B;
}

.footer-line-blue-home a:visited{
  color: #6B6B6B;
  text-decoration: underline;
}

#empty-left {
  float: left;
  padding: 0; 
  margin: 0;
}

td.hp_main{
  /*background-image: url(images/content_home.jpg);*/
  vertical-align: bottom;
  background-repeat: no-repeat; 
  height : 348px;
  border: 12px solid #676767;
}

div.hp_main{
  padding: 10px 10px 6px 13px;
  float: left;
  text-align: left;
}

td.hp{
  vertical-align: top;
  padding: 0px 0px 0px 23px;
  margin: 0;
}

.list-link{
  padding-bottom: 10px;
  list-style: square inside;
  color: #fff;
}

.list-desc{
  padding-bottom: 10px;
  color: #fff;
  list-style: square outside;
}

p.news{
  padding: 0x 0px 0px 0;
  margin: 0;
}

.clearit{
  clear: left;
}

.center{
  text-align: center;
  vertical-align: middle;
}

.bio {
	padding: 10px 0 10px 0;
}

/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
	font-size: x-small;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.lt {
	text-align: left;
	vertical-align: top;
	padding: 0;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}

.clear-it{
    clear: right;
    padding: 0;
    margin: 0;
    height: 0.1px;
}


