@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: #5E2D0D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #7E5B3D;
}
h6 {
	color: #FFF;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	font-weight: bold;
	color: #562105;
}
p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #000;
	line-height: 20px;
}
.img_right {
	float: right;
	margin-left: 10px;
	border: thick solid #562105;
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #e6d7ad;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0C595A;
	border-bottom-color: #0C595A;
	border-left-color: #0C595A;
	padding-bottom: 5px;
}
#navbar {
	display: block;
	background-image: url(images/navbar.jpg);
	height: 40px;
	width: 960px;
}
#navbar ul li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}
#navbar ul {
	margin: 0px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: #E5D7AE;
	text-align: right;
}
#navbar ul li a {
	color: #E5D7AE;
	text-decoration: none;
}
#navbar ul li a:hover {
	color: #562105;
}
#footer p a {
	color: #E5D7AE;
}
#footer p a:hover {
	color: #562105;
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/header.jpg);
	margin: 0px;
	height: 201px;
	width: 960px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 100px;
}
.oneColFixCtrHdr #mainContent2 {
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}
.smallerText {
	font-size: 18px;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/footer.jpg);
	height: 69px;
	width: 940px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
}
.oneColFixCtrHdr #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 */
}h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #0C5A5A;
}
#mainContent ul li {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navbar {
	background-image: url(images/navbar.jpg);
	height: 40px;
	width: 960px;
	margin: 0px;
	padding: 0px;
}
#hws_info div {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #FFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#hws_info div a {
	color: #999;
}
#container a {
	color: #0C595A;
}
.CenterText_Maroon {
	color: #562105;
	text-align: center;
}
#form1 table {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
