body {
	background-image: url(/images/bg_bodygradient.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#main {
	background-color: #FFFFFF;
	background-image: url(/images/bg_main.gif);
	padding: 0px;
	height: 100%;
	width: 790px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	height: 100%;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#orangebar {
	height: 9px;
	width: 780px;
	background-image: url(/images/bg_orangebar.gif);
	background-repeat: repeat-y;
	background-color: #F26522;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#header {
	background-image: url(/images/bg_globe.jpg);
	background-repeat: no-repeat;
	height: 290px;
	width: 780px;
	position: relative;
	visibility: visible;
	z-index: 2;
}
#navbar {
	height: 42px;
	width: 780px;
	position: relative;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
}
#btmbar {
	height: 36px;
	width: 780px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-position: center;
	background-image: url(/images/bg_btmbar.gif);
}
#logo {
	height: 136px;
	width: 138px;
	background-image: url(/images/HUB_logo.gif);
	background-repeat: no-repeat;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	position: relative;
	top: 192px;
	z-index: 12;
	left: 35px;
}

#siteby a:link, #siteby a:visited {
	background-image: url(/images/siteby_n.gif);
	background-repeat: no-repeat;
	background-position: center top;
	visibility: visible;
}
#siteby a:hover, #siteby a:active {
	color: #008bd2;
	background-image: url(/images/siteby_o.gif);
}#splashInfo {
	margin-right: auto;
	margin-left: auto;
	visibility: visible;
	position: relative;
	overflow: hidden;
}
#content {
	width: 780px;
	background-repeat: repeat-y;
	margin: 0px;
	overflow: visible;
	padding: 0px;
	visibility: visible;
	background-image: url(/images/bg_content.gif);
	position: relative;
}
#contentgoeshere {
	width: 730px;
	overflow: visible;
	visibility: visible;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FCFCFC;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.contactBG1 {
	background-color: #DEDEDE;
	background-image: url(/images/bg_contact1.jpg);
	border: 1px solid #cecece;
	background-position: bottom;
}
