﻿@import url("layout1.css");
/* Layout CSS */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
}

#page_content {
	margin-right: 220px;
	margin-left: 200px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	text-align: center;
	position: relative;
	top: 30px;
}
#container #left_col table tr td {
	font-size: 12px;
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
}

