body  {
	background-repeat: repeat-y;
	margin: 0px;
	background-color: #000066;
	font-family: Calibri;
	font-size: 1em;
	color: #FFFFFF;
	background-image: url(img/hilite.gif);
	background-position: center;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#masthead {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
}
#subhead {
	background-color: #FFFFFF;
	color: #000066;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
 #optimisation {
	padding: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	background-repeat: repeat-x;
	border-top-color: #FF0000;
	background-image: url(img/topbakfade2.jpg);
	background-position: bottom;
}
#optimisation p{
	font-family: Calibri;
	font-size: 0.8em;
	color: #666666;
	text-align: center;
}

#contentleft {
	background-repeat: repeat-y;
	background-position: right;
	width: 540px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FF0000;
	float: left;
}
p {
	color: #E6E6E6;
	font-size: 0.9em;
	margin-top: 3px;
	line-height: 1.3em;
	text-align: justify;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 8px;
}
#contentleft ul {
	font-size: 0.9em;
	margin-right: 50px;
	list-style-position: inside;
}
#contentleft li {
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 30px;
}
#menuright {
	width: 254px;
	position: relative;
	float: right;
	background-color: #575C81;
}
#menuright ul {
	color: #CCCCCC;
	font-size: 0.9em;
	list-style-image: none;
	list-style-type: none;
	font-weight: normal;
	display: block;
	padding-left: 0px;
	margin: 8px;
}

#menuright li a {
	line-height: 1.5em;
	border-top-color: #000066;
	border-right-color: #999999;
	border-left-color: #000066;
	border-bottom-color: #999999;
	margin-bottom: 3px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #CCCCCC;
	background-repeat: repeat-y;
	background-image: url(img/menubakimg.gif);
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#menuright li a:hover {
	text-decoration: none;
	color: #FF0000;
	background-image: url(img/saltback.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #575C81;
	border: 1px solid #575C81;
}
#contentright {
	width: 254px;
	position: relative;
	float: right;
	font-size: 1em;
	background-color: #575C81;
}
#contentright p, #menuright p {
	color: #FFFFFF;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
}
.centre {
	text-align: center;
}


#footer {
	clear: both;
	background-color: #000000;
	font-size:0.85em;
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF0000;
	background-image: url(img/footbak.gif);
	background-repeat: repeat-x;
}
#footer p {
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}

#footer a {
	color: #000000;
	font-weight: bold;
}
#footer a:hover { color: #FF0000; }
blockquote {
	color: #FFFFFF;
	border-left-color: #CCCCCC;
	border-right-color: #000000;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #575C81;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	border-top-color: #CCCCCC;
	border-bottom-color: #000000;
	border: solid;
	padding: 5px;
	border-width: 1px;
}
h1 {
	font-size: 1.3em;
	color: #FF0000;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-right: 30px;
	margin-left: 30px;
}


h2, h3 {
	font-size: 1.1em;
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
img.floatLeft {
	float: left;
	border: 2px solid #6699FF;
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 0px;
}
img.image_nofloat {
	border: 1px solid #000000;
	background-color: #CCCCCC;
	padding: 2px;
}
img.floatRight {
	float: right;
	border: 2px solid #6699FF;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 10px;
}
img.imagecentre {
	margin-right: auto;
	margin-left: auto;
}

.bold {
	font-weight: bold;
}
.subscript {font-size: 0.7em
}
.larger {
	font-size: 1em;
	font-weight: bold;
	color: #CC0000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

td.grey {
	background-color: #666666;
}
td.red {
	background-color: #CC0000;
	font-weight: bolder;
	color: #FFFFFF;
}
