@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	background: #d5dad3 url('images/background.jpg') repeat-x;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
p,h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
	margin-bottom: 0.7em;
}
img {
	border: 0px;
}
a,a:visited {
	font-weight: bold;
	color: #044e66;
}
a:hover {
	text-decoration: none;
}
div.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
}
div#container {
	width: 946px;
	margin: 0px auto;
	text-align: left;
}
div#contentArea {
	background: url('images/contentArea.jpg') no-repeat;
	/* Fix to enforce min-height within IE6, minimum height set on last nested element or repeat fails */
	min-height: 401px;
	height: auto !important;
	height: 401px;
	/* End Fix */
	padding: 10px 38px 0px 38px;
}
div#breadCrumb {
	float: left;
	font-size: 10px;
	color: #8e9789;
	margin-top: 5px;
}
div#breadCrumb a,
div#breadCrumb a:visited {
	color: #2b2013;
	text-decoration: none;
}
div#breadCrumb a:hover {
	text-decoration: underline;
}
form#searchArea {
	display: block;
	background: url('images/searchField.jpg');
	width: 175px;
	height: 29px;
	float: right;
}
form#searchArea input.button {
	margin-top: 6px;
}
form#searchArea input.text {
	margin-left: 10px;
	width: 140px;
	font-size: 11px;
	padding: 0px;
	border: 0px;
	background: none;
	color: #18364f;
}
div#content {
	padding-top: 25px;
}
div#footer {
	background: url('images/footer.jpg') no-repeat;
	height: 129px;
	padding-top: 24px;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}
ul#footerNav,
ul#design {
	margin: 0px 0px 0px 28px;
	padding: 0px;
}
ul#design {
	margin-top: 10px;
}
ul#footerNav li,
ul#design li {
	display: inline;
	padding: 0em 0.7em;
}
ul#footerNav li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: none;
}
ul#footerNav li {
	border-right: 1px solid #d5dad3;
}
ul#footerNav li a {
	color: #d5dad3;
	font-weight: bold;
}
ul#design li {
	border-right: 1px solid #d5dad3;
}
ul#design li a {
	color: #8a877e;
}
ul#footerNav a,
ul#footerNav a:visited {
	text-decoration: none;
}
ul#footerNav a:hover {
	text-decoration: underline;
	color: #ffd146;
}
ul#design a,
ul#design a:visited {
	text-decoration: none;
}
ul#design a:hover {
	text-decoration: underline;
	color: #8a877e;
}