@charset "UTF-8";
/* CSS Document */

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;
	background-color: #303;
}
.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 12px;
	background-color: #FFC;
}
.oneColFixCtrHdr #header {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	text-indent: -5000px;
	line-height: 14px;
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 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 */
	font-size: .7em;
	font-weight: normal;
	color: #666;
	text-align: center;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #303;
}
h3 {
	font-family: Tahoma, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	color: #303;
	font-weight: normal;
}
.Enter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F60;
}
.oneColFixCtrHdr #container #mainContent div .Enter h3 strong a {
	color: #F60;
}
body,td,th {
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
}
a:link {
	color: #666;
}
a:visited {
	color: #999;
}
a:hover {
	color: #F60;
}
a:active {
	color: #CC9;
}
.oneColFixCtrHdr #container #mainContent p #FlashID {
	border: 1px solid #F60;
}
.oneColFixCtrHdr #container #mainContent p #FlashID {
	border: 1px solid #F60;
}
