@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Times New Roman", Times;
	font-size: 100%;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #513C04;
}
#container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	padding: 0;
}
#main_nav {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 4px;
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#main_nav p {
	color: #F9E1B2;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
#main_nav  a:link {
	color: #F9E1B2;
	text-decoration: none;
}
#main_nav a:visited {
	color: #F9E1B2;
	text-decoration: none;
}
#main_nav a:hover {
	color: #56420D;
	text-decoration: none;
}
.navleft {
	float: left;
}
.navright {
	float: right;
	text-align: right;
}
#mainContent {
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
#footer {
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	clear: both;
}
#footer p {
	margin: 0;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	line-height: 1em;
}
#text_bg {
	background-image: url(images/text_bg__mid.png);
	background-repeat: repeat-y;
	padding-top: 1px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #513C04;
}
h2, h3 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #7A5E0A;
}
p {
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 5px;
}
ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
li {
	font-size: 14px;
	line-height: 1.5em;
}
a:link {
	color: #56420D;
}
a:visited {
	color: #56420D;
}
a:hover {
	color: #F6DDAF;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.ital {
	font-style: italic;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.fltrt {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.clrflt {
	clear: both;
}
.leftcol {
	width: 49%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #152F6E;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 0px;
	padding-left: 0px;
}
.rightcol {
	padding: 0px;
	width: 49%;
	float: right;
	margin: 0px;
}

#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C0AB80;
}
#copyright  a:link {
	color: #C0AB80;
	text-decoration: none;
}
#copyright a:visited {
	color: #C0AB80;
	text-decoration: none;
}
