html, body {
	height:100%;
	margin: 0px;
	padding:0px;
}
#page {
	width:100%;
	min-width:900px;
	min-height:100%;
 	margin-left:auto;
	margin-right: auto;
	position:absolute;
}
.page_bg {
	background-image:url(/images/pagebg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.page_req {
	background-image:url(/images/reqpgfill.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
}
.page_contact {
	background-image:url(/images/contactpgfill.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
}
.page_links {
	background-image:url(/images/linkspgfill.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
}
#banner2 {
	background-image:url(/images/bnrbg.jpg);
	background-position:left;
	min-width:900px;
	width:100%;
	height:128px;
}
#banner_left	{
	margin-left:5%;
	position:relative;
	float:left;
}
#banner_right	{
	position:relative;
	margin-top:22px;
	float:right;
}
.bnr1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #0033CC;
	text-align: right;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:7%;
}
.bnr2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	text-align: right;
	font-weight: bold;
	margin-bottom:0px;
	margin-right:7%;
	margin-top:0px;
}
.bnr3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	margin-top:8px;
	margin-bottom:0px;
	margin-right:7%;
}
#content_new {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	padding-left:10px;
	padding-right:10px;
}

#footer {
	height:30px;
	width:100%;
	background-image:url(/images/footerbg.jpg);
	background-position:center;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	bottom:0;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#footer p {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	margin-top:5px;
}
#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	margin-top:5px;
	color:#FFFFFF;
	text-decoration:none;

}
#footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	margin-top:5px;
	text-decoration: underline;
}

.copyright {
	margin-left:5%;
	float:left;

}
.wdps {
	float:right;
	margin-right:5%;
}
.email {
	text-decoration: none;
	text-indent: 0px;
	vertical-align: middle;
	margin-left: 0px;
}
.email img {
	text-decoration: none;
	text-indent: 0px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	margin-left: 2px;
}
.email a {
	text-decoration: none;
	text-indent: 0px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.email a:hover {
	text-decoration: underline;
	text-indent: 0px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

* html #banner2 {
    width: expression(document.body.clientWidth < 900 ? "900": "auto" );
}

/* for Internet Explorer */
/*\*/

* html #page, #page_req, #page_contact, #page_links {
	height: 100%;
}

/**/
