﻿/* CSS Document */
body {
	margin: 0px;
	text-align: center;
	padding: 0px;
	background: url(images/wallpaper.png) repeat-y center top;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", 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;
}
img {
	margin: 10px 0 0 0;
	border: 0;
}
.smallText {
	font-size: small;
}

#container {
	background: url(images/background.png) repeat-y top;
	width: 950px;
	height: auto;
	z-index: 1;
	margin: -10px auto;
	padding: 0px;
	height: 100%;
}
#banner {
	width: 950px;
	z-index: auto;
	padding: 10px 0px 0px 0px;
	height: 180px;	
    text-decoration: none;
}
#banner a {
	display: block;
	color: #E3C486;
    font-size: 20px;
    font-style: italic;
	line-height: 40px;
	text-decoration: none;
}
#horizontalNav {
	z-index: 2;
	height: 35px;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	background: #3B6E17;
	line-height: 30px;
	position: absolute;
	width: 100%;
}
#horizontalNav a {
	color: #FFFFFF;
	width: 100px;
	text-decoration: none;
}
#horizontalNav a:hover {
	color: #4A0044;
	line-height: 30px;
	width: 100px;
}
#verticalNav {
	width: 200px;
	z-index: auto;
	float: left;
	margin: 30px 15px;
	padding: 10px 0px 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: #286000;
	line-height: 30px;
}
#verticalNav h2 {
	color: #FFFFCC;
}
#content {
	margin: 30px 0 0 240px;
	background: #FFFFE8;
	z-index: auto;
	padding: 20px;
	height: auto;
	width: 650px;
}

#content h4 {
	color: #3B6E17
}
#content h2 {
	color: #71182F;
}
#content h3 {
	color: #FFFFFF;
}
#content a {
	color: #71182F;
}
#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;
}

