	/* <!-- */
	/* General styles */
	body {
		margin:auto;
		padding:0;
		border:0px none;			/* This removes the border around the viewport in old versions of IE */
		width:1024px;
		background:#008b8b;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:90%
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1 {
	font-size:150%;
	color: #0066FF;
}
	h2 {
	font-size:100%;
	font-weight: bold;
	color: #0066FF;
}
	h3 {
	font-weight: bold;
	color: #0066FF;
}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
		color: #333333;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		margin-top:10px;
		margin-bottom: 0px;
		padding:0px;
		border-left: 1px solid #039;
		border-right: 1px solid #039;
		border-top: 1px solid #039;
		background:#CCCCFF ;
	}	#menu {
	clear:both;
	float:left;
	width:100%;
	border-left: 1px solid #039;
	border-right: 1px solid #039;
	height:20px;
	padding: 5px 0px 5px 0px;
	background: #ccccff ;
}#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}#menu li {
	display: inline;
}#menu a {
	padding: 5px 5px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		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 */
		border-right: 1px solid #039;
		border-left: 1px solid #039;
	}
	.leftmenu .colleft {
		right:80%;			/* right column width */
		background:#CCCCFF 		/* left column background colour */
	}
	.leftmenu .col1 {
		width:76%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:16%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	.col2 a {
	font-weight: bold;
	text-decoration:none;
	color: #03c;
	}
		
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	/* --> */
