/* version of 18Feb10 - 'over' colour for links in main nav & indexnav */

body {
	background-color:#707080;
	font-family:Georgia, serif;
	font-size:0.95em;
	line-height:1.4;
	color:#FFFFFF;
	padding-top:12px;
	padding-left:0;
	padding-right:0;
	margin:0;
	min-width:1000px;
	}

h1{
	font-size:0.8em;
	line-height:1.4;
	width:760px;
	height:140px;
	left:120px;
	position:relative;
}

h1 span{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}

.index {
	margin-top:60px;
	height:530px;
	margin-right:120px;
	left:0px;
	float:right;
	}

.index span{
	background-image:url(images/index.jpg);
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}

h2{
	width:99%;
	font-size:1.4em;
	line-height:1.6em;
	letter-spacing:0.2em;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

a:link, a:visited, a:active {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	}

.footer a:link, .footer a:visited, .footer a:active {
	text-decoration:none;
	}

.nav a:link, .nav a:visited, .nav a:active {
	text-decoration:none;
	border-bottom-style:none;
	color:#000C32;
	}

.nav a:link:hover, .nav a:visited:hover, .nav a:active:hover {
	text-decoration:none;
	border-bottom-style:none;
	color:#AAAAAA;
	}

.indexnav a:link, .indexnav a:visited, .indexnav a:active {
	text-decoration:none;
	border-bottom-style:none;
	color:#000C32;
	}

.indexnav a:link:hover, .indexnav a:visited:hover, .indexnav a:active:hover {
	text-decoration:none;
	border-bottom-style:none;
	color:#AAAAAA;
	}

.wrapper {
	width:1000px;
	position:relative;
	left:50%;
	margin-left:-500px;
	}

.content {
	padding-left:10px;
	padding-right:15px;
	padding-top:5px;
	width:760px;
	margin-right:100px;
	float:right;
	}

.nav {
	width:110px;
	padding-top:1%;
	font-weight:bold;
	font-size:0.95em;
	border-bottom-style:none;
	color:#000C32;
	}
	
.indexnav {
	width:110px;
	margin-top:60px;
	padding-top:1px;
	font-weight:bold;
	font-size:0.95em;
	border-bottom-style:none;
	color:#000C32;
	float:left;
	}
	
img {
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	padding:3px;
	margin-top:3px;
	background-color:#000C32;
	}
	
.firstpage {
	border-style:none;
	padding:0;
	margin-left:-5px;
	margin-top:20px;
	}
	
.footer {
	clear:both;
	font-size:0.6em;
	height:66px;
	color:#FFFFFF;
	width:760px;
	margin-left:120px;
	}
	
.footer p {
	padding-top:40px;
	padding-left:10px;
		}

.current {
	color:#001E80;
	}
	
.indentbefore {
	clear:both;
	margin-top:0px;
	width:6em;
	float:left;
	}

.indented {
	margin-top:0px;
	float:left;
	}
	
.spaceabove {
	padding-top:5px;
	}