/* CSS Document */
body{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#333333;
}




p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#333333;
}



/* reg navigation */
a:link, a:visited  {
color:#333333;
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}

a:hover, a:active {
color:#6b6902;
text-decoration:underline;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}


 /* footer navigation */

#footer p {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 color:#333333;
 }
#footer a:link {
color:#333333;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
text-decoration:underline;
}
#footer a:hover {
color:#d3cd7a;
text-decoration:none;
}




/* images with this class will get this style*/

.imgborder {border: 1px solid #000000;
}



p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}
.subhead {
padding-top:6px; 
 background-color:#DCD796;
 }

