@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background: #b4b4b4;
	font: 1em Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:baseline;
}
#wrapper {
	background: #b4b4b4;
	width: 900px;
	margin: 0px auto;
	text-align: left;
}
#wrapper #background {
	width: 900px;
	text-align: left;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-bottom: 10px;
}
#wrapper #regulations {
	width: 884px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #333;
	padding: 8px;
}
#wrapper #footer {
	width: 900px;
	text-align: center;
	height: 1.8em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.8em;
	color: #505050;
	text-decoration: none;
	display: block;
}
#wrapper #footer a:link, #wrapper #footer a:visited {
	text-decoration: none;
	color: #505050;
}
#wrapper #footer a:hover, #wrapper #footer a:active {
	color: #333;
}
#wrapper #background #header {
	display: block;
	width: 900px;
	height: 150px;
}
#wrapper #background #header #logo {
	height: 130px;
	width: 165px;
	float: left;
	background-image: url(/images/logo_bg.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
}
#wrapper #background #header #login {
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	background-color: #333;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	float: right;
	margin-right: 40px;
}
#wrapper #background #topheading {
	display: block;
	width: 705px;
	float: right;
	height: 130px;
	margin-right: 10px;
	margin-top: 10px;
}
#wrapper #background #topheading #mainimage, #wrapper #background #topheading #mainimage img {
	height: 99px;
	width: 703px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9c9e9f;
	border-bottom-color: #9c9e9f;
	border-left-color: #9c9e9f;
	border-top-width: 0px;
	float: left;
}
#wrapper #background #bodycopy {
	padding: 15px;
	font-family: Verdana, Geneva, sans-serif;
	margin-right: 185px;
	background-color: #F5F5F5;
	border: 1px solid #9c9e9f;
	display: block;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-left: 185px;
}
#wrapper #background #bodycopy2 {
	padding: 15px;
	font-family: Verdana, Geneva, sans-serif;
	margin-right: 185px;
	background-color: #F5F5F5;
	border: 1px solid #9c9e9f;
	display: block;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-left: 185px;
	background-image: url(/images/hughes_building.jpg);
	background-repeat: no-repeat;
	background-position: 330px 15px;
}
#wrapper #background #bodycopy #bodytitle {
	background-image: url(/images/body_title_bckgrnd.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 51px;
	width: 665px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 51px;
	font-weight: bold;
	color: #FFF;
	text-indent: 15px;
	background-color: #888;
	border: 1px solid #9c9e9f;
}
#wrapper #background #bodycopy #bodytext {
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper #background #bodycopy #bodytext p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	line-height: 1.4em;
	text-align: justify;
}
#wrapper #background #bodycopy #bodytext h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: justify;
	font-weight: bold;
	color: #252A8A;
	padding-top: 1em;
	padding-bottom: 0.3em;
}
#wrapper #background #bodycopy #bodytext h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
	font-weight: bold;
	color: #333;
}
.clear { 
		clear: both; 
		margin: 0; 
		padding: 0; 
		}
