html,body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.88em;
	background-color: #8795c6;
}

/* HEADINGS */


#bodyMiddle h1,
#bodyMiddleSA h1 {
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}

#bodyMiddle h2 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	color: #546293;
}

#bodyMiddleSA h2 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}

h3,
.pod h3,
.podLast h3,
.podSmall h3 {
	list-style-type: none;
	text-decoration: none;
	padding: 0px 0 8px 0;
	width: auto;
	font-size: 1.1em;
	line-height: 14px;
	font-weight: bold;
	color: #546293;
	}
	
h3 {margin: 13px 0 -8px 0;}
	
.pod h3,
.podLast h3,
.podSmall h3 {
	background-image: url(../images/global/arrow.gif); 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin: 0;}
	
 h3 a, h3 a:link, h3 a:active, h3 a:visited, 
.pod h3 a, .pod h3 a:link, .pod h3 a:active, .pod h3 a:visited,  .pod h3.on a:hover,
.podLast h3 a, .podLast h3 a:link, .podLast h3 a:active, .podLast h3 a:visited,  .podLast h3.on a:hover,
.podSmall h3 a, .podSmall h3 a:link, .podSmall h3 a:active, .podSmall h3 a:visited  {
	text-decoration: none;
	background-image: url(../images/global/arrow.gif); 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-left: 25px;
	margin: 0;
	display: block;
	width: auto;
	height: auto;
	color: #546293;
	}

h3 a:hover,
.pod h3 a:hover, .pod h3.on a,
.podLast h3 a:hover, .podLast h3.on a,
.podSmall h3 a:hover {
	background-image: url(../images/global/arrow.gif); 
	background-position: 0px -150px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-left: 25px;
	margin: 0;
	color: #999;
	text-decoration: none;
	display: block;
	width: auto;
	height: auto;
	}
/* TEXT */

p { margin: 0; padding: 5px 0; }
.pod p { margin: 0; padding: 3px 0 0 0; }

/* LINKS */

a, a:link, a:visited, a:active { text-decoration: underline; color: #546293; }
a:hover { text-decoration: none; }

/* FORMS */

label {
	width: 125px;
	float: left;
}

.formField1 {
	width: 125px;
	}
	
.formField2 {
	width: 180px;
}

.formField3 {
	width: 300px;
}

.formField4 {
	width: 375px;
}
	

/* LISTS */

ol { margin: 5px 0 5px 10px; padding-left: 15px; }

ol li { padding: 3px 0px 3px 0px; }

#bodyMiddle ul li, #bodyMiddleSA ul li {padding: 2px 0;}

/* MISC */

.colour { color: #546293; }

.hide { display: none; }

hr {display: none; }

div.hr {
	width: 386px;
	height: 1px;
	margin: 15px 0;
	padding: 0 0 0 0;
	background-color: #CCC;
	line-height: 1px;
}
.clear {clear: both;}

div.hrAdmin {
	width:525px;
	height: 1px;
	margin: 15px 0;
	padding: 0 0 0 0;
	background-color: #D3CEC3;
	line-height: 1px;
}
