#container {
	width: 90%;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	/* border: 1px solid gray; */
	line-height: 130%;
}
#header {
	/*height: 80px;*/
	/*padding: .5em;*/
	border-bottom: 1px solid gray;
	/*background-image: url(/images/headerBL.jpg);
	background-repeat: no-repeat;
	background-color: #0E2549;*/
}
#headertext {
	font-weight: bold;
	position: relative;
	left: 10px;
	color: #fff;
}
#left {
	float: left;
	max-width: 10%;
	height: 100%;
	margin: 0;
	padding: 1em;
	/*background-color: #FFFFCC;*/
}
#content {
	position: relative;
	float: left;
	padding: 1em;
	max-width: 80%;
}
#footer {
	clear: both;
	margin: 0;
	border-top: 1px solid gray;
	padding: .5em;
	text-align: right;
	/*color: #fff;
	background-color: #0E2549;
	border-top: 1px solid gray;*/
}

A:link {color: blue; text-decoration: none}
A:visited {color: blue; text-decoration: none}
A:active {color: blue; text-decoration: none}
A:hover {text-decoration: underline;}

/*
#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
*/
