﻿/* CSS layout */
#masthead {
}

a:link {
	border-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #688BB3;
	line-height: 30px;
	vertical-align: middle;
	text-indent: 30px;
	text-decoration: none;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 20px;
	margin-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	line-height: normal;
	padding-left: 5px;
	margin-bottom: 42px;
	position: absolute;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: normal;
}

#footer {
}
