/* Main layout CSS - don't touch unless it's changing. Ta muchly */

body {
  margin : 0px 0px 0px 0px;
}
#top {
  position: absolute;
  height: 100px;
  width: 100%;
  top:0px;
  border:0px none;
}
#left {
	position: absolute;
	height:500px;
	width:10%;
	top:32px;
	left: 1px;
	background-color: #FFFFFF;
	
}
#main {
	position: absolute;
	top: 32px;
	left: 11%;
	height: 550px;
	width: 800px;
	background-color: #ffffff;
	border: 1px solid #1371AC;	
}
#bottom {
	position: absolute;
	height:300px;
	width:200px;
	top:32px;
	left: 1px;
	background-color: #0fffff;
}
.small_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}
.bolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #000066;
}
