/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position:center;
	margin-left:auto;
	margin-right:auto;
	background-color:#9cceff;
	margin-top:0px;
	font-size: 10px;
	width:800px;
	height:auto;
}	


a:active, a:focus {
  width:auto; height:auto;
  outline:0; /* for browsers that understand */
}

span.red {
	color:#E7161C;
	font-family:"Verdana";
	background:transparent url(../images/construction.jpg) left no-repeat;
	width:700px;
	line-height:30px;
	padding:30px;
}
/*-=-=-=-=-=-=-[Header]-=-=-=-=-=-=-=-=-=-*/

#header {
	width:798px;
	height:85px;
	position:absolute;
	margin:0px;
	background:#fff;
	z-index:5;
}

a.logo {
	position:absolute;
	background:url(../images/banner.jpg);
	float:left;
	width:471px;
	height:61px;
	margin:20px 0 0 20px;
	z-index:10;
}


/*-=-=-=-=-=-=-=-[menuBar]-=-=-=-=-=-=-=-=-*/

#menuBar {
	position:absolute;
	width:798px;
	top:85px;
	height:25px;
	background-color:#799fc6;
	z-index:9000;
}


/*-=-=-=-=-=-=-=-=-[Footer]-=-=-=-=-=-=-=-=-=-*/

#footer {
	width:798px;
	height:29px;
	position:relative;
	margin:auto 0px;
	border:1px solid #C7CEE0;
	background-color:#EAF1F7;
	margin-bottom:20px;
}

 
/*-=-=-=-=-=-=-=-=-[Content]-=-=-=-=-=-=-=-=-*/

#content {
	position:absolute;
	margin:110px 0 0 0px;
	width:800px;
	height:auto;
	background-color:#E8F3FF;
	min-height:500px;
	z-index:2;
}

#content table.about {
	width:765px;
}

#content table.future {
	width:600px;
}


#content h1{
	text-align:left;
	padding:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
}

#content h2{
	text-align:left;
	padding:5px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5572ad;
}
