@charset "UTF-8";
/* CSS Document */

body {
	font: normal 90% Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/misc/backdrop.jpg);
	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-repeat: repeat-x;

}
.oneColFixCtrHdr #paratext {
	padding-right: 34px;
	padding-bottom: 20px;
	padding-left: 34px;
	width: 500px;
	font-size: 11pt;
	font-weight: lighter;
	line-height: normal;
}

.oneColFixCtrHdr #container {
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/misc/shadow2.png) no-repeat top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.biometLogo {
	padding-left: 30px;
	width: 300px;
	float: left;
}
.spacer {
	height: 60px;
}
.bottomBand {
	background-color: #333333;
	margin-left: 18px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 604px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 5px;
}



.bottomBand a:link {
	text-decoration: none;
	color: #CCCCCC;
	}

.bottomBand a:visited {
	text-decoration: none;
	color: #CCCCCC;
	
}

.bottomBand a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	
	}

.bottomBand a:active {
	text-decoration: none; 
	color: #CCCCCC;

} 


.oneColFixCtrHdr #footer p {
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #999999;
	padding-top: 6px;
}
.oneColFixCtrHdr #heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #66CC33;
	padding-right: 34px;
	padding-left: 34px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.oneColFixCtrHdr #hyperlinks {color: #94C132}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #66CC33;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none; 

} 

.oneColFixCtrHdr #links {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 34px;
	font-size: 90%;
	color: #666666;
	text-align: left;
	padding-bottom: 18px;
	padding-left: 34px;
}
.oneColFixCtrHdr #flashBox {
	width: 572px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 34px;
}
.oneColFixCtrHdr #biometLogo {
	padding-left: 34px;
	width: 280px;
	float: left;
}
.oneColFixCtrHdr #osa-logo {
	width: 280px;
	float: right;
	padding-right: 34px;
	height: 48px;
}
