@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: #FFF;
	
}
link {
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: fff;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
	border:medium solid #FFF
}
body {
}
.oneColFixCtrHdr #header {
	background: ffffff;
	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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border: medium none #FFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFF;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}h1 {
	border-top-width: 0px;
	border-right-width: 20px;
	border-bottom-width: 0px;
	border-left-width: 20px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	padding-top: 15px;
	padding-right: 10px;
	
}
.oneColFixCtrHdr #container #header h1 {
	background-color: #FFF;
}
.oneColFixCtrHdr #container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8F8F8F;
}
.oneColFixCtrHdr #container #mainContent table {
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent table {
	font-size: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr {
	color: #F3EE0C;
}
.oneColFixCtrHdr #container #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible p {
	line-height: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container table {
	
}
.oneColFixCtrHdr #container table {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFF;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
}
.oneColFixCtrHdr #container table {
}
a:link {
	color: 000000;
}
