/* 
dark #083486
70 #5271AA
40 #9CAECF
20 #CED6E7 base colour for focus
10 #E6EAF3 page bgnd colour

*/

/* kludge for FF scroll bar with min-height in body */
html {height: 100%;} 

/* gets around IE5.5 bug in conjunction with focus div and centres page */

body {
	background: #E6EAF3;
	SCROLLBAR-FACE-COLOR: #ebebeb;
	SCROLLBAR-HIGHLIGHT-COLOR: #606060;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-BASE-COLOR: grey;
	margin-top:20;
	text-align: center;
}
#focus {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
	height: 575px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #5271AA;
	font-weight: normal;
	text-decoration: none;
	background-color: #CED6E7;
	layer-background-color: #CED6E7;
	border-left : 0px solid #999999;
	left: 0px;
	top: 5px;
}

#servicefocus {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
	height: 975px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #5271AA;
	font-weight: normal;
	text-decoration: none;
	background-color: #CED6E7;
	layer-background-color: #CED6E7;
	border-left : 0px solid #999999;
	left: 0px;
	top: 5px;
}

#contactfocus {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
	height: 875px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #5271AA;
	font-weight: normal;
	text-decoration: none;
	background-color: #CED6E7;
	layer-background-color: #CED6E7;
	border-left : 0px solid #999999;
	left: 0px;
	top: 5px;
}

.largecourierlink {
	font-size : 320%;
	font-family: "Courier New";
	font-weight:bold;
	color: #083486;
}

.largecourierlink:visited {
	font-size : 320%;
	font-family: "Courier New";
	font-weight:bold;
	color: #083486;
}

.midcourier {
	font-size : 220%;
	font-family: "Courier New";
	font-weight:bold;
	color: #083486;
}

a { 
	font-size: 75%;
	text-decoration:none;
	color: #083486;
	}
a:visited {
	font-size: 75%;
	text-decoration:none;
	color:#083486;
}
.caps {
	font-size : 80%;
	color:#083486;
}

.smallcourier {
	font-size : 110%;
	font-family:  "Courier New", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:#083486;
}
.smallcourier:visited {
	font-size : 110%;
	font-family:  "Courier New", Verdana, Helvetica, sans-serif;
	color:#083486;
}


.formbutton {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color : #ffffff;
	border-top : 1px solid #818181;
	border-right : 1px solid #818181;
	border-bottom : 1px solid #c0c0c0;
	border-left : 1px solid #ebebeb;
	background-color: #5271AA; 
}

.main {
	color:#083486;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin : 5px;
	}
