body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: #2b3a3c;
}

/*  h1  dark green from container background */
h1 {
	color:  #2b3a3c;
	font-size: 16px;
	line-height: 18px;
	font-weight:bold;
}

/*  h2 red */
h2 {
	color: #7f1f20;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
}

/*  h3 dark green from logo*/
h3{
  color: #386D29;
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
}
/*  h4 white */
h4{
	color: #ffffff;
	font-size:11px;
 	line-height: 14px;
	font-weight:bold;
}
/*  headline red */
.headline{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #7f1f20;

	}
/*  content formatting */
p{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}
.font12{
	font-size:12px;
}
.font14{
	font-size:14px;
}
.redhighlight{
	color: #7f1f20;
}
.greenhighlight{
	color: #386D29;
}
.font11black{
	font-size:11px;
	color:#000000;
	font-style:normal;
	font-weight:normal;
}
.liheight16{
	line-height:16px;
	}
.liheight18{
	line-height:18px;
	}
.liheight20{
	line-height:20px;
	}
.firstletter{
	font-size:16px;
	font-weight:bold;
	color:#264723;
	}
/*p:first-letter {color:#264723; font-size:16px; font-weight:bold;}
*/	
a,  a:link {
  color:#7f1f20;
  text-decoration: underline;
}
a:visited {
  color: #257870;
  text-decoration: underline;
}
a:hover {
  color: #7f1f20;
  text-decoration: underline;
}
a:focus {
  color: #000;
  text-decoration:underline;
}
a:active {
  color: #7f1f20;
  text-decoration:underline;
}



#outerWrapper {
  background-color: #FFFFFF;
  text-align: left;
  width: 800px;
}

table#header {
  background-color: #FFFFFF;
  border-style: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
}

td#dateline{
	  background-color:#FFFFFF;
}	

table#allcontent{	
 }

td#leftSideBar {
  margin:0 0 0 0 px ;
  background-color:   #eef6ed;
  padding: 10px 3px 0px 5px; 
}

td#content {
  margin: 0 0 0 0px; 
  padding: 5px  5px 5px  10px;
  background-color: #ffffff;
}
table#highlights {
  background-color: #ffffff;
  border-top: solid 1px  #7f1f20;
}

.copyright{
	text-align:left;
	font-size:9px;
	color: #666666;
}
	
td#footer {
  border-bottom:solid 5px  #7f1f20;
  background-color:  #eef6ed;
 border-top: double   #7f1f20;
  padding: 10px 10px 10px 10px;
}

.footer{
	text-align: center;
	font-size:10px;
	color: #7f1f20;
	line-height:13px;
}
.websiteby{
	text-align:left;
	font-size:10px;
	color:#7f1f20;
	padding: 10px 15px 10px 15px;
	}

table#sidebarphoto{
/*	width:185px;
*/	border:double #7f1f20 ; 
	padding: 0 0 0 0;
	text-align:center;
}
