/* Body styles */
html {
	background:#997;
}
body {
	margin:10px auto;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:980px;
	background:#fff;
	font-family:Trebuchet MS, Helvetica, sans-serif;
}
a {
	color:#356;
	padding:1px 3px 1px 3px;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
a.nohighlight {
	color:#fff;
	background:#fff;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	height:100px;
	text-align:center;
	background:#ddb;
	border:1px solid #366;
}
#header img {
	float:left;
}
#header p,
#header h1,
#header h2 {
	padding:7px 15px 0 15px;
	margin:0;
}
#header p {
	text-align:right;
	font-weight:bold;
	color:#466;
}
/* Column styles */
.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 */
	background:#fff;		/* right column background colour */
	border-left:1px solid #366;
	border-right:1px solid #366;
}
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
.colmask .colleft {
	right:80%;			/* right column width */
	background:#eee;	/* left column background colour */
	border-right:1px solid #366;
}
.colmask .col1 {
	width:76%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.colmask .col2 {
	width:18%;			/* left column content width (column width minus left and right padding) */
	left:5%;			/* (right column left and right padding) plus (left column left padding) */
}
/* Menu styles */
.col2 ul {
	list-style:none;
	padding:0px;
	border:1px solid #888;
}
.col2 li {
	border-bottom:1px solid #888;
	vertical-align: middle;
}
.col2 li:last-child {
	border-bottom:none;
}
.col2 li.selected {
	background:#cc8;
}
.col2 li.highlight {
	background:#fff;
}
.col2 li a {
	display:block;
	width:100%;
	padding:5px 0 5px 0;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}
.sidebanner {
	text-align: center;
}
.textlinks {
	text-align: center;
	font-size: 70%;
}
.textlinks a {
	color: #ccc;
}
.textlinks ul, .textlinks li {
	border: none;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border:1px solid #366;
	text-align:center;
	background:#ddd;
}
#footer p {
	padding:10px;
	margin:0;
	font-size:80%;
}
