@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;

	font-size:8 pt
	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: #000000;
	background-color: #8E6B35;
}
 #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */

	font-size: 8 pt
	font-color: #000000
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8E6B35;
	border-right-color: #8E6B35;
	border-bottom-color: #8E6B35;
	border-left-color: #8E6B35;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	background-image: url(Images/background_resized.gif);
} 
#container #footer p {
	background-color: #8E6B35;
	font-size: 90%
}

}
#header {
	background-position: right;
	background-repeat: no-repeat;
	height: 200px;
}
#navbar {
	font-size: 90%;
	margin: 0px;
	padding: 2px;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8E6B35;
	border-right-color: #8E6B35;
	border-bottom-color: #8E6B35;
	border-left-color: #8E6B35;
	background-color: #efdfab;
}

#navbar ul li {
	display: inline;
	margin-right: 37px;
	margin-left: 37px;
	list-style-type: none;
}
#navbar a:link {
	color: #000000;
	text-decoration: none;
}
#navbar a:hover {
	color: #F00;
	text-decoration: none;
}
#navbar a:visited {
	color: #000000;
	text-decoration: none;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
a:link {
	text-decoration: none;
	color: #cfc085;
}
a:visited {
	text-decoration: none;
	color: #cfc085;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 9px;
	line-height: 0px;
	vertical-align: text-top;
}
h1 {
	font-size: 8 pt;
	font-weight: bold;
	color: #8E6B35;
	text-transform: uppercase;
	letter-spacing: 3px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #000;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
}
#container #footer  {
	text-align: center;


	font-size: 90%
	background-color: #8E6B35;	
	background-color: #8E6B35;
}
#container #mainContent p a {
	color: #000;
	font-size: 8 pt
	font-color: #000000
	text-decoration: underline;
}

 #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: small;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-top-color: #8E6B35;
	border-right-color: #8E6B35;
	border-bottom-color: #8E6B35;
	border-left-color: #8E6B35;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	background-image: none;



} 
