/* @override http://www.freemanent.com/newsite/templates/allcss/screen.css */

/* @override http://www.freemanent.com/newsite/templates/allcss/screen.css */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: white;
	margin: 0;	
}

li {
	list-style-position: inside;
	list-style-type: square;
}
a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:active, a:hover {
	color: orange;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: black;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.main {
	width: 750px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
}

/* here's the freeman logo */

.logo {
	float: left;
}

.banner, .search_box {
	height: 90px;
	font-size: 20px;
	font-weight: bold;
	color: black;
	text-align: center;
	padding-top: 20px;
}
.banner {
	padding-left: 4px;
	text-align: right;
}

.banner a {
	color: black;
}

/* search box is hidden */

.search_box {
	float: right;
	clear: right;
	width: 100px;
	display: none;
}
.search_string {
	width: 2px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
	display: none;
}
.search_submit {
	width: 2px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
	display: none;
}

.menu {
	float: left;
	width: 140px;
	margin: 3px 10px 10px 0;
	font-size: 12px;
	clear: none;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: normal;
}
.menu ul ul {
	margin-left: 0;
	padding-left: 40px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
}
.menu_main a:link {
	text-decoration: none;
}

.menu_main .menu_main a:active  {
	color: #006633;
}

.menu_main a:hover {
	color: #006633;
}

/* login is not used right now either */

.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: olive;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.content {
	margin-left: 150px;
	padding: 4px 0 14px 10px;
	text-align: left;
}

.images {
	width: 200px;
	padding: 0;
	float: left;
	margin: 0 20px 10px 2px;
}
.footer {
	background-color: #FFFFFF;
	clear: both;
	height: 20px;
	font-size: 10px;
	color: gray;
	text-align: center;
	line-height: 18px;
}
.contact {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
	color: #006633;
}