﻿/*Page Layout*/
table.MainPageContainer
{
	width:950px;
	height:560px;
	background-color:White;
}
td.LeftColumn
{
	width:170px;
	background-color:white;
}
td.RightColumn
{
	width:200px;
	background-color:#D9E4C5;
	padding:4px;
}
td.CentreColumn
{
	width:568px;
	background-color:White;
}
/* Page - Layout */
table.PageLeftColumn
{
	height:552px;
	width:170px;
}
table.PageCentreColumn
{
	height:552px;
	width:552px;
}
table.PageCentreColumnCentre
{
	height:382px;
	width:552px;
}
td.PageCentreColumnCentreLeft
{
	height:382px;
	width:352px;
}
td.PageCentreColumnCentreRight
{
	height:382px;
	width:200px;
}
table.PageRightColumn
{
	height:544px;
	width:192px;
}
/* Home - Left */
td.PageTopLeft
{
	background-color:#D9E4C5;
	width:166px;
	height:244px;
	color:Black;
	padding:2px;
	/*letter-spacing:-0.1em;*/
}
td.PageHorizSpacerLeft
{
	width:166px;
	height:4px;
	background-color:white;
}
td.PageBottomLeft
{
	width:166px;
	height:296px;
	background-color:white;
}
/* Home - Right */
td.PageTopRight
{
	border:solid 2px #D28D14;
	width:188px;
	height:176px;
	background-color: white;
	/*padding:2px;
	letter-spacing:-0.1em;*/
}
td.PageHorizSpacerRight
{
	width:200px;
	height:4px;
	background-color:Transparent;
}
td.PageCentreRight
{
	border:solid 2px #652A3E;
	background-color:white;
	width:188px;
	height:176px;
	color:Black;
}
td.PageBottomRight
{
	border:solid 2px #376741;
	width:188px;
	height:176px;
	background-color: white;
}

/* Home - Centre */
table.PageTopCentre
{
	width:564px;
	height:552px;
	background-color:white;
}
td.PageTopCentre
{
	width:564px;
	height:508px;
	background-color:white;
}
td.PageHorizSpacerCentre
{
	width:474px;
	height:4px;
	background-color:white;
}
td.PageBottomCentre
{
	width:564px;
	height:40px;
	background-color:white;
}
/* Home - Centre bottom */
table.PageBottomCentreContainer
{
	width:564px;
	height:40px;
}
table.PageBottomCentreContainer td
{
	height:36px;
	background-color:white;
	color:#652A3E;/*Plum*/
	vertical-align:middle;
	font-size:1.2em;
	font-weight:bold;
}
td.PageBottomCentreLeft
{
	border:solid 2px #C0D19A;
	width:176px;
	padding:2px 4px 2px 4px;
	cursor:hand;
}
td.PageBottomCentreRight
{
	border:solid 2px #C0D19A;
	width:376px;
	padding:2px 4px 2px 4px;
}
td.PageBottomCentreSpacer
{
	width:4px;
	height:40px;
	background-color:white;
}
td.PageBottomCentreRight a
{
	text-decoration:none;
	font-size:1.4em;
	color:#84A93F;
}
td.PageBottomCentreRight a:hover
{
	text-decoration:underline;
}
