* {
margin : 0;
padding : 0;
}

/* force right scrollbar and colour where recognised */
html {
height: 100%;
margin-bottom: 1px;	
scrollbar-base-color: #330000;
scrollbar-track-color:#ffffff;
}
body {
	background-color : #ffffff;
	color : #660000;
	text-align : left;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 90%;
	margin : 0px;
	width: 100%;
		
}

#header {
	clear: both;
	height: 150px;
	background-attachment: scroll;
	background-color: #330000;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left;  
}

#left {
    float: left;
    width: 155px;
    background-color: #ffffff;
	padding-left: 20px;


}

#right {
	float: right;
	width: 170px;
	background-color: #ffffff;
	text-align : center;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	height: 510px;
}


#middle {
	margin: 0px;
	background-color: #ffffff;
	text-align : justify;
	padding-top: 0px;
	padding-right: 180px;
	padding-bottom: 5px;
	padding-left: 220px;

}


#footer {
	padding : 4px;
	clear : both;
	background-color: #ffffff;
	text-align:center;
		
}


#navbar {
	font-size : 0.9em;	
	
}
#navbar ul {
	list-style : none;
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 10px;
}
#navbar li {
	height: 23px;
	width: 120px;
	padding-left: 2px;
		
}
#navbar a, p {
	color : #660000;
	font-weight : normal;
	font-size:inherit;
	display:block;
	text-decoration: none;	

		
}

#navbar a:hover {
	color : #99FF00;
	background-image: url(images/horseshoe1.gif);
	background-position: left;	
	background-repeat: no-repeat;
	display:block;	
	text-align: left;
	padding-left: 20px;
}

#contentspace{
	border-bottom-color:#330000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 10px;
	clear:both;
}
#spacer1{
	background-image: url(images/strip5.gif);
	background-repeat: repeat-x;
	height: 27px;
	background-color: #330000;
}

.highlight{
	font-weight: bold;	
}
.highlight span{
font-weight: normal;
}
.feedback{
font-style: italic;
font-weight: bold;
}

h1 {
	color : #99FF00;
	font-size : 20px;
	font-variant: small-caps;
	text-indent: 20px;
	line-height: 40px;
		
}
h2 {
color :#660000;
font-size : 1em;
font-weight : bold;
margin : 1em 0 0 0;
}
h3 {
	color : #660000;
	font-size : 1em;
	margin : 0;
	background-image: url(images/curvedstripfade2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	height: 38px;
	display: block;
	padding-top: 15px;
	}
	h4{
	font-variant: small-caps;
	font-size: 90%;
	padding-top: 10px;
	}
p {
color : #660000;
font-size : 0.8em;
font-weight : normal;
padding : 4px 14px;
}
a {
color : #99CC00;
text-decoration : underline;
}
a:hover {
color : #663300;
}
a img {
border : none;
}
ul {
margin-left : 2em;
}
img[align="right"] {
margin: 5px 5px 5px 5px;
display: inline;
}

img[align="left"] {
margin: 5px 5px 5px 5px;
display: inline;
}
.spacing{
	width: 99%;
	overflow: auto;
}

.clear {clear: left; line-height: 0; height: 0;}
li {
	list-style-position: outside;
	list-style-type: none;
	font-size : 12px;
	}

.special{
	
	margin: 20px 100px 20px 100px;
	padding-bottom: 30px;
	line-height: 1.5;	
	background-image: url(images/curvedstripfade2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: justify;
	font-size: 1em;
}
.small{

	font-size: 0.8em;
	font-style: italic;
	margin-left: 20px;
}
