html {
	height: 97.5%;
	overflow: auto;
}
html > body div#allAreas {
	height: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "times new roman", arial, helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	background: #fff url('images/bg.jpg') repeat-x top center;
}
div#allAreas {
	height: 100%;
	min-height: 100%;
	position: relative;
}
div#container {
	position: relative;
	width: 760px;
	margin: 18px auto;
	text-align: left;
}
div#headerarea {
	position: relative;
	height: 132px;
	background: url('images/header.jpg') no-repeat;
}
ul#mainNav {
	position: absolute;
	left: 200px;
	top: 83px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul#mainNav li {
	position: relative;
	float: left;
	margin: 0px 10px 0px 0px;
}
ul#mainNav li a em {
	display: block;
	line-height: 19px;
	font-style: normal;
	background: url('images/mainnavleftcurve.gif') no-repeat top left;
	padding: 0px 0px 0px 5px;
}
ul#mainNav li a em b {
	display: block;
	line-height: 19px;
	font-weight: normal;
	background: url('images/mainnavrightcurve.gif') no-repeat top right;
	padding: 0px 5px 0px 0px;
}
ul#mainNav li a {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 19px;
}
ul#mainNav li a:hover em,
ul#mainNav li.NIMSelected a em {
	background: url('images/mainnavleftcurve_sel.gif');
}

ul#mainNav li a:hover em b,
ul#mainNav li.NIMSelected a em b {
	background: url('images/mainnavrightcurve_sel.gif');
}
ul#mainNav li ul {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 300px;
}
ul#mainNav li ul li {
	position: relative;
	float: left;
	top: 5px;
	left: 5px;
}
div#contentarea {
	position: relative;
	background-color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0px 0px 90px 0px;
}
div#content {
	position: relative;
}
div#baseline {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: url('images/bottomline.gif') repeat-x bottom;
}
div#footerarea {
	position: relative;
	width: 760px;
	height: 70px;
	margin: 0px auto;
	font-size: 10px;
	text-align: left;
}
div#footerarea a {
	color: #d0133f;
	text-decoration: none;
}
img#footerlogo {
	position: absolute;
}
p#footerline1 {
	position: absolute;
	left: 100px;
	top: 0px;
	width: 120px;
	margin: 0px;
	padding: 0px;
}
p#footerline2 {
	position: absolute;
	left: 250px;
	top: 0px;
	width: 500px;
	margin: 0px;
	padding: 0px;
}
