html,body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	color: black;
}

body {
	background-image: url("images/waves_blue.jpg");
	background-repeat: no-repeat
	background-position: top left;
}

#pagewidth {
	width:900px;
	text-align:left;
	margin:0 auto;
	background:rgba(255,255,255,0.5);
	border-radius: 6px;
	margin-bottom: 16px;
}

#header {
	position:relative;
	height:100px;
	width:100%;
	display:block;
	overflow:auto;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #eee;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-position: 10px;
	margin-top: 24px;
	margin-bottom: 24px;
	background-color:rgba(255,255,255,0.5);
}

#header h1 {
	margin-top: 20px;
	margin-left: 84px;
	margin-bottom: 0px;
	font-weight: 200;
}

#leftcol {
	width:260px;
	float:left;
	position:relative;
	font-size: 0.9em;
	font-weight: 400;
	margin-top: -14px;
	margin-left: 16px;
	margin-right: 16px;
	}

#maincol a:link { text-decoration: none; color:  #444; font-weight: 600; }
#maincol a:before { font-size: 0.8em; font-family: FontAwesome; content: "\f0da"; padding-right: 4px;}
#maincol a:visited { text-decoration: none; color: #444; }
#maincol a:hover { text-decoration: none; color: black; }
#maincol a:active  { text-decoration: none; color:  #444; }

#leftcol a:link { text-decoration: none; color: #444; }
#leftcol a:visited { text-decoration: none; color: #444; }
#leftcol a:hover { text-decoration: none; color: black; }
#leftcol a:active  { text-decoration: none; color: #444; }

#leftcol ul {
	margin-right: 24px;
	margin-left: 0;
	list-style-type: none;
	padding:0px;
}

#leftcol li {
	padding-bottom: 8px;
	border-radius: 6px;
	background:rgba(255,255,255,0.5);
	padding: 12px;
	margin-top: 8px;
	font-weight: 600;
	font-size: 0.9em;
	color: #1C436B;
}

#leftcol li:hover {
	background-color: #1C436B;
	color: white;
}

#maincol {
	background:rgba(255,255,255,0.75);
	border-radius: 6px;
	position:relative;
	width:540px;
	float:right;
	font-weight: 300;
	padding: 24px;
	margin-right: 20px;
}

#footer {
	background-color:#FFFFFF;
	clear:both;
	display:block;
	overflow:auto;
	margin-top: 28px;
	padding-top: 14px;
	text-align: center;
	font-size: 0.8em;
	border-top: 1px solid #ccc;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	color: #1C436B;
}

b {
font-weight: 600;
}

h1 {
font-weight: 400;
font-size: 3em;
color: #1C436B;
}

h2 {
font-weight: 400;
font-size: 2em;
margin-top: 0px;
margin-bottom: 8px;
color: #1C436B;
}

.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;}
