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

#container {
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background: #CA9EF5;
}
#Header {
	background: #CA9EF5;
	padding-left: 20px;
	text-align: left;
	height: 75px;
}
#Menu {
	background: #6011AE;
	height: 30px;
}
#leftColumn {
	float: left;
	width: 24%;
	background: #CA9EF5;
}

#logo {
	background: #CA9EF5;
	height: 180px;
}

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



#MidColumn {
	text-align: left;
	padding-left: 10px;
	font-size: 85%;
	padding-right: 5px;
	background: #FFF;
}
#MidColumn ul li {
	display: list-item;
	padding-bottom: 10px;
	list-style: square;
}

#pageHeader {
	text-align: center;
	color: #2E0854;
}
#rightColumn {
	float: left;
	width: 35%;
	padding-left: 5px;
	font-size: 85%;
	background: #FFF;
}
#footer {
	background: #03C;
	text-align: left;
	padding-left: 10px;
	color: #F00;
	font-size: 90%;
}


.clear {
	clear: both;
}
.alignLeft {
	text-align: left;
}
.alignCentre {
	text-align: center;
}
.Text175 {
	color: #6011AE;
	font: bold 175% "Times New Roman", Times, serif;
}
.Text100 {
	font: bold 120% "Times New Roman", Times, serif;
	color: #6011AE;
}

.Text88 {
	color: #6011AE;
	font: 88% "Times New Roman", Times, serif;
}
.Text45 {
	color: #6011AE;
	font: normal 70% "Times New Roman", Times, serif;
}
