@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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: #c9c3ad;
}
.oneColFixCtrHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	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;
	padding: 0px;
	background-color: #526269;
}
.oneColFixCtrHdr #header {
	background-color: #5E645A;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #79919c;
	text-align: center;
}
.oneColFixCtrHdr #container #toppic {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #nav {
	color: #FFF;
	font-size: 1.2em;
	padding: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #79919c;
	border-bottom-color: #79919c;
	background-color: #736b57;
	text-align: center;
	height: 38px;
}
.mainContent {
	color: #FFFFFF;
	background-color: #526269;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.oneColFixCtrHdr #container .mainContent td {
	vertical-align: top;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #container .mainContent a {
	color: #FFFFFF;
}

.oneColFixCtrHdr #footer {
	padding: 0;
	color: #FFFFFF;
	background-color: #736b57;
	vertical-align: top;
	margin: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #79919c;
}
.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 */
	text-align: center;
	font-size: .7em;
}
.oneColFixCtrHdr #footer a {
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer a:hover {
	color: #0068B2;
}
.oneColFixCtrHdr #container #header p {
	font-size: 1.5em;
	color: #FFF;
	text-align: center;
	margin: 0px;
}
.oneColFixCtrHdr #container #header table tr td {
	margin-right: 0100px;
	margin-left: 10px;
}
.oneColFixCtrHdr #container #header table {
	width: 98%;
	margin: 0px;
	padding: 0px;
}
.horzline {
	background-image: url(images/horiz-line.gif);
	background-repeat: repeat-x;
}
h1 {
	font-size: 1.1em;
	margin-left: 35px;
	margin-top: 0px;
}
h2 {
	font-size: 1.1em;
	margin-left: 15px;
	margin-top: 0px;
}
.mcontent {
	margin-left: 20px;
}
.mcontent2 {
	margin-left: 5px;
	font-size: .9em;
}
.oneColFixCtrHdr #container .mainContent .col1 {
	width: 280px;
	float: left;
	margin-right: 10px;
}
.oneColFixCtrHdr #container .mainContent .col2 {
	width: 5px;
	background-image: url(images/vert-line.gif);
	background-repeat: repeat-y;
	float: left;
}
.oneColFixCtrHdr #container .mainContent .col3 {
	width: 640px;
	float: right;
	background-image: url(images/vert-line.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	height: 100%;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #container .mainContent .col1 p {
	font-size: .9em;
}
.oneColFixCtrHdr #container .mainContent .col3 .mcontent img {
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container .mainContent .col3 .docpics {
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.oneColFixCtrHdr #container #header table tr td a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input {

}
