﻿body {
}

#PicBlock {
  /*background: #acf444;*/ 
  color: #554345;
  padding: 1px 0px 3px 3px;
  margin-top: 2px;
  float: left;
  display:block;
  width: 650px;
  overflow: hidden;
}


.ContentText 
{
   padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 2px 2px 2px 2px;
  width: 600px;
  float: left;
  display: block;
  clear:none; 
}

.TextBlock {
  /*background: #EEEFFF;*/
  color: #554345;
  border: solid green 3px;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 2px 2px 2px 2px;
  width: 900px;
  float: left;
  display: block;
  clear:none;
} 

#TextBlock2 {
  /*background: #EEEFFF;*/
  color: #554345;
  border: solid green 2px;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 2px 2px 2px 2px;
  width: 605px;
  float: left;
  display: block;
  clear:none;
} 

img {
  border:0px;
  }
    /*Table design*/
 #DesignOne 
 {
     float: left;
     
 }
 
 #DesignOne table
 {
     border: solid 1px green;
 }
 
  #DesignOne td
 {
     border: solid 1px green;
     text-align: center;
     padding: 0px 4px 0px 4px;
 }
 
 
/*Table stuff*/

/*table.clearStuff { 
   clear: right; 
   display: block; 
   } */
   
table.t1 
{
width: 160px;  
margin-right: 20px;  
}

tr.d0 td {
	background-color: #198613; color: white;
    font-weight:bold;
    /* border-bottom: solid 2px #198613;*/
}

tr.d1 td {
	background-color: #198613; color: white;
    font-weight: bold;
    vertical-align: top;
  /*  border-bottom: dotted 1px #198613;
    border-left: dotted 1px #198613;
    border-right: dotted 1px #198613;*/
}

tr.d2 td {
	/*background-color: #a3ff9e;*/ color: black;
    font-weight: bold;
    vertical-align: top;
    /*border-bottom: dotted 1px #198613;
    border-left: dotted 1px #198613;
    border-right: dotted 1px #198613;*/
    text-align: left;
    height: 322px;
}

/* End table stuff */

p {
     margin: 0 5px; 
     padding-bottom: 5px;
}

.italics 
{
    font-style:italic;
}

.bold
{
    font-weight:bold;
   
}

.boldTalics 
{
    font-style:italic;
    font-weight:bold;
}