﻿/* CSS layout */
a:link {
	color: #FF0000;
}
body {
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	background-color:#CCFF99;
	text-align: center;
}
#content {
	position: relative;
	width: 100%;
	min height: 100%;
	z-index: 1;
	visibility: visible;
	padding-bottom: 2em;
	left: 0px;
}
#centrelinks{
	border: thin solid #000000;
	position: absolute;
	top: 42%;
	left: 5px;
	width: auto;
	height: auto;
	z-index: 6;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	
	}
#navstrip{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 4;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #000080;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	right: 0px;
	left: 0px;
}
#footer {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 5;
	visibility: visible;
	margin-top: -3em;
	left: 0px;
	top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #000080;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

.imageright {
	vertical-align: top;
	float: right;
}
.imageleft {
	margin: 10PX;
	float: left;
	position: relative;
}
.imagetexttop {
	vertical-align: text-top;
}
.fontarielhelveticasans {
	font-family: Arial, Helvetica, sans-serif;
}
.FontNewRoman {
	font-family: "Times New Roman";
}
.fontsize 150% {
	font-size: 150%;
}
.fontAHblackxxsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}
.fontAHblackxsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.fontAHblacksmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.fontAHblackmed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
.fontAHblacklarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
}
.fontAHblackxlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000000;
}
.fontAHblackxxlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #000000;
}
.fontAHblacklargecentre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	text-align: center;
}
.fontstylenormal {
	font-style: normal;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-centre {
	text-align: center;
}
.greentext {
	color: #006600;
}
.purpletext {
	color: #660099;
}

