@charset "utf-8";
#mainContainer {
	width: 830px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
}

#whiteBox {
	width: 830px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
	position: relative;
}

#blueBox {
	width: 800px;
	height: 150px;
	background-color: #006ca1;
	position: relative;
}

#greyBox {
	width: 800px;
	background-color: white;
	position: relative;
}

#sitemap {
	width: 800px;
	margin-bottom: 3px;
	margin-top: 15px;
	text-align: left;
	background-color: #ffffff;
}

#copyrightContainer {
	width: 415px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	padding-top: 5px;
	background-color: #000000;
	float: left;
}

#bottomLinksContainer {
	width: 415px;
	margin: 0px;
	text-align: right;
	padding-top: 5px;
	background-color: #000000;
	float: right;
}

#logoContainer {
	position: absolute;
	left: 10px;
	top: 10px;
}

#topBlueLinksContainer {
	text-align: right;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	position: absolute;
	top: 10px;
	right: 10px;
}

#bottomBlueLinksContainer {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#contactDetailsContainer {
	text-align: right;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#mainText {
	text-align: left;
}

#headingContainer {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#registerContainer {
	background-color: #006ca1;
	text-align: right;
}

#registerBoxes {
	width: 80%;
	text-align: center;
}	

.copyrightText {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-align: left;
}

.bottomBlueLinks {
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
	font-weight: bold;
}

.bottomBlueLinks a:link {text-decoration: none; color: white}
.bottomBlueLinks a:visited {text-decoration: none; color: white}
.bottomBlueLinks a:active {text-decoration: underline}
.bottomBlueLinks a:hover {background-color: #3399FF}
	

.bottomLinks {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}

.bottomLinks a:link {text-decoration: none; color: #ffffff}
.bottomLinks a:visited {text-decoration: none; color: #ffffff}
.bottomLinks a:active {text-decoration: underline}
.bottomLinks a:hover {text-decoration: underline}

.email {
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #f5f054;
	font-size: 12px;
	font-weight: bold;
}

.email a:link {text-decoration: none; 	color: #f5f054;}
.email a:visited {text-decoration: none; 	color: #f5f054;}
.email a:active {text-decoration: underline}
.email a:hover {background-color: #3399FF}

.phoneNumber {
	font-size: 19px;
}

.topBlueLinks {
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 10px;
	font-weight: bold;
}

.topBlueLinks a:link {text-decoration: none; color: #cccccc}
.topBlueLinks a:visited {text-decoration: none; color: #cccccc}
.topBlueLinks a:active {text-decoration: underline}
.topBlueLinks a:hover {text-decoration: underline}

.mainText {
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

.mainText a:link {text-decoration: none; color: #666666; font-weight: bold}
.mainText a:visited {text-decoration: none; color: #666666; font-weight: bold}
.mainText a:active {text-decoration: none; font-weight: bold}
.mainText a:hover {text-decoration: none; color: #cccccc; font-weight: bold}

.registerText {
	text-align: left;
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
}

.registerTitle {
	background-color: #ffffff;
	text-align: left;
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #006ca1;
	font-size: 13px;
	padding: 3px;
}

p.firstParagraph {
	background-color: #eeeeee;
	padding: 4px;
}

.location {
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}

.location a:link {text-decoration: none; color: #666666}
.location a:visited {text-decoration: none; color: #666666}
.location a:active {text-decoration: underline; color: #666666}
.location a:hover {text-decoration: underline; color: #666666}

.thankyou {
	text-align: center;
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
}

.thankyouTitle {
	text-align: center;
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 15px;
}

.thankyou a:link {text-decoration: none; color: #ffffff; font-weight: bold}
.thankyou a:visited {text-decoration: none; color: #ffffff; font-weight: bold}
.thankyou a:active {text-decoration: none; font-weight: bold}
.thankyou a:hover {text-decoration: none; color: #eeeeee; font-weight: bold}