@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	margin-top: 50px;
}
.oneColFixCtrHdr #container {
	width: 880px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(pass_plus.jpg);
	height: 660px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

.oneColFixCtrHdr #header {
	background: transparent;
	padding-top: 165px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 25px;
}
.oneColFixCtrHdr #mainContent {
	background: transparent;
	padding-top: 90px;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 80px;
	font-size: 80%;
	font-weight: normal;
	height: 320px;
	line-height: 1.1em;
	margin-right: 10px;
}
.oneColFixCtrHdr #footer {
	background:transparent;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

a.header:link {
	text-decoration: none;
	color: #407630;
}
a.header:visited {
	text-decoration: none;
	color: #407630;
}
a.header:hover {
	text-decoration: none;
	color: #990000;
}
a.header:active {
	text-decoration: none;
}
