@charset "windows-1252";
body {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 12px; 
background-color: #e9dfbe;
margin: 0px;
} 
  
.text {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 14px; 
color: #161212;
line-height: 150%;
padding-left: 12px;
padding-right: 12px;
text-align: justify;
}

.text2 {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 14px; 
color: #161212;
line-height: 150%;
padding: 12px;
text-align: center;}

.text3 {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 14px; 
color: #161212;
line-height: 150%;
padding: 12px;
text-align: justify;
;
}

.blurb1 {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 14px;
color: #8e7550;
line-height: 150%;
padding-left: 40px;
padding-right: 12px;
text-align: justify;
font-weight: bold;
}


.blurb2 {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 14px;
color: #4a312e;
line-height: 150%;
padding-left: 40px;
padding-right: 12px;
text-align: justify;
font-weight: bold;
}

.blurb3 {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 14px;
color: #161212;
line-height: 150%;
padding-left: 12px;
padding-right: 12px;
text-align: justify;
font-weight: none;
}

.divider {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 14px; 
color: #161212;
line-height: 100%;
padding: 6px;
text-align: center;}



.copyright {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 12px;
color: #161212;
line-height: 100%;
padding: 4px;
text-align: left;

}


.menu {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 14px;
line-height: 100%;
padding: 5px;
text-align: center;
font-weight:bold;
}

.title1 {font-family: Monotype Corsiva, Times, Serif; 
font-size: 36px; 
color: #4a312e;
line-height: 150%;
padding-left: 10px;
font-weight:bold;

}


.title2 {font-family: Monotype Corsiva, Times, Serif; 
font-size: 24px; 
color: #4a312e;
line-height: 150%;
padding-left: 5px;
font-weight:bold;

}


a:link {color: #4a312e; text-decoration: none; }
a:visited {color: #8e7550; text-decoration: none; }
a:hover {color: #96915e; text-decoration: underline overline; }
a:active {color: #96915e; } 

.black a:link {color: #000000; text-decoration: none; }
.black a:visited {color: #8e7550; text-decoration: none; }
.black a:hover {color: #96915e; text-decoration: underline; }
.black a:active {color: #96915e; } 



table {}
td {padding: 0px; spacing: 0px; font-family: Georgia, Times New Roman, Times, serif; font-size: 14px}


<!-- Navigation Menu -->

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #e9dfbe;

a:link {color: #161212; text-decoration: none; font-weight: none;} 
a:visited {color: #8e7550; text-decoration: none; font-weight: none;}
a:hover {color: #96915e7; font-weight: none; text-decoration: underline;} 
a:active {color: #96915e; font-weight: none;} 
}

/* ######### Default class for drop down menus ######### */


.anylinkcss{
color: #161212;
}

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
background: #e9dfbe;
color: #161212;
line-height: 220%;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 220px; /* default width of cells for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}


.anylinkcss ul li a{
color: #161212;
width: 150%;
display: block;
border-bottom: 0px solid black;
padding: 1px;
text-decoration: none;
font-weight: bold;
text-indent: 15px;

}




.anylinkcss a:hover{ /*hover background color; not cells, just text*/
background: #f4f0dc;
color: #96915e;
width: 218px; 
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
padding: 10px;
font: normal 11px Georgia;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #FEFFED;
}

.anylinkcsscols .column{
width: 130px;
float: center;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: 4a312e;
visibility: hidden;
}
