﻿div.CompetitionHeader
{
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	height:30px;
	background-color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	color: #006699;
}

div.CompetitionContent
{
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 80px;
	padding-bottom: 10px;
	font-family: Arial;
	
}

div.CompetitionFooter
{
	position: relative;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	height: 50px;
	background-color: #006699;
}



