﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: none;
	background-repeat: repeat;
	background-color: #006600;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #f5e9cf;
}
#masthead {
	text-align: center;
	background-color: #006600;
	background-image: url('../Images/Front Images/banner-pic.png');
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #663300;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 487px;
	padding: 15px;
	background-color: #f5e9cf;
}
html>body #column_l {
	width: 493px;
	padding: 0 15px;
	background-color: f5e9cf;
}
#column_r {
	width: 297px;
	padding: 15px 10px;
	background-color: #f5e9cf;
}
html>body #column_r {
	width: 297px;
	padding: 15px 10px;
	background-color: #f5e9cf;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	background-color: #663300;
	color: #FFFFFF;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	color: #FFFFFF;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}

/* Right Column */
#column_r img {
	padding: 8px;
	border-style: none;
		float: left;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #c77;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #FFFFFF;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #FFFFFF;
}
/* Links */
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.content-p {
	color: #663300;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}



.text-brown-small {
	color: #663300;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
.img-col-l-float-right {
	float: right;
	padding: 8px;
}



.downloadbut {
	border-width: 0px;
	margin-left: 38px;
}






