* {

}
html, body{
	height:100%;
	margin:0;
	padding:0;
	color:#000;
	background:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper{
	position:relative;
	min-height: 100%;
	height:auto !important;
	height:100%;
	margin:0 auto -2em; /* the bottom margin is the negative value of the footer's height */
}
#footer, #push{
	height:2em; /* #push must be the same height as #footer */
	clear:both;
}

/********************************/

p, #right li{
	position:relative;
	margin:1em 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:140%;
}
a, a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#000066;
	background:#fff;
}

a:hover{
	text-decoration:underline;
}
h2{
	color:#003263;
	background:transparent;
}

/********************************/

#topBar{
	position:relative;
	margin:0 0 0.5em 0;
	width:100%;
	height:6em;
	color:#000;
	background:#c0defc;
	border-bottom:1px solid #000;
}
#topBar #title{
	position:relative;
	width:35em;
	margin:0 auto;
	padding:1em;
}
#topBar #title img{
	position:relative;
	float:left;
}
#topBar #title h1{
	position:relative;
	float:right;
	margin:0.25em 0;
	font-size:200%;
	color:#003263;
	background:transparent;
}

/********************************/

#left{
	position:relative;
	width:13em;
	height:100%;
	float:left;
	color:#000;
}
#left ul a, #left ul a:visited{
	font-weight:normal;
	display:block;
	text-decoration:none;
	color:#000066;
	background:#fff;
	padding:2px 0.75em;
}
#left ul a:hover{
	color:#000;
	background:#c0defc;
}
#left ul, #left li{
	margin:0;
	padding:0;
	list-style:none;
}
#left ul{
	position:relative;
	margin:0.75em 0;
	font-size:95%;
}
#left li{
	border-bottom:1px solid #fff;
}
#left li.on{
	padding:2px 0.75em;
	color:#000;
	background:#c0defc;
	border-bottom:1px solid #fff;
}

/********************************/

#right{
	position:relative;
	margin:0;
	padding:1% 2%;
	width:69%;
	height:100%;
	float:left;
}
#right table, #right td{
	border:1px solid #ccc;
}
#right td{
	padding:0 5px;
}
#info{
	position:relative;
	margin:1em 0;
	width:20em;
	float:left;
}
#info a{
	display:inline;
}
#busLogo{
	position:relative;
	float:right;
	margin:1em 0;
}
#txt{
	clear:both;
	margin:0 0 2em 0;
}
#mid{
	text-align:center;
}

/********************************/

img.hof_logo{
	position:relative;
	float:right;
	margin:0 0 2em 2em;
}

/********************************/

#companyList{
	position:right;
	clear:both;
}
#companyList ul{
	position:relative;
	float:left;
	list-style:none;
	margin:1em 2em 0 0;
	padding:0;
}
#companyList li{
	position:relative;
	margin:0;
	padding:0;
	border-bottom:1px solid #fff;
}

/********************************/

#footer{
	color:#000;
	background:#c0defc;
	padding:0 20px;
	border-top:1px solid #000;
}
#footer p{
	position:relative;
	font-size:70%;
	color:#000;
	background:#c0defc;
}
#footer a{
	display:inline;
	color:#000066;
	background:#c0defc;
}
#footer p.left{
	float:left;
}
#footer p.right{
	float:right;
}
