/* Author: Linda Townsend */

 body {
 background-color: #ffffff;
 font-family: sans-serif;
 font-size: 13px;
 margin: 100px 10px 10px 15px;
 }
 
 .body {
 color: #000000;
 font-family: sans-serif;
 font-size: 13px;
 width: 650px;
 padding: 8px;
 border: none;
 }
 
 .header {
 position: absolute;
 left: 15px;
 top: 30px;
 width: 385px;
 }
 
 .header1 {
 color: #000000;
 font-family: sans-serif;
 font-size: 27px;
 text-decoration: none;
 width: 315px;
 }
 
 .headersm {
 color: #000000;
 font-family: sans-serif;
 font-size: 18px;
 text-decoration: none;
 width: 315px;
 }
 
 .header2 {
 color: #000000;
 font-family: sans-serif;
 font-size: 18px;
 text-decoration: overline;
 width: 315px;
 }
 
 .header3 {
 color: #003399;
 font-family: sans-serif;
 font-size: 12px;
 font-style: italic;
 text-align: right;
 width: 315px;
 font-weight: bold;
 letter-spacing: 0.05 cm;
 float:right;
 }
 
 .footer {
 color: #000000;
 font-family: sans-serif;
 font-size: 12px;
 width: 650px;
 padding: 8px;
 text-align: center;
 }
 
 .menu {
 display: none;
 }
 
 .mtop {
 display: none;
 }
 
 .testimonials {
 font-style: italic;
 color: #000000;
 font-size: 12px;
 font-weight: normal;
 letter-spacing: 0.05 cm;
 }
 
 .water {
 display: none;
 }
 
 a:link    {color: #003399; text-decoration: none; font-weight: bold;}
 a:visited {color: #003399; text-decoration: none; font-weight: bold;}
 a:hover   {color: #3c83d2; text-decoration: none; font-weight: bold;}
 a:active  {color: #003399; text-decoration: none; font-weight: bold;}

 p {
 text-indent: 1cm;
 font-size: 13px;
 }

 p.center {
 text-indent: 0cm;
 text-align: center;;
 font-size: 13px;
 }

 p.plain {
 text-indent: 0cm;;
 font-size: 13px;
 }
 
 h1 { 
 color: #003399;
 font-size: 20px;
 letter-spacing: 0.1 cm;
 text-decoration: none;
 text-transform: capitalize;
 text-align: center;
 }
 
 h2 { 
 color: #003399;
 font-size: 15px;
 text-decoration: none;
 text-transform: capitalize;
 text-align: center;
 letter-spacing: 0.05 cm;
 }
 
 ul { 
 font-size: 13px;
 }
 
 li {	
 list-style-image: url(check2.gif);
 }
 
 .bold {	 
 color: #003399;
 }
 
 .hightlight {	
 background-color: #ffffff;
 }
 
 
