@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
}
.twoColFixLtHdr #container {
	width: 825px;
	margin: auto; /* this overrides the text-align: center on the body element. */
	background-color: #547175;
	text-align: left;
} 
.twoColFixLtHdr #header {
	text-align: center;
	background-attachment: fixed;
	background-color: #81aeb5;
} 
.twoColFixLtHdr #header h1 {
	font-family: Palatino Linotype;
	position: absolute;
	top: -100px;
}
#container form h1 {
	font-family: Palatino Linotype;
	font-size: 30px;
	font-style: normal;
	color: #FFF;
}

#flashHeader {
	margin: 10px 10px 20px 275px;
	background-color: #fff;
	text-align: center;
	border-top: 4px solid #CCC;
	border-right: 4px solid #999;
	border-bottom: 4px solid #000;
	border-left: 4px solid #333;
}

#captchaPreview {
	font-family: Palatino Linotype;
	font-size: 16px;
	float: right;
	text-align: right;
	font-style: normal;
	line-height: .9;
	color: #FFF;
	margin-left: 50px;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 0 15px;
	border-bottom: 4px solid #000;
	border-left: 4px solid #000;
	border-right: 4px solid #ddd;
	border-top: 4px solid #ddd;
	position: inherit;
}
#sidebar1 h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: .9;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
}

#sidebar1 p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1;
	text-align: left;
	margin-right: 18px;
	margin-left: 5px;
	margin-bottom: 20px;
	width: 192px;
	left: 370px;
	top: 295px;
}

#formTable {

}
#formTable {
	background-image: url(../images/Other/200CardCapture.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


.twoColFixLtHdr #footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	line-height: 1.4;
	width: 100%;
	float: none;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: right;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#formTable table {

}

