/****Main Page Elements******/
* {
	margin: 0 auto;
	padding: 0;
}
body {
margin:0 auto;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	background-color:#000;
}

#shell {
	background:url(images/header.jpg) top center no-repeat;
	margin: 0 auto;
	position: relative;
	min-height:800px;
	*height:800px;

}

#Banner {

	width:900px;
	height: 350px;
	margin:0 auto;
	position:relative;
	top: 30px;
	
}

#offices {

	position: relative;
	top:129px;
	 height:83px;
	 width:900px;
	
}

#footerPortal {
	background:transparent;
	width:600px;
	text-align:center;
	height: 28px;
	font-weight:normal;
	margin:0 auto;
	position: absolute;
	top: 600px;
	left:340px;
}
#footerPortal a {
 color:#FFF;
 text-decoration:none;
}
#footerPortal a:hover {
	text-decoration:underline;
}
#footerPortal p {
margin:0 auto;
	padding-top:-5px;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	width:350px;
}
strong {
	font:bold !important;
}
#adminLoginPortal {
	font:11px/14px Arial, Helvetica, sans-serif;
	color: #FFF !important;
	text-align:center;
	width:350px;

	margin:0 auto;
}

