@charset "windows-1252";
body {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 12px; 
color: #000000; 
background-color: #FFFFFF;
margin: 15px;
} 
  
.text {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 12px; 
color: #000000;
line-height: 150%;
padding: 12px;
text-align: justify;
}

.text2 {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 11px; 
color: #000000;
line-height: 150%;
padding: 12px;}

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


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

.title1 {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 22px; 
color: #654c48;
line-height: 100%;
text-align: center;
font-weight:bold;
}


.title2 {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 18px; 
color: #654c48;
line-height: 100%;
padding: 0px;
font-weight:bold;
text-align: center;

}


.title3 {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 16px; 
color: #654c48;
line-height: 100%;
padding: 0px;
text-align: center;
font-weight:bold

}


.title4 {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 14px; 
color: #654c48;
line-height: 100%;
padding: 0px;
text-align: center;
font-weight:bold

}


.hangingindent {
  padding-left: 22px ;
  text-indent: -22px ;
}
  
.menu {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 12px; 
color: #654c48;
line-height: 100%;
padding: 1px;
text-align: center;
}



a:link {color: #654c48; text-decoration: none; }
a:visited {color: #a27a6e; text-decoration: none; }
a:hover {color: #a27a6e; text-decoration: underline overline; }
a:active {color: #a27a6e; } 

.black a:link {color: #000000; text-decoration: none; }
.black a:visited {color: #a27a6e; text-decoration: none; }
.black a:hover {color: #a27a6e; text-decoration: underline; }
.black a:active {color: #a27a6e; } 



table {}
td {padding: 3px; font-family: Georgia, Times New Roman, Times, serif; font-size: 12px}


<!-- Navigation Menu -->

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

a:link {color: #654c48; text-decoration: none; font-weight: none;} 
a:visited {color: #a27a6e; text-decoration: none; font-weight: none;}
a:hover {color: #a27a6e; font-weight: none; text-decoration: underline;} 
a:active {color: #a27a6e; font-weight: none;} 
}

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


.anylinkcss{
color: 654c48;
}

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: normal 11px Georgia;
color: #654c48; 
line-height: 18px; 
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #bbaa72; /* background of cells in drop-down menu */
width: 180px; /* default width for menu */
}

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

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



.anylinkcss a:hover{ /*hover background color*/
background: #f0e6c4; /*color of background in menu when hovering*/
color: #a27a6e;
}

/* ######### 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: #FFFFFF;
}

.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: #9D9999;
visibility: hidden;
}
