﻿/*Layout*/
table.MainPageContainer
{
	width:950px;
	height:560px;
	background-color:White;
}
td.LeftColumn
{
	width:260px;
	background-color:white;
}
td.RightColumn
{
	width:200px;
	background-color:#D9E4C5;
	padding:4px;
}
td.CentreColumn
{
	width:478px;
	background-color:White;
}
/* Home Page - Layout */
table.PageLeftColumn
{
	height:552px;
	width:260px;
}
table.PageCentreColumn
{
	height:552px;
	width:474px;
}
table.PageRightColumn
{
	height:544px;
	width:192px;
}
/* Home - Left */
td.PageTopLeft
{
	background-color:#D9E4C5;
	width:256px;
	height:244px;
	color:Black;
	padding:2px;
	/*letter-spacing:-0.1em;*/
}
td.PageHorizSpacerLeft
{
	width:260px;
	height:4px;
	background-color:white;
}
td.PageBottomLeft
{
	width:260px;
	height:296px;
	background-color:white;
}
/* Home - Right */
td.PageTopRight
{
	border:solid 2px #7F9D34;
	background-color:white;
	width:188px;
	height:266px;
	color:Black;
	/*padding:2px;
	letter-spacing:-0.1em;*/
}
td.PageHorizSpacerRight
{
	width:200px;
	height:4px;
	background-color:Transparent;
}
td.PageBottomRight
{
	border:solid 2px white;
	width:188px;
	height:266px;
	background-color: #E6EED8;
}
/* Home - Centre */
table.PageTopCentre
{
	width:474px;
	height:552px;
	background-color:white;
}
td.PageTopCentre
{
	width:474px;
	height:408px;
	background-color:white;
}
table.SplashContainer
{
	width:474px;
	height:378px;
	background-color:white;
}
td.PageHorizSpacerCentre
{
	width:474px;
	height:4px;
	background-color:white;
}
td.PageBottomCentre
{
	width:474px;
	height:140px;
	background-color:white;
}
/* Home - Centre bottom */
table.PageBottomCentreContainer
{
	width:474px;
	height:140px;
}
td.PageBottomCentreLeft
{
	width:235px;
	height:140px;
	background-color:#D9E4C5;
}
td.PageBottomCentreRight
{
	width:235px;
	height:140px;
	background-color:#C0D19A;
}
td.PageBottomCentreSpacer
{
	width:4px;
	height:140px;
	background-color:white;
}
