/* CSS Document */
body {
	text-align: center;
	padding: 0px;
	background: url(images/banner.jpg) no-repeat center top;
	font: medium "Calligraph421 BT", serif;
}
.padding {
	padding: 2px;
	border-width: 2px;
	border-color: #333333;
	margin: 1px;
}
.nopadding {
	padding: 0px;
	margin: 0px;
}
.imagesRight {
	float: right;
	padding: 2px;
	margin: 10px;
	border: thick solid #333333;
}
.imagesLeft {
	float: left;
	padding: 2px;
	margin: 10px;
	border: thick solid #333333;
}
hr {
	color: #00BB00;
}
ul {
	text-align:left;
	margin-left: 50px;
	margin-right: 50px;
}
.smallText {
	font-size: small;
}

#container {
	background: url(images/background.png) repeat-y top;
	width: 950px;
	height: auto;
	z-index: 1;
	margin: -10px auto;
	padding: 10px;
	height: 100%
}
#banner {
	width:950px;
	z-index:auto;
	padding: 5px 0px 0px;
	height: 160px;
	text-decoration: none;
}
#horizontalNav {
	z-index:auto;
	height: 35px;
	color: #FFFFFF;
	font-size: 20px;
	text-align: right;
	clear: both;
	background: #078607;
	line-height: 30px;
}
#horizontalNav a {
	color: #FFFFFF;
	width: 100px;
	text-decoration: none;
}
#horizontalNav a:hover {
	color: #EA6A00;
	line-height: 30px;
	width: 100px;
}
#verticalNav {
	width:200px;
	z-index:auto;
	float: left;
	margin: 0px 15px;
	padding: 10px 0px;
	height: 100%;
	font-size: 18px;
	color: #E3C486;
}

#verticalNav a {
	display: block;
	color: #E3C486;
	line-height: 30px;
	text-decoration: none;
}
#verticalNav a:hover {
	display: block;
	color: #FFFFFF;
	background-color: #078607;
	line-height: 30px;
}
#verticalNav h2 {
	color: #FFFFCC;
}
#content {
	z-index:auto;
	padding: 20px;
	height: auto;
	width: 650px;
	margin-left: 220px;
}
#container p {
	font-family: Century, serif;
}

#content h4 {
	color: #078607;
}
#content h2 {
	color: #8F0000;
}
#content a {
	color: #8F0000;
	font-family: Century, serif;
}
#content a:hover {
	color: #078607;
}
#footer {
	z-index:auto;
	background: #096200;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	font-variant: small-caps;
	text-align: center;
	clear: both;
	bottom: 0px;
}
.buttons {
	color: #FF5C26;
	text-decoration: none;
}

.boldMedium {
	font-size: medium;
	font-weight: bold;
}
