	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */

	}
	h1 {
		padding:0;
		font-family: Helvetica, Arial, Verdana, Sans Serif;
		font-size: 16px;
		color: #000000;
		text-align: center;
	}
	h2, h3 {
		padding:0;
		font-family: Helvetica, Arial, Verdana, Sans Serif;
		font-size: 14px;
		color: #000000;
		text-align: center;
	}
	p {
		padding:0;
		font-family: Helvetica, Arial, Verdana, Sans Serif;
		font-size: 14px;
		color: #000000;
	}
	.small {
		padding:0;
		font-family: Verdana, Helvetica, Sans Serif;
		font-size: 10px;
		color: #000000;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #062270;
	}
	#header p,
	#header h1,
	#header h2 {
		margin:0;
	}
	#header a {
		color: #062270;
		text-decoration: underline;
	}
	#header a:hover {
		color: #000000;
		text-decoration: underline;
	}

	#menu {
		padding:0px 15px
	}

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		border-top:4px solid #062270;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		background:#BCC7EA;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	table.col {

		border-collapse: collapse;
		background: #FFFFFF;
		border: 2px solid #062270;
	}
	table.col th {
		font-family: Helvetica, Arial, Verdana, Sans Serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;	
		background: #062270;
		padding: 2px;
	}
	table.col td {
		font-family: Helvetica, Arial, Verdana, Sans Serif;
		font-size: 12px;
		color: #000000;
		background: #FFFFFF;
		padding: 2px;
	}
	table.col a {
		color: #000000;
		text-decoration: underline;
	}
	table.col a:hover {
		color: #FF9B40;
		text-decoration: underline;
	}

	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #062270;
	}
	#footer p {
		padding:10px;
		margin:0;
		font-family: Verdana, Helvetica, Sans Serif;
		font-size: 9px;
		color: #000000;
		text-align: center;
	}

	#footer a {
		color: #000000;
		text-decoration: underline;
	}
	#footer a:hover {
		color: #FF9B40;
		text-decoration: underline;
	}