
* { padding: 0; margin: 0; }


a.Navigation:link
{
    font-family: Times New Roman; 
    font-size: 123%;
    text-decoration: none;
    padding: 1px;
}

a.Navigation:visited 
{  
    font-family: Times New Roman;
    font-size: 123%;
    text-decoration: none;
    padding: 1px;
    color:#001C86;
}  /* visited link */

a.Navigation:hover 
{
    font-family: Times New Roman;
    font-size: 123%;
    text-decoration: none;
    padding: 1px;
    color: #6D80A8;
}   /* mouse over link */

a.Navigation:active 
{
    font-family: Times New Roman;
    font-size: 123%; 
    text-decoration: none;
    padding: 1px;
    color: #6D80A8;
}   /* selected link */
  
  
a.SideNavigation:link
{
    font-size: 100%;
    text-decoration: none;
    padding: 0px;
    color:#000066;
}

a.SideNavigation:visited 
{
    font-size: 100%;
    text-decoration: none;
    padding: 0px;
    color:#0D0B16;
}  /* visited link */

a.SideNavigation:hover 
{
    font-size: 100%;
    text-decoration: none;
    padding: 0px;
    color: #6D80A8;
}   /* mouse over link */

a.SideNavigation:active 
{
    font-size: 100%;
    text-decoration: none;
    padding: 0px;
    color: #6D80A8;
}   /* selected link */  
 
p
 {
    font-family: Garamond;
    color:#000000;
    font-size:11pt;
 }

p.content
  {
    font-family: Times New Roman;
    color:#000000;
    font-size:17px;
  }
  
p.SideText 
  {
    color: #000066;
  }
  
p.FirstLetter:first-letter
 {
    font-size: 150%;
    font-weight:bold;   
 }
 
p.FirstLetter
 {
   font-size:large;
   font-family: Times New Roman;
 }
 
p.Contact
 {
    font-size: large;
    margin-left: 10px;
 }


img.Header 
{
    position;relative;
    top: -15px;
}

img.Header2 
{
    position:relative;
    top: -25px;
}

img.Family
{
    margin: 0px;
    padding: 0px;
}

table.Testimonials 
{
    border: 1;
    border-color:#6D80A8;
    border-style:double;
}


body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#faux {
 background: url(Images/back.jpg);
 margin-bottom: 10px;
 overflow: auto; 
 width: 100%;
}

#header {
 color: #333;
 width: 902px;
 padding: 10px;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background: #ebebba;
}

#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 background: #D1DBDB;
}

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
}

#content { 
 float: left;
 color: #333;
 margin: 10px 13px;
 padding: 0px;
 width: 460px;
 display: inline;
 position: relative;
}

#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 0px;
 padding: 0px;
 width: 195px;
 float: right;
}
.clear { clear: both; background: none; }



