@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;
	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;
	background-color: #000000;
	background-image: url(../images/back3.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}
.oneColFixCtrHdr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCD34;
	border-right-color: #CCCD34;
	border-bottom-color: #CCCD34;
	border-left-color: #CCCD34;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #CCCD34;
	background-image: url(../images/banner.jpg);
	height: 250px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
}
.oneColFixCtrHdr #container #headerlogo {
	float: left;
	width: 208px;
	height: 245px;
	margin-top: 0px;
}
.oneColFixCtrHdr #container #headerbanner {
	float: right;
	width: 430px;
	height: 225px;
}
.oneColFixCtrHdr #container #headerNav {
	background-color: #FF9999;
	float: right;
	width: 430px;
	margin-top: -10px;
}

.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: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #CCCD34;
	border-left-color: #CCCD34;
}
.oneColFixCtrHdr #footer {
	background-color: #FF6A35;
	background-image: url(../images/buttonOg.jpg);
	margin-bottom: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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 */
}
.photo {
	border: 1px solid #CCCD34;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #CCCD34;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	text-align: left;
	color: #000000;
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	background-image: url(../images/buttonGo.jpg);
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #FF6634;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6634;
	font-size: medium;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent TabbedPanelsContentVisible #loadarea2 {
	width: 400px;
	float: right;
}

