body { background-color:white ;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:black;
}

a:hover { font-family:Verdana, Arial, Helvetica, sans-serif;
color:black;
background-color: white}

h1 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:36px}

h2 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:30px}

h3 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px}



#leftbox {
	left: 35px;
	position: absolute;
	top: 60px;
	z-index: 2;
	width: 205px;
	height:1000px;
	background:#EAEAEA;
	border:thin solid darkblue;
	padding: 5px;
}

#centrebox {
	left: 260px;
	position: absolute;
	top: 60px;
	z-index: 2;
	width: 450px;
	height:1000px;
	background:white;
	border:thin solid darkblue;
	padding: 5px;
}

#rightbox {
	left: 728px;
	position: absolute;
	top: 5px;
	z-index: 2;
	width: 306px;
	height:1000px;
	background:#EAEAEA;
	border:thin solid darkblue;
	padding: 5px;
}


#topbox {
	left: 35px;
	position: absolute;
	top: 5px;
	z-index: 2;
	width: 1000px;
	height: 37px;
	background:#EAEAEA;
	border:thin solid darkblue;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
}

.small_txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
}
.info_box {
	width: 430px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #E7FDFE;
	margin: 5px;
	padding: 5px;
	line-height: 2em;
}

.heading {
	font-size: 1.5em;
}