﻿@charset "utf-8";
a:link {
	color: #882915;
}
a:visited {
	color: #882915;
}
a:active {
	color: #882915;
	text-decoration:underline;
}
h1 {
	font-size: x-large;
	color: #882915;
}
h2 {
	font-size: large;
	color: #882915;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #882915;
	background-color: #E1DBB9;
	text-align: center;
	white-space: nowrap;
	margin-top: 10px;
}
h3 {
	font-size: medium;
	color: #C15433;
	text-align: center;
	white-space: nowrap;
	margin-top: 2px;
	font-weight: bold;
	text-decoration: none;
}

body {
	background: #000000;
	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: Garamond;
	font-size: medium;
}
#nav {
	color: #F9FADB;
	font-weight: normal;
	text-align: left;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 600px;
	margin: 0px;
	padding: 0;
	float: left;
}

#today {
	color: #F9FADB;
	font-weight: normal;
	text-align: right;
	line-height: normal;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100px;
	float: right;
	font-size: 11px;
}
#application_page {
	font-weight: normal;
	line-height: normal;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	background-image: url("../images/backgroud.jpg");
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F9FADB;
}
.oneColFixCtrHdr #header {
	background-color: #D8D794;
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	margin: 0px;
	background-image: url("../images/headier_center.jpg");
	text-indent: 10px;
}
.oneColFixCtrHdr #header_nav {
	margin: 0px;
	background-color: #C15433;
	background-repeat: no-repeat;
	text-align: right;
	color: #F9FADB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #C15433;
	border-right-color: #C15433;
	border-bottom-color: #C15433;
	border-left-color: #C15433;
	font-size: small;
	vertical-align: top;
	padding: 0px;
	height: 25px;
}
.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 {
	background-color: #F9FADB;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr  #mainContent  p {
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: justify;
	line-height: 1.1em;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0.5em;
	margin-bottom: 0;
}
.oneColFixCtrHdr #footer {
	background-color: #D8D794;
	background-image: url("../images/logo_small.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 70px;
	font-size: 11px;
}
.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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr  #footer_contact  {
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: left;
	width: 250px;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr   #footer_rights  {
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: right;
	width: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	font-size: 11px;
	text-align: right;
}
#index_image {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#email2 { display: none; }

#address5 { display: none; }
