﻿body 		{margin: 0; padding: 0; font-family: arial, verdana, sans-serif; color: black;}

p, td, i, dl	{font-size: 10pt;}

li	        {font-size: 10pt; margin-top: 6px;}
ul        	{list-style-type: square;}

h1			{font-size: 18pt; font-weight: bold;}
h2			{font-size: 13pt; font-weight: bold;}
h3			{font-size: 11pt; font-weight: bold;}
h4			{font-size: 11pt; color: #007559; font-weight: normal; margin-bottom: 0; margin-top: 0;}

.bottom		{margin-bottom: 0;}
.top		{margin-top: 0;}
.topbot		{margin-top: 0; margin-bottom: 0;}
.small    	{font-size: 8pt;}
.large    	{font-size: 11pt;}
.callout	{font-size: 16pt; font-family: times, palatino, times new roman, times, serif; font-weight: bold; }

a:link 	    {color: #007559; text-decoration: underline;}
a:active 	{color: #007559;}
a:visited 	{color: #007559;}
a:hover 	{color: #666666;}

/* Menu Styles */
#menu {
	background: #008C6B url(../images/navbkgrnd.jpg) no-repeat center top;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	font-size: 10pt;
	font-family: arial narrow, arial, sans-serif;
	color: white;
	display: block;
	margin: 0;
	padding: 4px 8px 4px 8px;
	border-top: 1px solid #bbd4ce;
	border-bottom: 1px solid #094b3b;
}
#menu li a:link, #menu li a:active, #menu li a:visited {
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-left: 1em;
	text-indent: -1em;
}
#menu li a:hover {
	color: #fcff94;
}
