/* Two-column layout stylesheet 

This stylesheet only has the elements required to display
the two-column layout of the main page.
*/
.header {
	margin-top: 5;
	margin-bottom: 10;
}

body {
	clear: both;
	margin-top: 0;
	margin-left: 0;
	background-color: #eeeeee;
	color: #110000;
	font-family: Arial, 'Lucida Grande', Lucida, Verdana, Geneva, 
     Helvetica, sans-serif;
}
a:link {
	color: #0000b0;
	text-decoration: none;
}
a:visited, a:active {
	color: #5e0000;
	text-decoration: none;
}

.content {
	margin-top: 20;
	padding-top: 20;
}

.leftcolumn {
	width: 200px;
	max-width: 200px;
	overflow: hidden;
	position: absolute;
	/*float: left;*/
	left: 0px;
	margin-left: 0;
	margin-right: 20;
}
.rightcolumn {
	background-color: #ffffff;
	display: block;
	margin-left: 199px;
	margin-top: 0px;
}
.footer {
	display: block;
	background-color: #999999;
	color: #ffffff;
	clear: both;
	margin-top: 20px;
}
.message {
	background-color: #ffff77;
	margin-left: 20px;
	color: #000077;
}

h2 {
	font-size: small;
	font-weight: normal;
	background: #998888;
	color: #ffffff;
}
h3 {
	font-size: smaller;
	font-weight: normal;
	background: #998888;
	color: #ffffff;
}
