body {
	margin: 0px 0px 0px 0px;
	font-family: verdana, helvetica;
	color: #000000;
	font-size: 11px;
	background-color: #00629D;
	scrollbar-face-color:#B0C8EA;
	scrollbar-shadow-color:#00629D;
	scrollbar-highlight-color:#B0C8EA;
	scrollbar-darkshadow-color:#00629D;
	scrollbar-3dlight-color:#00629D;
	scrollbar-track-color:#840000;
	scrollbar-arrow-color:#00629D;
	}
	

b {
	font-size: 15px;
	font-family: times;
	color: #963B36;
}

ol, ul, li {
	font-size: 11px;
	text-align: left;
	margin-left: 20px;
}
	
/* Link colours */
a, a:visited {
	text-decoration: none;
	color:  #840000;
	}
a:active, a:hover {
	text-decoration: none;
	color:  #FFF;
	background: #840000;
	}

/* Images */	
img {
	border: 0;
	}

/* Main table, to fix width & screen placement */
#main {
  position:absolute;
  width:720px;
  top:20px;
  left:15px;
  border:solid 2px #00385A;
  background-color: #FFF;
  }
  
  
#banner {
  width:720px;
  background-color:#fff;
}
  
/* Menu buttons */
#buttonrow {
  height:30px;
  background-color:#840000;
}
#button1 {
  width:94px;
  height:30px;
  background-color:#840000;
  text-align:center;
}
#button2 {
  width:133px;
  background-color:#840000;
  text-align:center;
}
#button3 {
  width:106px;
  background-color:#840000;
  text-align:center;
}
#button4 {
  width:109px;
  background-color:#840000;
  text-align:center;
}
#button5 {
  width:126px;
  background-color:#840000;
  text-align:center;
}

#sidebar {
  	width:150px;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	background-color: #B0C8EA;
	background: url('../images/logowatermark.png');
}
	
/* Text */
#content {
	font-size: 11px;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
}
#copy {
	height: 20px;
	font-size: 9px;
	text-align: center;
	color:#FFF;
	background-color: #00385A;
}

