
p.body{	font-family: Garamond,Arial; color: black;font-size: 12pt; font-weight:normal; padding-left:10px; text-align:justify;	}

p.title{	font-family: Arial; color: green;font-size: 12pt; font-weight:bold; padding-left:10px; text-align: left;	}

p.titlemid{	font-family: Arial; color: green;font-size: 12pt; font-weight:bold; text-align: center;	}

p.small{	font-family: Times New Roman,Arial; color: black;font-size: 10pt; font-weight:normal; padding-left:10px; text-align:justify;	}

p.list{	font-family: Garamond,Arial; color: black;font-size: 12pt; font-weight:normal; padding-left:10px; text-align:left;	}

p.addy{	font-family: Arial; color: black;font-size: 7pt; font-weight:normal; text-align: left;	}

p.footer{	font-family: Arial; color: green;font-size: 7pt; font-weight:bold; text-align: center; padding: 5px	}

li.body{	font-family: Garamond,Arial; color: black;font-size: 12pt; font-weight:normal; padding-left:10px; text-align:left;}

a.nav:link{	font-family: Arial; color: white; font-weight:bold; font-size: 12pt; text-decoration: none; }

a.nav:visited{	font-family: Arial; color: white; font-weight:bold; font-size: 12pt; text-decoration: none; }

a.nav:hover{	font-family: Arial; color: black; font-weight:bold; font-size: 12pt; text-decoration: none; }

a.nav:active{	font-family: Arial; color: white; font-weight:bold; font-size: 12pt; text-decoration: none; }

a.internal:link{ font-family: garamond, Arial; color: blue; font-size: 100%; text-decoration: none; }

a.internal:visited{	font-family: garamond, Arial; color: purple; font-size: 100%; text-decoration: none; }

a.internal:hover{	font-family: garamond, Arial; color: blue; font-size: 100%; text-decoration: none; }

a.internal:active{	font-family: garamond, Arial; color: blue; font-size: 100%; text-decoration: none; }

a.external:link{	font-family: garamond, Arial; color: blue; font-size: 100%; text-decoration: underline; }

a.external:visited{	font-family: garamond, Arial; color: purple; font-size: 100%; text-decoration: underline; }

a.external:hover{	font-family: garamond, Arial; color: blue; font-size: 100%; text-decoration: underline; }

a.external:active{	font-family: garamond, Arial; color: blue; font-size: 100%; text-decoration: underline; }

a.menu:link{	font-family: Arial; color: green; font-size: 10pt; font-weight:bold; padding-left:10px; padding-right:10px; text-align:center; text-decoration: none;}

a.menu:visited{	font-family: Arial; color: green; font-size: 10pt; font-weight:bold; padding-left:10px; padding-right:10px;  text-align:center;  text-decoration: none;}

a.menu:hover{	font-family: Arial; color: red; font-size: 10pt; font-weight:bold; padding-left:10px; padding-right:10px;  text-align:center;  text-decoration: none;}

a.menu:active{	font-family: Arial; color: green; font-size: 10pt; font-weight:bold; padding-left:10px; padding-right:10px;  text-align:center;  text-decoration: none;}

a.drop:link{	font-family: Arial; color: green; font-size: 10pt; font-weight:normal; text-align:left; text-decoration: none;}

a.drop:visited{	font-family: Arial; color: green; font-size: 10pt; font-weight:normal; text-align:left;  text-decoration: none;}

a.drop:hover{	font-family: Arial; color: red; font-size: 10pt; font-weight:normal; text-align:left;  text-decoration: none;}

a.drop:active{	font-family: Arial; color: green; font-size: 10pt; font-weight:normal; text-align:left;  text-decoration: none;}

a.footer:link{	font-family: Arial; color: green; font-size: 7pt; font-weight:bold; text-decoration: underline;}

a.footer:visited{	font-family: Arial; color: green; font-size: 7pt; font-weight:bold; text-decoration: underline;}

a.footer:hover{	font-family: Arial; color: red; font-size: 7pt; font-weight:bold; text-decoration: underline;}

a.footer:active{	font-family: Arial; color: green; font-size: 7pt; font-weight:bold; text-decoration: underline;}

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.subuls{
display: none;
width: 9.5em;
position: absolute;
top: 1.2em;
left: 0;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
background: "#ECFFEC";
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: none;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}


