﻿/* CSS layout */
#top_margin {
	padding-top: 0px;
	margin-top: 2px;
}
#main {
	padding: 0px;
	background-color: #ffffff;
	width: 770px;
	margin: 0px auto;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #b7b7b7;
	border-left-color: #333333;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-bottom-color: #333333;
}
#tophead {
	padding: 0px;
	width: 770px;
	background-color: #cccc99;
	margin: 0px auto;
}

#masthead {
	width: 770px;
	background-color: #cccc99;
}

#top_nav {
width: 770px;
}

#container {
	width: 635px;
}
#left_col {
	width: 200px;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
}

#UseOfSite
{
	margin-right: 10px;
	margin-left: 2px;
	margin-bottom: 10px;
}
}
#footer {
width: 770px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color:black;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: black;
	text-decoration: underline;
}
#footer a:hover {
	color: black;
	text-decoration: none;
}
