@charset "UTF-8";
body {
	background-color: #d0e6f4;
}
#container {
	position: relative;
	left: 0px;
	top: 50px;
	height: 374px;
	width: 890px;
	float: right;
	background-image: url(Images/Future-LobbyBG.jpg);
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#FFFFFF;
	padding: 48px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-align: justify;
}
#main {
	height: 469px;
	position: relative;
	left: 10%;
	background-color:#FFFFFF;
	width: 1100px;
	top: 80px;
}
#main #sidebar {
	float: left;
	background-color:#FFFFFF;
	margin-top: 20px;
}
#main #navBar {
	height: 50px;
	width: 1100px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:#5189ad;
	z-index: 1;
	background-repeat: repeat-x;
	border-style: none;
}
h4{
	text-indent: 90px;
	font-weight: normal;
	line-height: 0%;
}
h5{
	text-indent: 30px;
	font-weight: normal;
	line-height: 0%;
	font-size:12px;
	text-decoration:none;
}#main #container img {
	padding: 5px;
}
h6{
	font-size: 9pt;
	font-weight: bold;
}
img{
	border-style:none;
}