/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #eef3fa;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
}
a {
	display:block;
	color: #1F1F1F;
	text-decoration: none;
}
a:hover, li:hover {
	color: #e0e0e0;
	background-color: #4F4F4F;
}
#pagewidth {
	width: 1024px;
	text-align: left;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 70px;
	width: 100%;
	display: block;
	overflow: auto;
	text-align: center;
	border-bottom: 2px solid #1F1F1F;
}
#leftcol {
	width: 250px;
	float: left;
	position: relative;
	font-size: 1.2em;
}
#leftcol ul {
	margin-right: 50px;
	padding: 0;
	list-style-type: none;
	border-right: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
	border-top: 1px solid #1F1F1F;
}
.selected {
	color: #e0e0e0;
	background-color: #4F4F4F;
	text-align: right;
}
#maincol {
	position: relative;
	width: 774px;
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

@media print {
#leftcol {
	display: none;
}
#twocols, #maincol {
	width: 100%;
	float: none;
}
}
