﻿body
{
	background-color: #abcc79;
	font-size: small;
	color: #532900;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 3em;
	color: #759939;
	font-family: Monotype Corsiva, Arial;
}
h2
{
	font-size: 1.5em;
	color: #759939;
	font-family: Arial, Helvetica, sans-serif;
	
}
h3
{
	color: #759939;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
}
h4
{
	color: #759939;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
}

h5
{
	font-size: 1em;
	color: #759939;
	font-family: Arial, Helvetica, sans-serif;
}

.footer
{
	font-size: x-small;
	color: #532900;
	font-family: Arial, Helvetica, sans-serif;
}
p
{
	font-size: small;
	color: #532900;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover
{
	color: #532900;
	text-decoration: none;
}


#navcontainervertical ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainervertical li { margin: 5px 5px 5px 5px; }

#navcontainervertical a
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	color: #FFF;
	background-color: #B8860B;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	border-top-style: outset;
	border-color: #abcc79;
	border-right-style: outset;
	border-left-style: outset;
	text-align: center;
	border-bottom-style: outset;
	border-left-color: #abcc79;
	border-bottom-color: #abcc79;
	border-right-color: #abcc79;
	width: 130px;
}

#navcontainervertical a:hover
{
font-family: Arial, Helvetica, sans-serif;
background-color: #ABCC79;
color: #532900;
font-weight: bold;
}



#navcontainerhorizontal ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainerhorizontal ul li { display: inline; }

#navcontainerhorizontal ul li a
{
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #B8860B;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	border-top-style: outset;
	border-color: #abcc79;
	border-right-style: outset;
	border-left-style: outset;
	text-align: center;
	border-bottom-style: outset;
	border-left-color: #abcc79;
	border-bottom-color: #abcc79;
	border-right-color: #abcc79;
	width: 230px;
}

#navcontainerhorizontal ul li a:hover
{
font-family: Arial, Helvetica, sans-serif;
background-color: #ABCC79;
color: #532900;
font-weight: bold;
}
.DynamicMenu
{
	z-index:100;
}
