﻿@charset "utf-8";
/* CSS Document */

#container {
	text-align: center;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
}
#Header {
	background: #0000FE;
	padding-left: 20px;
	text-align: left;
	height: 75px;
}
#Menu {
	background: #00FFFD;
	height: 30px;
}
#leftColumn {
	float: left;
	background: #FFF;
	width: 24%;
}

#logo {
	background: #FFF;
	text-align: left;
}

#contact {
	background: #FFF;
	padding-left: 10px;
	text-align: left;
	color: #F00;
	font: 90% "Times New Roman", Times, serif;
}
.contactTable {
	color: #F00;
	font: 110% "Times New Roman", Times, serif;
}
#content {
	background: #FFF;
	float: left;
	width: 76%;
}



#MidColumn {
	float: left;
	text-align: left;
	padding-left: 10px;
	font-size: 85%;
	padding-right: 5px;
	background: #FFF;
	width: 58%;
}
#pageHeader {
	text-align: center;
}
#rightColumn {
	float: right;
	font-size: 80%;
	background: #FFF;
}
#footer {
	background: #0000FE;
	text-align: left;
	padding-left: 10px;
	color: #F00;
	font-size: 90%;
}


.clear {
	clear: both;
}
.alignLeft {
	text-align: left;
}
.alignCentre {
	text-align: center;
}
.Text175 {
	color: #00F;
	font: bold 175% "Times New Roman", Times, serif;
}
.Text88 {
	color: #00F;
	font: bold 88% "Times New Roman", Times, serif;
}
.Text45 {
	color: #00F;
	font: normal 70% "Times New Roman", Times, serif;
}
