body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background: #012678;
	text-align: center;
}
#wrapper {
	width: 910px;
	margin: 10px auto 0 auto;
	
	background: #fff url(../images/grid16.gif) top left no-repeat;
	background: #fff;
	/* Fix IE5 */
	text-align: left;
}

/*=================================== BANNER =============================================*/
#banner {
	position: relative;
	width: 910px;
	height: 168px;
	background: url(../images/banner_top.gif) top left no-repeat;
}
#banner .logo {
	float: left;
	margin: 50px 15px 0 10px;
	border: 0;
}
#banner .bus {
	position: absolute;
	left:300px;
	top: 0;
}
#banner .quote {
	position: absolute;
	right: 30px;
	top: 40px;
}
#banner p {
	margin: 0;
	padding: 0;
}
#banner img {
	border: 0;
}
/* Fix IE6 and earlier - double margin bug rightcolH */
* html .logo {
	display: inline;
}

/*=================================== LEFT COL =============================================*/
#leftcol {
	float:left;
	width: 170px;
	margin-left: 10px;
	background: #f6fbf6;
}
/* ie fix */
* html #leftcol {
	display: inline;
}

/*=================================== MAIN =============================================*/
#main {
	width: 910px;
	padding-top: 10px;
	clear: left; /* fix */
}
#maintext {
	margin-left: 190px;
	margin-right: 190px;
	line-height: 140%;
	padding-left: 10px;
	padding-right: 10px;
}
#maintext h1 {
	font-size: 1.3em;
	color: #000;
	border-bottom: 1px solid #000;
	margin-top: 0; /* this ensures maintext in line with rhs and lhs columns */
}
#maintext h2 {
	font-size: 1.2em;
	color: #000;
	padding-bottom: 0;
	margin-bottom: 0;
}
#maintext h2 a {
	color: #000;
	text-decoration: none;
}
#maintext h3 {
	font-size: 1.1em;
	color: #000;
}
#maintext p, #maintext ol, #maintext ul {
	font-size: 1.1em;
	color: #000;
}
#maintext p.first, #maintext ul.first {
	padding-top: 3px;
	margin-top: 0;	
}
#maintext img {
	padding: 2px;
	border: 1px solid #000;
}
/*=================================== RIGHT COL =============================================*/
#rightcol {
	width: 170px;
	float: right;
	margin-right: 10px;
/*	background:#CCCCCC; */
}
/* Fix IE6 and earlier - double margin bug rightcol */
* html #rightcol {
	display: inline;
}
/*=================================== FOOTER =============================================*/
#footer {
	clear: both;
	width: 910px;
	margin: 0 auto;
	padding: 12px 0 3px 0;
	margin-bottom: 0;		
	background: url(../images/footer_top.gif) top left no-repeat;
}
#footer p {	
	color: #fff;
	font-size: 0.85em;
	text-align: center;
	padding: 0;
	margin:0;
}