@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;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E8E8E8;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 10px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	margin-bottom: 0px;
}
.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: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #footer {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: right;
}
.style1 {
	font-size: 70%;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.right {
	float: right;
}
#textcolumn {
	width: 295px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 75%;
	color: #58595b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#textcolumn a {
	color: #58595b;
}
#footer .style1 a {
	color: #58595b;
}
#footer .style1 a:hover {
	color: #F99E43;
}
#nav ul {
	list-style-image: none;
}
.navigation {
	font-size: 70%;
	color: #666666;
	display: inline;
	margin-right: 20px;
}
#nav {
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	text-align: left;
}
#mainContent #buttons {
}
.navigation a {
	color: #D88838;
}
#container #text {
	padding-left: 485px;
}
.textcolumn2 {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 70%;
	color: #58595b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#leftcolumn a {
	color: #58595B;
}
#leftcolumn a:hover {
	color: #F99E43;
}

