html body {margin:0;
	padding:0;}

body {background: #92A796 url("images/cross175.jpg") 0 0 no-repeat fixed;
	
	font-family: "Arial", "Helvetica", sans-serif;
	
	}
h1, h2, h3, h4 {
	text-align: center;
	color: navy;
		
}


#Main {
	margin: 40px 3% 3% 175px;
	background: #ECE5CB  url("images/cross1cream.jpg") 0 0 no-repeat fixed;
	padding: 1% 2% 1% 2%;
	}



.centre {text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0% 2% 1% 2%;
	clear: both;}
	
img {
	margin:10px;
	
}


img.centre {
	display: block;
	margin-left:auto;
	margin-right:auto;
	
}


div#menu {
	text-align: center;
	width: 175px;
	position: absolute;
	left: 0;
	font-size:90%;
	
	}

#menu h2 {
	text-align: center;
	color: navy;
	
}


#menu a {
	display: block;
	text-decoration: none;
	background: transparent url(images/cross1DB.jpg) 0 0 no-repeat fixed;
	padding: 5px 10px;
	margin: 0 0 2px;
	border-width: 0;
	color: white;
	clear: both;
	
}

#menu a.current {
	background: transparent url(images/cross1L.jpg) 0 0 no-repeat fixed;
	color: red;
	
}


#menu a:hover {
	background: transparent url(images/cross1DG.jpg) 0 0 no-repeat fixed;
	color: white;
	
}



#menu h2 {
	color: black;
	padding: 1% 1em 1% 1em;
	width:11em;
	font-size:95%;
	position: absolute;
		
}



.clear {
	clear: both;
	
}

#Main table, th, tr, td {
	border:3px solid  navy;
	padding:5px;
	border-collapse: collapse;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	
}


.bold {
	font-weight: bold;
	
}

.button {
	background-color: #006400;	
	color: white;
	font-weight:bold;
	border:3px outset MidnightBlue;
	padding: 4px;
	line-height: 2.00em;
	text-decoration: none;
	
	
}

.button:hover {
	background-color:lime;
	color:#8B0000;
	
}

.button:active {
	background-color: #006400;	
	color: white;
	font-weight:bold;
	border:2px inset MidnightBlue;
	padding: 2px;
}

.sup { vertical-align: super;
	
}
.bottom {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	
}

.red {
	color: red;
	
}

