body{
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	background-image: url(images/bgcolour.png);
	font-size: 10pt;
}

p {
	line-height: 1.6em;
}

a{
	color: #74aece;
	text-decoration: underline;
}
.wrapper{
	margin: 20px auto;
	width: 850px;
	overflow: auto;
}

.header{
	background-image: url(images/header.png);
	width: 850px;
	height: 90px;
}

#flash{
	margin: 0 auto;
	width: 750px;
	height: 200px;	
}

.repeater{
	background-image:  url(images/repeater.png);
	width: 850px;
}

.content{
	margin: 20px auto;
	padding: 10px;
	width: 700px;
}
.footer{
	background-image:  url(images/footer.png);
	width: 850px;
	height: 40px;
}

.pagetitle{
	margin: 0 auto;
	text-align: center;
}

li{
	padding-bottom: 8px;
}

h1{
	font-size: 16pt;
	color: #60677B;
	text-align: center;
	padding-bottom: 25px;
	letter-spacing: 4px;
}

h2{
	text-align: center;
	font-size: 14pt;
	color: #70b1f8;
	font-weight: normal;
	border-bottom: 1px dotted gray;
	font-variant: small-caps;
	letter-spacing: 3px;
}

h3{
	border-bottom: 1px dotted white;
	width: 75%;
	color: #545F7A;
	letter-spacing: 2px;
	padding-top: 20px;
}

.sponsorinfo{
	display: none;
	background-color: #2E313B;
	border-top: 1px solid #4E515B;
	border-left: 1px solid #4E515B;
	border-bottom: 1px solid #3E414B;
	border-right: 1px solid #3E414B;
	width: 600px;
	padding: 10px;
	margin: 20px 20px 20px 5px;
}

.sponsorcontacts{
	text-align: right;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 15px;
}

.hidesponsor {
	font-size: 6pt;
	text-align: center;
	width: 620px;
	margin: -10px;
	height: 10px;
	background-color: #333742;
}

.hidesponsor a{
	text-decoration: none;
	text-transform: uppercase;
}

.left{
	float: left;
}

.right{
	float: right;
}

.credits {
	font-size: 6pt;
	font-face: Arial, sans-serif;
	text-align: center;
	color: gray;
}

.credits a {
	color: gray;
	text-decoration: none;
}

.credits a:hover{
	color: #70b1f8;
}
