﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	width: 1000px;
	height: 200px;
}
#top_nav {
	width: 1000px;
	height: 35px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 35px;
	text-indent: 20px;
	background-image: url('public_html/forms/FormsImages/FormNavBarBackground.gif');
}
#container {
	min-width: 600px;
	width: 1000px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#left_col {
	width: 200px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#page_content {
	margin: 20px 20px 20px 250px;
}
#footer {
	clear: both;
	width: 1000px;
	height: 50px;
	background-color: #FFFFFF;
}




