body {
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.topButtons a {
	color: #FFFFFF;
	text-decoration: none;
}
.topButtons a:hover {
	text-decoration: underline;
}
.topYellowBar {
	background-color: #e1b548;
	position: absolute;
	height: 15px;
	width: 100%;
	left: 0px;
	top: 0px;
}
.logoBar {
	position: absolute;
	height: 120px;
	width: 100%;
	left: 0px;
	top: 15px;
	background-color: #FFFFFF;
}
.flashBar {
	position: absolute;
	height: 175px;
	width: 100%;
	left: 0px;
	top: 167px;
	background-color: #002d4e;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}
.container {
	width: 1000px;
}

.bottomYellowBar {
	background-color: #e1b646;
	position: absolute;
	height: 95px;
	width: 100%;
	left: 0px;
	top: 340px;
}
.mainContent {
	position: absolute;
	left: 0px;
	top: 435px;
	color: #333333;
	padding: 20px;
	line-height: 14pt;
	width: 950px;
}
.prizeList {
	position: relative;
	float: right;
	z-index: 4;
	height: 235px;
	width: 280px;
	top: 167px;
	color: #002d4e;
	background:url(../Images/prizelist.gif) no-repeat left top;
	padding: 10px;
	vertical-align: top;
	font-size: 10pt;
}
.prizeList ul {
	list-style-image: url(../Images/bulletarrow.gif);
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	margin-top: 0px;
}
.prizeList li {
	padding-bottom: 4px;
	margin: 0px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}

.logo {
	float: left;
	position: relative;
	height: 84px;
	width: 426px;
	padding-top: 20px;
	margin-right: 0px;
	padding-right: 0px;
}
.dateButton {
	float: left;
	position: relative;
	height: 68px;
	width: 138px;
	padding-top: 45px;
}
.topButtons {
	float: left;
	position: relative;
	height: 38px;
	width: 400px;
	background: url(../Images/swoosh.gif) no-repeat top left;
	padding-top: 12px;
	padding-left: 36px;
	color: #FFFFFF;
}
.navBar {
	position: absolute;
	height: 30px;
	width: 100%;
	left: 0px;
	top: 135px;
	border-bottom: 2px solid #2762ae;
	font-size: 12pt;
}
.navBar ul {
	margin: 0px;
	padding: 7px 0px 0px 15px;
}
.navBar li {
	float: left;
	padding-right: 2px;
	padding-bottom: 0px;
	list-style-type: none;
	font-size: 12pt;
}
.navBar a:hover {
	color: #FFFFFF;
	background: url(../Images/lefttab.gif) no-repeat top left #002d4e;
	padding-bottom:3px;
}
.navBar a:hover span {
	background:url(../Images/righttab.gif) no-repeat top right #002d4e;
}
.navBar a {
	text-decoration:none;
	color: #333333;
	padding-left:10px;
	padding-bottom:3px;
}
.navBar a span {
	padding-right:10px;
}
.poweredBy {
	font-size: 8pt;
	text-align: right;
}
.sponsorList {
	float: right;
	width: 280px !important;
	width: 300px;
	position: relative;
	padding-left: 10px;
}
.sponsorList h1 {
	font-size: 15pt;
	color: #2961ab;
	font-weight: normal;
}
.sponsorList h2 {
	font-size: 12pt;
	border-bottom:thin dotted #666666;
	color: #666666;
}
h1 {
	font-size: 18pt;
	color: #0061aa;
	font-weight: normal;
}
h2 {
	font-size: 16pt;
	color: #0061aa;
	font-weight: normal;
}
h3 {
	font-size: 14pt;
	color: #0061aa;
	font-weight: normal;
}
.levelColour1 {
	background-image: url(../admin/emoticon_loser.png);
	background-repeat: no-repeat;
}
.levelColour2 {
	background-image: url(../admin/emoticon_unhappy.png);
	background-repeat: no-repeat;
}
.levelColour3 {
	background-image: url(../admin/emoticon_meh.png);
	background-repeat: no-repeat;
}
.levelColour4 {
	background-image: url(../admin/emoticon_smile.png);
	background-repeat: no-repeat;
}
.levelColour5 {
	background-image: url(../admin/emoticon_grin.png);
	background-repeat: no-repeat;
}
div.comment:before {
	content: url(../admin/openquote.png);
}
div.comment:after {
	content: url(../admin/closequote.png);
}
div.comment {
	border-bottom:#CCCCCC 1px solid;
}

