@import "menu.css";
html {
	height: 100%;
	overflow: auto;
}
html > body div#allAreas {
	height: auto;
}
body {
	margin: 0px;
	padding: 0px;
	background: #222 url('images/bg.gif') repeat-x top left;
	height: 100%;
	_height: 99.9%;
	font-family: Arial, helvetica, sans-serif;
	color: #4a4a4a;
	font-size: 14px;
}
img {
	border: 0px;
}
a {
	color: #17406B;
}
a:hover {
	text-decoration: none;
}
p {
	line-height: 1.2em;
	margin: 0em 0em 1em 0em;
}
h1,h2 {
	line-height: 1.2em;
	margin: 0em 0em 0.5em 0em;
}
div.clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}
div#allAreas {
	height: 100%;
	min-height: 100%;
	position: relative;
	margin: 0px auto;
	width: 960px;
	background: #fff url('images/contentBg.gif') repeat-y top left;
}
img#printlogo {
	display: none;
}
div#sideContent {
	float: left;
	display: inline;
	width: 190px;
	height: 30px;
	margin: 0px 0px 0px 15px;
}
div#contentArea {
	float: right;
	display: inline;
	width: 705px;
	height: 30px;
	margin: 0px 25px 0px 0px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
div#breadCrumbs {
	padding: 5px 0px 10px 5px;
	font-weight: bold;
	font-size: 10px;
	background: url('images/breadCrumbs.gif') no-repeat bottom left;
}
div#breadCrumbs a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
div#breadCrumbs a:hover {
	text-decoration: underline;
}
div#content {
	margin: 20px 0px 0px 12px;
}
div#baseline {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
div#footer {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	height: 90px;
	background: url('images/footerBg.gif');
	font-size: 11px;
	text-align: right;
}
div#footer a {
	color: #4b4b4b;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav,
ul#design {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	list-style: none;
}
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;
}
