@charset "UTF-8";
html body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #abbdd3;
	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;
	height: 100%;
	width: 100%;
}
body #cornerImage {
	position:fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0px;
	border: 0px;
	padding: 0px;
	z-index:-1;
	width: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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. */
	background-image: url(../graphics/Transparently-trans.png);
}
.oneColFixCtrHdr #header {
	/*background: #DDDDDD; */
	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. */
	/*border-bottom: 1px solid #000000;*/ 
}
.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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#abbdd3;

}
.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 */

}
p {
	font-size:12px;
	color:#000000;
	margin:1em;
}
li {
	font-size:12px;
	color:#000000;
}
A:visited {
	color: #f60;
	text-decoration: none
}
A:link {
	color: #f60;
	text-decoration: none
}
A:active {
	color: #f60;
	text-decoration: none;
	font-weight:bold;
}
A:hover {
	color: #f60;
	text-decoration: underline
}
hr {
	color:#f60;
}
label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size:12px;
}
.submit input {
	margin-left: 10.5em;
}
input {
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351;
	font-size:12px;
}
.required {
	font-size:14px;
	color: red;
}
.submit input {
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9
}
fieldset {
	border: 1px solid black;
	width: 550px;
	font-size:12px;
}
radio-label {
	text-align: left;
	margin-right: 0.5em;
	display: block;
	font-size:12px;
}
legend {
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px;
	font-size:12px;
}
#bg {
	position: fixed;
	margin: 0px;
	border: 0px;
	padding: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}
#bg img {
	width: 100%;
	position: fixed;
	margin: 0px;
	border: 0px;
	padding: 0px;
	left: 0px;
	bottom: 0px;
}
img.pic {
	border: 1px solid #963;
	margin: 5px;
	padding: 0px;
}
label.labelCheckbox, label.labelRadio {
	float: none;
	display: block;
	width: 350px;
	zoom: 1;
	padding: 0;
	margin: 0 0 0 50px;
	text-align: left;
}
td {
	border: thin dashed;
}
td p {
	padding:0;
	margin:0;
	font-size:12px;
}
table {
	border: thin dashed;
	border-collapse: collapse;
}

.opaque {
	filter:alpha(style=1, opacity=100, finishOpacity=20, startX=0, startY=60, finishX=0, finishY=100);
	-moz-opacity:.5;
	opacity:.5;
}
.opa_10 {
	filter:alpha(opacity=10);
	-moz-opacity:.1;
	opacity:.1;
	background-color: white;
}
.opa_15 {
	filter:alpha(opacity=15);
	-moz-opacity:.15;
	opacity:.15;
	background-color: white;
}
.opa_20 {
	filter:alpha(opacity=20);
	-moz-opacity:.2;
	opacity:.2;
	background-color: white;
}
.opa_25 {
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	background-color: white;
}
.opa_30 {
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	opacity:.3;
	background-color: white;
}
.opa_35 {
	filter:alpha(opacity=35);
	-moz-opacity:.35;
	opacity:.35;
	background-color: white;
}
.opa_40 {
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	opacity:.4;
	background-color: white;
}
.opa_45 {
	filter:alpha(opacity=45);
	-moz-opacity:.45;
	opacity:.45;
	background-color: white;
}
.opa_50 {
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	background-color: white;
}
.opa_55 {
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
	background-color: white;
}
.opa_60 {
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;
	background-color: white;
}
.opa_65 {
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
	background-color: white;
}
.opa_70 {
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;
	background-color: white;
}
.opa_75 {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	background-color: white;
}
.opa_80 {
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
	background-color: white;
}
.opa_85 {
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	background-color: white;
}
.opa_90 {
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
	background-color: white;
}
.opa_95 {
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	background-color: white;
}
.opa_100 {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	background-color: white;
}
