/* CSS Document */

body {
	background-color: #ece8dd;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #514f50;
	}
	
a:link, a:visited { color: #333366; text-decoration: none; }
a:hover, a:active { color: #333366; text-decoration: none; background-color: #dcd8cd; }

.container {
	width: 768px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 16px 16px 16px 16px;
}
	
.masthead {
	width: 768px;
	background-color: #052148;
}


.nav {
	margin-top: 12px;
	margin-bottom: 12px;
}
	
.main {
	width: 768px;
	background-color: #cfc592;
}
.mainadmin {
	width: 768px;
	background-color: #ffffff;
}

.columnLeft {
	float: left;
	width: 230px;
	margin-left: 14px;
	margin-right: 12px;
	margin-top: 16px;
	margin-bottom: 16px;
	
}
.divider {
	background-image: url(/images/line.v.438.gif);
	background-repeat: repeat-y;
	float: left;
	width: 2px;
	min-width: 2px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.columnRight {
	float: left;
	width: 472px;
	margin-left: 4px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.clear { clear: both; }

.footer { 	
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 10px;
	padding: 0 16px 0 16px;
}

.txtHead {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}
.txtStandfirst {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 8px;
}

h1 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}
h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 8px;
}

.homeLeft {
	float: left;
	width: 476px;
	margin-left: 16px;
	margin-right: 18px;
	margin-top: 16px;
	margin-bottom: 16px;
	
}
.homeRight {
	float: left;
	width: 226px;
	margin-left: 10px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.scrollbox {
	width: 225px;
	height: 400px;
	overflow: scroll;
	overflow-x: hidden;
}
.quote {
	font-style: italic;
	margin-bottom: 6px;
	}
	