﻿  /* CSS layout */
body {
	margin: 0px;
	padding: 0;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #755732;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url('images/background-page2.jpg');
}
#masthead {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 80px;
	background-color: #000000;
	background-image: url('images/logo.png');
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
#top-nav {
	width: 100%;
	height: 30px;
	list-style-type: none;
}
#content {
	background-position: left top;
	min-width: 1024px;
	width: 1024px;
	height: 100%;
	text-align: left;
	padding-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	background-image: url('images/background-content.jpg');
	background-color: #E7D193;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
#colOne {
	float: left;
	width: 180px;
	padding-left: 5px;
	font-family: "Trebuchet MS";
}
#colTwo {
	margin: 0px;
	float: right;
	width: 704px;
	padding: 0px 0px 0 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#leftColumn {
	width: 180px;
	float: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#rightColumn {
	width: 825px;
	float: right;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
#side-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-left: 3px;
	line-height: 160%;
	text-decoration: none;
	width: 180px;
	height: 250px;
	top: 150px;
	left: 79px;
	color: #E2CB8E;
}
p {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #000000;
	
}
a {
  outline: none;
}

ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 160%;
	list-style-type: none;
}
h1 {
	margin: 10px auto 2px auto;
	font-family: "Trebuchet MS";
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	width: 300px;
	height: 20px;
	color: #501F03;
}
title {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: absolute;
}
title {
	position: absolute;
	right: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
}
border {
	border: thin solid #510000;
}

h4 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #501f03;
	font-style: normal;
	text-decoration: none;
}
#border {
	border: thin double #510000;
}
a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
bgBox {
	background-color: #7E8E36;
	border: thin solid #510000;
}

.style18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#footer {
	background-position: bottom;
	padding: 7px 0px 0px 0px;
	height: 200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E7D193;
	background-color: #000000;
	background-repeat: repeat-x;
	position: relative;
	border-top-style: ridge;
	border-top-width: thick;
	border-top-color: #5D5345;
	top: 0px;
	left: 0px;
	text-align: center;
}
h6 {
	font-size: 13px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-align: left;
	color: #501F03;
}
a {
	color: #000000;

