@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: #666666;
	background: #9aa url(images/btgrdk.gif) bottom left fixed repeat-x;
}
h1 {
	font-size: 14px;
}

.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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: #ffb70e;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.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: 12px 0px 8px 150px;
	font-size: 140%;
	text-decoration: none;
	color: #000000;
}
.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;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFB70e;
}
.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 */
	font-size: 70%;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent TabbedPanelsContentVisible .question {
	background-color: #009933;
}

.clearfloat {
	clear: both;
}
.oneColFixCtrHdr #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent td {
	border: 1px solid #999999;
	padding: 5px;
}
.colorrow {
	background-color: #BAD8E2;
}
.oneColFixCtrHdr #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #FFFFFF;
	width: 600px;
	margin: 10px;
	padding: 10px;
	border-collapse:collapse;
	text-align: left;
}

a:link{
	color: #003366;
	text-decoration: none;
	border-bottom: 1px dotted #6699CC;
}

a:visited{
	color: #6699CC;
	text-decoration: none;
	border-bottom: 1px dotted #6699CC;
}

a:hover{
	color: #003366;
	text-decoration: none;
	border-bottom: 1px solid #003366;
}


a.img, a.img, a.img {
	border: 0px none;
}

.oneColFixCtrHdr #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent .normaltd {
	border: none;
}
.oneColFixCtrHdr #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent .normaltable {
	border-collapse:collapse;
	font-size: 1em;
	padding-left: 0px;
	position:relative;
	left:-12px;
}
