@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #332015;
	text-align: center;
	background: #8ea1a7 url('images/bg.jpg') repeat-x;
}
a {
	color: #9f1c1f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1,h2 {
	margin: 0em 0em 1.1em 0em;
	line-height: 1.4em;
}
p {
	margin: 0em 0em 0.8em 0em;
	line-height: 1.4em;
}
div.clear {
	width: 100%;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}
div#container {
	width: 1088px;
	margin: 0px auto;
	text-align: left;
	background: #dbd4c2 url('images/container.jpg') repeat-y;
}
div#header {
	background: url('images/header.jpg');
	height: 163px;
}
div#header img {
	margin: 40px 0px 0px 31px;
	float: left;
	display: inline;
}
ul#mainNav {
	float: right;
}
div#contentArea {
	background: url('images/contentArea.jpg') no-repeat;
	min-height: 586px;
	height: auto !important;
	height: 586px;
}
div#content {
	margin: 0px 31px;
	padding: 1px 0px;
}
div#footer {
	margin: 0px auto;
	text-align: left;
	height: 104px;
	background: url('images/footer.jpg');
	font-size: 11px;
}
div#footer a {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav {
	float: left;
}
ul#design {
	float: right;
}
ul#footerNav,
ul#design {
	margin: 50px 48px 0px 48px;
	padding: 0px;
	list-style-type: 0px;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0em 0.8em;
}
ul#footerNav li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
}
ul#footerNav li a em {
	font-style: normal;
}
ul#footerNav li a em b {
	font-weight: normal;
}
