﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("images/brown174.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container { 
	width: 952px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 932px;
	border-top: 8px solid #006666;
	border-right: 8px solid #003300;
	border-bottom: 8px solid #006666;
	border-left: 8px solid #003300;
	background-color: #fefeff;
}
#navigation {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 3px solid #006666;
	border-right: 3px solid #003300;
	border-bottom: 3px solid #006666;
	border-left: 3px solid #003300;
	background-color: #FFFFFF;

}
#content {
	float: left;
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 3px solid #006666;
	border-right: 3px solid #003300;
	border-bottom: 3px solid #003300;
	border-left: 3px solid #006666;
	background-color: #fff;
}
#footer {
	text-align: center;
		clear: both;
		width: 952px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 4px solid #006666;
	border-right: 4px solid #003300;
	border-bottom: 4px solid #006666;
	border-left: 4px solid #003300;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #003300;
}
#masthead h3 {
	color: #003300;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #003300;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #003300;
}
/* Content Styles */
h6 {color: #003300;}h5 {color: #003300;} 
h4 {
	color: #003300;
}
h3 {
	color: #003300;
}
h2 {
	color: #003300;
}
#content h1 {
	color: #003300;
}
#content img {
	padding: 0px;
	border: 0px solid #003300;  
}
/* Footer Styles */
#footer p {
	color: #000000;
	margin-top: 5px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #003300;
	text-decoration: none;
}
a {
	color: #003300;
	text-decoration: underline;
}
a:hover {
	color: #003300;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
input.button1 {
  color:#003300;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  background-color:#FFCC33;
  border:1px solid;
  border-color:000000;
  cursor: hand;
  cursor: pointer;
}
input.button2 {
  color:#000000;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  background-image: url("images/greenbutton.jpg");
  border:0px solid;
  border-color:000000;
  cursor: hand;
  cursor: pointer;
}
input.btnhov {
  color:#FFCC33;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  background-color:#003300;
  border:1px solid;
  border-color: #000000;
  cursor: hand;
  cursor: pointer;
}
.style1 {
	color: #003300;
}

