﻿@charset "UTF-8";
.style2 {
	color: #9F3F17;
	font-style: oblique;
	font-size: 14px;
}
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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
 #container {
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
} 
 #header {
	background-color: #FFFFFF;
	background-image: url(images/backgroundlogo2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 255px;
	width: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header2 .style4 {
	text-align: right;
	margin-top: -10px;
}
#header2    {
	line-height: normal;
	margin-top: 30px;
	padding-right: 5px;
	padding-left: 5px;
}
.headerleft {
	text-align: left;
	float: left;
	font-size: 14px;
	font-style: italic;
	color: #9F3F17;
}
#sidebar1 {
	float: right;
	width: 220px;
	border: 7px ridge #9AD478;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
}
 #footer {
	width: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	text-align: center;
	height: auto;
	font-size: small;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 1px;
    line-height: 0px;
}
#apDiv3 {
	position: static;
}
#menu {
	background-color: #FFFFFF;
	float: left;
	width: 96%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#menu ul {
	text-align: center;
	text-indent: -35px;
}
#menu li {
	display: inline;
	margin: 2px;
	list-style-type: none;
	background-color: #F5E58E;
}
#menu li a:link, #menu li a:visited  {
	text-decoration: none;
	border: 3px solid #9AD478;
	background-color: #F5E58E;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
#menu li a:visited {
	color: #990000;
}
#menu li a:hover {
	background-color: #3399FF;
	color: #FFFFFF;
}
.maincontenttitle {
	font-family: Baskerville;
	font-size: 36px;
}
#mainContent {
	background-color: #F5E58E;
	float: left;
	height: auto;
	width: 774px;
	padding: 10px;
	border: medium solid #9AD478;
}
#Address {
	margin-top: 10px;
	margin-left: 140px;
}
.headerright {
	font-size: 14px;
	font-style: italic;
	color: #9F3F17;
	text-align: right;
	float: right;
}
.imagepadding {
	padding-right: 10px;
	padding-top: 5px;
}
