﻿  /* CSS layout */
body {
	background: #006600;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
}

#masthead {
}

#top_nav {
	font-family: "Times New Roman", Times, serif;
	border-bottom-color: #006600;
}

#container {
	min-width: 600px;
	color: #FFFFFF;
	border-bottom-color: #006600;
	background-color: #006600;
}

#left_col {
	font-family: "Times New Roman", Times, serif;
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
	
}

#footer {
	clear: both;
	font-family: "Times New Roman", Times, serif;
}
