p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  text-align: justify;
  line-height: 140%;
  margin-top: 0.5em;
  margin-right: 3em;
  margin-bottom: 0px;
  margin-left: 1.5em;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
}
h1 {
  font-family: "georgia", "times new roman", serif;
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 1.4em;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
h2 {
  font-family: "georgia", "times new roman", serif;
  font-size: 0.7em;
  font-weight: bold;
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 0.5em;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
h3 {
  font-family: "georgia", "times new roman", serif;
  font-size: 0.9em;
  text-align: left;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  margin-left: 3px;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
}
h4 {
  font-family: "georgia", "times new roman", serif;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  margin-top: 1em;
  margin-right: 1.5em;
  margin-bottom: 0px;
  margin-left: 1em;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0em;
}
h5 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 4px;
}
h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.65em;
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 4px;
}
#nav {
	text-align: center;
	width: auto;
	background-color: rgb(153, 153, 153);
	background-image: url("img/gradient.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0px 0px;
	line-height: 100%;
	-webkit-border-bottom-right-radius: 25px;
	border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	border-bottom-left-radius: 25px;
	-webkit-box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.4);	
}
#nav li {
	margin: 0pt 3px;
	padding: 0pt 0pt 5px;
	float: left;
	position: relative;
	list-style: none outside none;
}
#nav a {
 font-weight: bold;
 color: rgb(255, 255, 255);
 text-decoration: none;
 display: block;
 padding: 8px 20px;
 margin: 0pt;
 border-radius: 1.6em 1.6em 1.6em 1.6em;
 text-shadow: 0pt 1px 1px rgba(0, 0, 0, 0.3);
}
#nav a:hover {
 background: none repeat scroll 0% 0% rgb(0, 0, 0);
 color: rgb(255, 255, 255);
}
#nav .current a, #nav li:hover &gt; a {
 background: url("img/gradient.png") repeat-x scroll 0pt -40px rgb(102, 102, 102);
 color: rgb(68, 68, 68);
 border-top: 1px solid rgb(248, 248, 248);
 box-shadow: 0pt 1px 1px rgba(0, 0, 0, 0.2);
 text-shadow: 0pt 1px 0pt rgb(255, 255, 255);
}
#nav ul li:hover a, #nav li:hover li a {
 background: none repeat scroll 0% 0% transparent;
 border: medium none;
 color: rgb(102, 102, 102);
 box-shadow: none;
}
#nav ul a:hover {
 background: url("img/gradient.png") repeat-x scroll 0pt -100px rgb(136, 136, 136);
 color: rgb(255, 255, 255);
 border-radius: 0pt 0pt 0pt 0pt;
 text-shadow: 0pt 1px 1px rgba(0, 0, 0, 0.1);
}
#nav li:hover &gt; ul {
 display: block;
}
#nav ul {
 display: none;
 margin: 0pt;
 padding: 0pt;
 width: 185px;
 position: absolute;
 top: 30px;
 left: 0pt;
 background: url("img/gradient.png") repeat-x scroll 0pt 0pt rgb(221, 221, 221);
 border: 1px solid rgb(180, 180, 180);
 border-radius: 10px 10px 10px 10px;
 box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.3);
}
#nav ul li {
 float: none;
 margin: 0pt;
 padding: 0pt;
}
#nav ul a {
 font-weight: normal;
 text-shadow: 0pt 1px 0pt rgb(255, 255, 255);
}
#nav ul ul {
 left: 181px;
 top: -3px;
}
#nav ul li:first-child &gt; a {
 border-top-left-radius: 9px;
 border-top-right-radius: 9px;
}
#nav ul li:last-child &gt; a {
 border-bottom-left-radius: 9px;
 border-bottom-right-radius: 9px;
}
#nav:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0pt;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
  margin-left: 2em;
}
.navtext {
  text-align: left;
  margin-left: 1em;
}
.style1 {
  font-size: 125%;
  font-weight: 800;
  text-align: center;
}
.style2 {
  font-size: 125%;
  font-style: italic;
  font-weight: 800;
  color: rgb(0, 204, 0);
}
.style3 {
  font-size: 125%;
  font-style: italic;
  font-variant: small-caps;
  font-weight: 800;
}
.style4 {
  font-size: 110%;
  font-variant: small-caps;
  font-weight: 800;
}
.fontimage {
  float: left;
  width: 100%;
  clear: both;
}
.fontimage img {
 border: 0px none;
 margin: 0px;
 float: left;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 0px;
	margin: 0px;
}
li {
  margin-top: 0em;
  margin-right: 4em;
  margin-bottom: 0px;
  margin-left: 4em;
}
a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
ul.default {
  list-style-type: circle;
}

