h1 {
	font-size:	1.8em;
}

h2 {
	font-size:	1.4em;
}

h3 {
	font-size:	1.2em;
}

h4 {
	font-size:	1.2em;
	font-weight:	normal;
}

h5, h6 {
	font-size:	1.0em;
	font-weight:	bold;
}

h6 {
	margin-bottom: 0em;
}

p, a, li {
	font-size:	small;
}

strong {
	font-weight:	bold;
}

body {	background-color: lightgreen;
	margin: 0px;
	padding: 0px;
	font-family: 	Verdanna, Arial, SansSerif;
	font-size:	small;
	font-weight:	normal;
}

.divnavskip {
	padding: 2px;
	height: 15px;
	font-size: 0.2em;
	background-color: green;
	color: white;
	text-align: right;
}

.divnavskip a {
	text-decoration: none;
	color:	white;
}

.divcentre {
	width:				900px;
	margin:				0 auto 0 auto;
	background-color:		white;
	padding: 			0px;
}

.bannerimg {
	width: 900px;
	height: 229px;
	background-image: url("banner.jpg");
}

.bannercredit {
	color: black;
	font-size: 0.8em;
	float: right;
	vertical-align: top;
}

.divtitle {
	background-color: green;
	margin: 0px;
	padding: 10px;
}

.divtitle h1 {
	font-size: 	xlarge;
	font-weight:	normal;
	color: white;
	margin: 0px;
}

.divtitle .subtitle {
	font-size:	80%;
	font-style:	italic;
}


.divmain {
	background-image: url('mcbackgrnd.gif');
	height: 100%;
}

.divmainfooter {
	clear: both;
	font-size: x-small;
}


.divnav {
	width: 200px;
	background-color: lightblue;
	margin: 0px;
	height: 100%;
	float: right;
}

.divnav a {
	display: block;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 180px;
	margin-left: 20px;
}

.divnav a:first-child {
	margin: 0px;
	height: 0px;
}

.divnav .navhere {
	display: block;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 180px;
	margin-left: 20px;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: black;
}

.divcontent {
	width: 650px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: white;
	float: left;
	font-weight: normal;
	font-size:	small;
}



.quotetext {
	font-style: italic;
}

.boxout { 
	border: 1px solid black;
	background-color: aqua;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	width: 30%;
	margin-left: 15px;
	margin-bottom: 10px;
}

.boxouttitle { 
	font-size: 1.6em;
	font-weight: bold;
}

.emphasise {font-weight: bold;
}

.shout {font-weight: bold;
	color: red;
}

.fullwidth { width: 100%;
}

.narrowidth { width: 70%;
}

