/* CSS Document */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 3px;
	margin-top: 3px;
}
a:link {text-decoration: none;
		color: #663300;
}
a:visited {text-decoration: none;
		   color: #663300;
}
a:hover {text-decoration: underline}
a:active {text-decoration: none;
		color: #FFFFFF;
}
h1 { font-family: Arial, Helvetica, sans-serif; color: #000000 }
h2 { font-family: Bookman Old Style, Bookman, Georgia; font-size: 150%; color: #663300 }
h3 { font-family: Bookman Old Style, Bookman, Georgia; color: #000000  }
h4 { font-family: Arial, Helvetica, sans-serif; color: #000000 }
h5 { font-family: Arial, Helvetica, sans-serif; color: #000000 }
h6 { font-family: Arial, Helvetica, sans-serif; color: #000000 }
body {
	background-color: #5C743D;
	margin-left: 5px;
	margin-top: 2px;
	margin-right: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12pt;
}
.navfoot {
	font: 12pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FED3A9;
}
a.navfoot:link {text-decoration: none;
		color: #FED3A9;
}
a.navfoot:visited {color: #FED3A9;		
}
a.navfoot:hover {text-decoration: underline;
		color: #FFFFFF;
}
a.navfoot:active {text-decoration: none;
		color: #FFFFFF;
}
.tableform {
	font: 12pt Bookman Old Style, Bookman, serif;
  border-width: thin;
  border-top: none;
  border-right: none;
  border-bottom: solid black thin;
  border-left: none;
}
.caption {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
a.caption {	
	font-weight: normal;
}
.figleft {
       float: left;
       padding: 10px;
}
.figright {
       float: right;
       padding: 10px;
}
.title_papyrus { font-family: papyrus, Bookman Old Style, Bookman, Georgia, serif; font-size: 275%; color: #ffffff; font-weight:bold; }
.subtitle_papyrus { font-family: papyrus, Bookman Old Style, Bookman, Georgia, serif; font-size: 175%; color: #ffffff; font-weight:bold; }
.nav_papyrus { font-family: papyrus, Bookman Old Style, Bookman, Georgia, serif; font-size: 150%; color: #663300; font-weight:bold; }
.medium_papyrus { font-family: papyrus, Bookman Old Style, Bookman, Georgia, serif; font-size: 125%; color: #663300; font-weight:bold; }
#navcontainerhor ul
{
margin: 5px 0px 5px 0px;
padding: 0px 0px 0px 0px;
list-style-type: none;
text-align: center;
font-family: papyrus, Bookman Old Style, Bookman, Georgia, serif;
}

#navcontainerhor ul li { display: inline; }

#navcontainerhor ul li a
{
font-weight: bold;
text-decoration: none;
padding: .1em 1.5em;
color: #663300;
background-color: #d5edb3;
}

#navcontainerhor ul li a:hover
{
background-color: #5C743D;
color: #ffffff;
}
