body {
	background-image: url(images/backgroundbar.jpg) ;
	background-repeat:repeat-x;
	background-attachment: scroll;
	margin: 0;
	padding: 0;
    behavior: url("csshover3-source.htc");
}

#container {
	min-height: 47em;
	width: 800px;
	border: 1px solid #ED008C;
	background-color:#ffffff;
	margin: 0 auto 0;
}
.content {
	padding-top: 30px;
}

#topbanner {
	height: 230px;
}

#greenbar {
	width: 150px;
	background-image: url(images/green.gif);
	background-repeat:repeat;
	background-attachment: fixed;
	margin: 0px;
	background-color:#a0ce67;
	}

p, .strong, .centretext, li{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666666;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
}

.indextag{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #731472;
	text-align:center;
	line-height: 21px;
	padding-top:150px;
}

#title {
	width: 625px;
	padding-top: 25px;
	text-align: center;
	font-weight: bold;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	color: #ffffff;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	color: #25408f;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #ed008c;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}
li {
	list-style-type: square;
	list-style-position: outside;
	padding-right: 25px;
	padding-left: 5px;
	margin-left: 10px;
}

.strong {
	font-weight: bold;
	padding: 0;
}

.centretext {
	text-align: center;
}

.italic {
	font-style: italic;
}

a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #25408f;
	font-weight: bold;
}

a:visited{
	text-decoration: none;
	color: #25408f;
	font-weight: bold;
}

a:active{
	text-decoration: none;
	color: #25408f;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
	color: #ed008c;
	font-weight: bold;
}

#strips{
	clear:right;
	height: 50px;
	}

#footercolours{
 	width: 650px;
	background-image: url(images/strips.gif); 
	background-repeat: repeat-x;
	background-attachment: fixed;
	height:50px;
}

#footer {
	width: 800px;
	background-color:#ffffff;
	border-top: 1px solid #f6a93a;
	margin: 0 auto; 
}

.footer{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin: 0px 75px 0px 75px;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
}
	
.footer a:link {
	color: #5B9ED2;
	padding: 0px 5px 0px 0px;
}

.footer a:visited{
	color: #5B9ED2;
	padding: 0px 5px 0px 0px;
}

.footer a:active{
	color: #5B9ED2;
	padding: 0px 5px 0px 0px;
}

.footer a:hover{
	color: #f6a93a;
	padding: 0px 5px 0px 0px;
}



