body {  
       font-family: "Times New Roman", Georgia, Times, serif;
       font-size: 1.0em;
       background-image: url(images/FaceLeft.jpg);
       background-color: #FFFFFF;
       margin: 0px; 
}

.MainTable {  
       font-family: "Times New Roman", Georgia, Times, serif;
       background-color: #E7E7E5; 
}

.MainTableRightColumn {  
       font-family: "Times New Roman", Georgia, Times, serif;
       background-color: #FFFFFF; 
}

h4 { 
     color:#0000FD;
     display:inline;
}

.italic { 
        font-style:italic;
        font-family: "Times New Roman", Georgia, serif;
}

/* container, background color white */
#container {
   background-color: #FFFFFF;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: auto;    
   margin-right: auto;
   width: 760px;
}

.LinksTable {
       font-family: Times New Roman, Georgia, Times, serif;
       font-size: 1.0em;
       background-color: #D6D6D3;
}

.LinksTableCellBlue {
       border-bottom: navy solid thin;
       font-family: Times New Roman, Georgia, Times, serif;
       font-size: 1.0em;
       text-align: center;
       background-color: #E0FFFF;
       padding:  5px;
}

.LinksTableCellGrey {
       border-bottom: navy solid thin;
       font-family: Times New Roman, Georgia, Times, serif;
       font-size: 1.0em;
       text-align: center;
       background-color: #FBFBE1;
       padding:  5px;
}


.ListItemDot {
       font-family: Times New Roman, Georgia, Times, serif;
       font-size: 1.25em;
}

.InternalLink {
      font-family: "Times New Roman", Georgia, Times, serif;
      font-size: 1.1em;
}


.LargerText {
       font-family: "Times New Roman", Georgia, Times, serif;
       font-size: 1.25em;
}

.BodyText {
       font-family: "Times New Roman", Georgia, Times, serif;
       font-size: .9em;
       padding:  5px;
       background-color: #FFFFFF;
}

.footer { font-size:.70em;
         text-align:center;
	   clear:both;
         padding-top:10px;
	   background-color:#FFFFFF;
}

/* right align tabel labels, Contact Us form */
.TableLabel {text-align: right;
}


a.InternalLink:hover {text-decoration: none;
                      border: 0px; 
                      color: #000000;
}

a:link {  color: #0000ff; 
          text-decoration: none;
}

a:visited {  color: #9900ff; 
             text-decoration: none;
}

a:hover {  color: #00cc00; 
           text-decoration: underline;
}

a:active {  color: #000000; 
            text-decoration: none;
}