body {
	font-family: verdana, sans-serif; 
	margin:15px;
	padding:0px;
}

img { border:none; }

img.intext {
	text-align:top;
	margin:1em;
}
.left { float:left; }
.right { float:right; }

a {
	text-decoration:none;
	font-weight:bold;
	color:#202066;
}

a:hover, a:active {
	color:#2040FF;
}

div#mainwrapper { 
	width:800px; margin:auto; 
}
div#header { 
	height:158px; 
	width:100%; 
	background: url('images/header.png') no-repeat; 
	margin-left:-10px;
}
div#bodywrap { margin:auto; }
div#content { margin: 0px 20px; }

div#colmask {
	background:#2080ff;
}

div#colright {
	background: #EEEEFF;
}

div#sidebar ul {
	width:140px;
	list-style-type:none;
	padding:20px 0px;
	margin:0px;
	float:left;
}
div#sidebar li {
	list-style-type:none;
	margin-left:5px;
	padding:5px 0px;
}

div#sidebar li a {
	display:block;
	text-align:left;
	font-size:125%;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

div#sidebar li a:hover, div#sidebar li a:active, div#sidebar li.selected a  {
	color: #000000;
}

div#sidebar ul.sublist {
	border-left:5px solid #202099;
	margin:5px;
	padding:0px;
	width:120px;
}

div#sidebar ul.sublist li {
	font-size:80%;
	padding:0px;
	margin:0px;
}

div#sidebar ul.sublist li a {
	text-align: right;
	background: #CCCCFF;
	color: #2080FF;
	padding:2px 5px 2px 0px;
}

div#sidebar ul.sublist li a:hover, div#sidebar ul.sublist li a:active, div#sidebar ul.sublist li.selected a {
	color:#FFFFFF;
	background:#202099;
}

div #footer {
	clear:both;
	text-align:center;
	font-size:80%;
	color:#FFFFFF;
	background:#2080FF;
	padding:5px 0px;
}

/*2-col styles */
	/* 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 */
	}
	/* 2 column left menu settings */
	.leftmenu #colright {
		float:left;
		width:200%;
		position:relative;
		left:140px;
	}
	.leftmenu #rightwrap {
		float:right;
		width:50%;
		position:relative;
		right:140px;
		padding-bottom:1em;
	}
	.leftmenu #contentwrap {
		margin:0px 0px 0px 140px;
		position:relative;
		right:100%;
		overflow:hidden;
	}
	.leftmenu #sidebar {
		float:left;
		width:140px;
		position:relative;
		right:140px;
	}

