body { 
font-family: font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px; 
line-height: 1.25em; 
color: #333; 
} 

p {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #333333; text-decoration: none; line-height: 1.25em; margin-bottom:1em;}
a {  
color: #663; 
text-decoration: none; }

a.hover {  
color: #663; 
text-decoration: underline; }

h1 {  
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16pt; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
color: #333333; 
margin-bottom: 1em;
}

.photo { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: italic; font-weight: normal; color: #333333; text-decoration: none; line-height: normal}
.footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; line-height: normal }

#nav {
vertical-align:middle;
}

#nav p {
color:#333;
font-size:11pt;
margin-bottom:0;
}

#nav a {
color:#666633;
font-weight:bold;
font-size:11pt;
}

.banner {
border-top: 1px solid #666;
border-bottom: 0;
border-left: 1px solid #666;
border-right: 1px solid #666;
margin:0px;
}

.footer {
border-bottom: 1px solid #666;
border-top: 0;
border-left: 1px solid #666;
border-right: 1px solid #666;
margin:0px;
padding: 20px;
background: #fff;
}

.footer p {
padding: 10px;
font-size: 10px;
margin-bottom: 0px;
}

td#title {
border-right: 1 px solid #666;
padding:10px;
background: #fff;
}


td#nav {
padding:0px;
background: #fff;
}

.content {
border: 1px solid #666;
margin:0px;
background: #fff;
}

td#left {
padding: 20px;
}

td#right {
padding: 20px;
}

.img {
border: 1 px solid #666;
}

/* navigation */	
    
    #header {
      float:left;
      width:100%;
      font-size:10px;
      line-height:normal;
      }
    #header ul {
      margin:0;
      padding:5px;
      list-style:none;
      }
    #header li {
      float:left;
	  border-right: 1px solid #666;
      margin: 0;
      padding:0px 5px;
      }
    #header a {
      display:block;
	        font-size:10px;
	  font-family: Georgia, "Times New Roman", Times, serif;
      padding:0px;
      text-decoration:none;
      font-weight:bold;
      color:#663;
      }
    #header a:hover {
      color:#333;
	  background: #ccc;
      }
    #header #current {
	  background: #fff;
      }
    #header #current a {
      color:#000;
      }