a:link       {
	color: #003366;
}
a:hover      { color: #990000 }

h1, h2, h3, h4, h5, h6
{	font-family: Verdana, Arial, Helvetica;
}
h1           {
	color: #981B1E;
	font-size:18pt;
	line-height:100%;
	margin-top: 10px;
}
h2           {
	color: #003366;
	font-size:18PX;
	font-weight:bold;
	margin-top: 0px;
}
h3           {
	color: #981B1E;
	font-size:10pt;
	font-weight:bold;
	line-height:100%;
	margin-bottom: 4px;
}
h4           {
	color: #981B1E;
	font-size:10pt;
	font-weight:bold;
	line-height:100%;
	margin-bottom: 6px;
}
h5           { color: #CC3300 }
h6			   { color: rgb(255,255,255) }
p            {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	text-align: left;
	margin-left: 0px;
	margin-right: 20px;
	line-height: 150%;
}
               
li           {
	font-family: Verdana, Arial, Helvetica;
	background-color: #F0F0F0;
	color: 
               #003366;
	font-size: 10pt;
	line-height:200%
}
               
table        {
	font-family: Verdana, Arial, Helvetica;
	color: 
               #003366;
	font-size: 12px;
	line-height:125%;
}

a:visited    { color: #003366 }
a:hover      { color: #990000 }

.centeredText {
	text-align: center;
	margin-left: 20px;
}
#homeSlideshow {
	width: 750px;
	margin-top: 0px;
	height: 370px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

#nav-menu
{
	text-align: center;
}
#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	color: #7E4D22;
	vertical-align: bottom;
}
#nav-menu li
{
float: left;
}
 #nav-menu li a
{
	background: url(images/menuBackground.jpg);
	width: 150px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
 #nav-menu li a:hover
{
	background: url(images/menuBackground2.jpg);
	width: 150px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.menuText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	line-height: 38px;
	text-align: center;
	vertical-align: bottom;
}
.rightAlign {
	text-align: right;
}
.nospaceTop {
	margin-top: 0px;
}
