@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	background: #fff url('images/bg.gif') repeat-x top left;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #4b4646;
}
div.clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}
h1 {
	margin: 0em 0em 0.8em 0em;
	line-height: 0.8em;
}
h2 {
	margin: 1.2em 0em 1.2em 0em;
	line-height: 1.2em;
}
h3 {
	margin: 1.2em 0em 1.4em 0em;
	line-height: 1.4em;
}
p {
	margin: 0em 0em 1.4em 0em;
	line-height: 1.4em;
}
a {
	color: #7f21a1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img#printlogo {
	display: none;
}
div#container {
	margin: 0px auto;
	width: 984px;
	text-align: left;
	background: url('images/container.jpg') no-repeat top left;
	min-height: 721px;
	height: auto !important;
	height: 721px;
}
form#searchArea {
	position: relative;
	top: 117px;
	left: 810px;
	width: 160px;
	padding: 0px;
}
form#searchArea input.text {
	border: 0px;
	background: none;
	width: 132px;
	padding: 0px;
	font-size: 11px;
	color: #828282;
	padding: 0px 4px;
}
form#searchArea input.button {
	position: relative;
	top: 1px;
}
div#contentArea {
	margin: 155px 0px 0px 0px;
}
div#breadCrumbs {
	margin: 0px 0px 0px 35px;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 10px;
	color: #768713;
}
div#breadCrumbs a {
	color: #545840;
	font-weight: bold;
	text-decoration: none;
}
div#breadCrumbs a:hover {
	text-decoration: underline;
}
div#content {
	width: 675px;
	float: right;
	display: inline;
	margin: 35px 80px 0px 0px;
}
div#footer {
	margin: 0px auto;
	width: 984px;
	text-align: left;
	background: url('images/footer.gif') no-repeat top left;
	height: 106px;
	font-size: 11px;
}
div#footer a {
	color: #2f4210;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav {
	float: left;
}
ul#design {
	float: right;
}
ul#footerNav,
ul#design {
	margin: 18px 15px 0px 15px;
	padding: 0px;
	list-style: none;
	display: inline;
}
ul#footerNav li,
ul#design li {
	display: inline;
	background: url('images/dot.gif') no-repeat right 6px;
	padding: 0em 0.8em;
}
ul#footerNav li.NIMLastItem,
ul#design li.NIMLastItem {
	background: none;
}