@charset "utf-8";
body {
	background-color: #858F9B;
	background-image: url(../images/background/bkgd.gif);
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
	margin: 0 auto;
	background-repeat: repeat-x;
}

#header {
	
/*	background: url("images/header.png") repeat-x scroll center center transparent; */
    height: 132px;
    margin: 0 auto 0px;
    width: 980px;
	text-align:center;
}

#body {
	margin: 0 auto 0px;
	width: 980px;
}

#footer {
	 background: url("../images/footer.png") no-repeat scroll center center transparent;
    height: 40px;
    margin: 0 auto 10px;
    width: 980px;
	text-align:center;
}

.HCIEFooter a {
	color:#000000;
	text-decoration:none;
	font-size:11px;
	text-align:center;
}

.HCIEFooter a:hover {
	color:#000000;
	font-size:11px;
	text-align:center;
}

.HCIEFooter a:visited {
	color:#000000;
	font-size:11px;
	text-align:center;
}


.HCIEFooterLeft {
	background-image: url(../images/Bkgd01.png);
	height:86px;
	background-repeat:no-repeat;
	float:left;
	padding-top:17px;
	width:171px;
	text-align:center;
}

.HCIEFooterMid {
	background-image: url(../images/Bkgd02.png);
	height:86px;
	background-repeat:repeat-x;
	float:left;
	padding-top:13px;
	width:638px;
	text-align:center;
}

.HCIEFooterRight {
	background-image: url(../images/Bkgd03.png);
	height:inherit;
	background-repeat:no-repeat;
	float:left;
	padding-top:17px;
	width:171px;
	height:86px;
	text-align:center;
	
}

.HCIEFooter {
	width:980px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
#mainBodyContainer {
}
#mainBodyContainer table tbody tr #content {
	margin-left: 10px;
	float: right;
}

/*
------Search Text -------------------
*/
 
#SearchText
{
	position:relative;
	left:5px;
	top:2px;
	width:730px;
	background-color:rgba(255,255,255,0); 
	color:White;
	border:0;
 
}

a:focus
{
	outline:0px;
	outline-style:none;
	text-decoration:none;
	background:none;
}


#searchfield
{
	position:relative;
	left:2px;
	width:730px;
	background-color:rgba(0,0,0,255);
	background-color:transparent;
	border-style:none;
	font:Arial, Helvetica, sans-serif;
	font-weight:bolder;	
	color:White;
}