@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #404041;
	color: #f5ac23;
}
img {
	border: 0px;
}
h1,h2 {
	margin: 0em 0em 0.7em 0em;
	line-height: 1em;
}
p {
	margin: 0em 0em 1.7em 0em;
	line-height: 1.7em;
}
a {
	color: #f5ac23;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
div.clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}
div#container {
	position: relative;
	width:  930px;
	margin: 0px auto;
	text-align: left;
}
div#header {
	height: 237px;
	background: url('images/header.jpg') no-repeat top left;
}
a#home {
	height: 200px;
	width: 300px;
}
a#home div {
	height: 190px;
	width: 300px;
	margin: 0px;
	float: left;
}
div#facebook{
	float: right;
	padding-right: 15px;
	padding-top: 140px;
}
img#printlogo {
	display: none;
}
div#contentArea {
	min-height: 343px;
	height: auto !important;
	height: 343px;
}
div#content {
	padding: 20px 20px 10px 10px;
}
div#footer {
	height: 65px;
	font-size: 9px;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 10px;
}
div#footer a {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav {
	float: left;
	margin: 0px 0px 0px 0px;
}
img#design {
	float: right;
}
ul#footerNav  {
	margin: 54px 0px 0px 15px;
	padding: 0px;
	list-style: none;
}
ul#footerNav li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0em 0.2em;
}
ul#footerNav li.NIMLastItem {
	border-right: 0px;
}
table tbody tr td input{ width: 100% !important;}
