@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CC7013;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFCC;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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-color: #346633;
	margin: 0px;
	height: 200px;
	width: 780px;
}
.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: 5;
	background-color: #FFFFCC;
	margin: 0px;
	width: 780px;
	vertical-align: bottom;
}
.oneColFixCtrHdr #footer {
	padding: 5; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#400000;
	height: 40px;
	width: 100%;
	margin: 0px;
}
.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 */
}
#arthdrflsh {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 154px;
	width: 272px;
}
#hdrspacer {
	background-color: #CC7013;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 5px;
	width: 100%;
	font-size: 0px;
}
#leftcolumn {
	padding: 0px;
	float: left;
	width: 45%;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 15px;
}
#rtcolumn {
	padding: 0px;
	float: right;
	width: 45%;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#arthdrtitle {
	float: left;
	margin: 0px;
	width: 231px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 154px;

}
#artlogosm {
	float: left;
	height: 154px;
	width: 508px;
	background-color: #346633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
#arthdrflsh {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 154px;
	width: 272px;
}
#arthdernav {
	padding: 0px;
	float: left;
	height: 40px;
	width: 780px;
	border-top-color: #CC7013;
	border-top-style: solid;
	border-top-width: thin;
	background-color: #003300;
	margin: 0px;
}
#sdorcmaintxt {
	margin: 0px;
	float: left;
	width: 600px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#artsidebar {
	background-color: #CC7013;
	margin: 0px;
	float: right;
	height: auto;
	width: 150px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336633;
	text-decoration: underline;
}
#leftcol2 {
	padding: 0px;
	float: left;
	width: 60%;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 15px;
}
#rtcol2 {
	float: right;
	width: 30%;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #CC7013;
	border: thin double #000033;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}#tablebox {
	padding: 0px;
	float: none;
	width: 720px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
