BODY
{
	border-bottom: 0px;
	min-width: 600px;
	border-left: 0px;
	padding-bottom: 0px;
	margin: 0
	padding-left: 0px;
	width: 100%;
	padding-right: 2px;
	background: #fff;
	font-size: 90%;
	border-top: 0px;
	border-right: 0px;
	padding-top: 0px;
}


.Spacer
{
	background-color: #FFFFFF;
	height: 10px;
	overflow: hidden;
}

#header
{
	border-bottom: #000080 solid;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	font-weight: bold;
	vertical-align: bottom;
	font-size: x-large;
	height: 40px;
}

#headerleft
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	font-weight: bold;
	font-size: x-large;
	float:left;
	left:0;
	width:49%;
	height: 40px;
}
#headerright
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	font-weight: bold;
	font-size: x-large;
	float:left;
	left:0;
	width:49%;
	height: 40px;
}


/* column container */
.colmask
{
	position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
}

/* holy grail 3 column settings */
.holygrail
{
	background: #ffffff; /* Right column background colour */
}

.holygrail .colmid
{
	float: left;
	width: 200%;
	margin-left: -230px;/*-200px;*/ /* Width of right column */
	position: relative;
	right: 100%;
	background: #ffffff; /* Centre column background colour */
}

.holygrail .colleft
{
	float: left;
	width: 100%;
	margin-left: -50%;
	position: relative;
	left: 460px;/*400px;*/ /* Left column width + right column width */
	background: #ffffff; /* Left column background colour */
}

.holygrail .col1wrap
{
	float: left;
	width: 50%;
	position: relative;
	right: 230px;/*200px;*/ /* Width of left column */
	padding-bottom: 1em; /* Centre column bottom padding. Leave it out if it's zero */
}


/*  Padding = 5 px */
/*  Left Column Width: 230px */
/*  Right Column Width: 230px */
.holygrail .col1
{
	/* margin: 0 215px;*/ /* Centre column side padding: Left padding = left column width + centre column left padding width,  Right padding = right column width + centre column right padding width */
	margin: 5px 2px 10px 240px;
	position: relative;
	left: 200%;
	overflow: hidden;
}

.holygrail .col2
{
	float: left;
	float: right; /* This overrides the float:left above */
	width: 220px; /* 170px; */ /* Width of left column content (left column width minus left and right padding) */
	position: relative;
	right: 5px; /*15px;*/ /* Width of the left-had side padding on the left column */
	margin-top:5px;
	margin-bottom:5px;
}

#footer
{ 
	border-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	font-weight: normal;
	vertical-align: bottom;
	text-align: center;
	font-size: xx-small;
	border-top-style: solid;
 }

.HeaderText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000099;
}

