html {
	height: 100%;
	overflow: auto;
}
html > body div#allAreas {
	height: auto;
}
body {
	background: #FFFFFF url('images/background-gradient.jpg') repeat-y center;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: "Avant Garde Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #00374b;
	font-size: 12px;
	height: 100%;
	_height: 99.9%;
}
div#allAreas {
	height: 100%;
	min-height: 100%;
	position: relative;
	margin: 0px auto;
}
div#container {
	width: 908px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}
p {
	margin-top: 0em;
	margin-bottom: 0.4em;
}
div#header {
	background: #FFFFFF url('images/blue-header.jpg') no-repeat;
	width: 908px;
	height: 110px;
}
div#nav {
	background: #e5f7fd url('images/navBottom.jpg') no-repeat bottom;
	width: 228px;
	float: left;
	position: relative;
	left: 40px;
	top: 40px;
	padding-bottom: 10px;
	margin-bottom: 120px;
}
ul#menu {
	background: url('images/navTop.jpg') no-repeat top;
	width: 228px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style:none;
}
ul#menu li {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}
ul#menu ul li{
	padding: 0px;
	list-style:none;
	margin: 5px 0px 0px 3px;
}
ul#menu ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}
ul#menu ul li a {
	display: block;
	background: url('images/blue_dot.gif') no-repeat 0px 4px;
	padding-left: 10px;
	color: #3dc2f3;
	text-decoration:none;
}
ul#menu ul li a:hover,
ul#menu ul li.NIMSelected a {
	color: #00374b;
	text-decoration:none;
}
form#searchArea {
	position: relative;
	top: 0px;
	left: 18px;
	width: 180px;
	height: 38px;
	background: url('images/SearchBox.gif') no-repeat;
}
form#searchArea input.text {
	position: absolute;
	top: 3px;
	left: 5px;
	border: 0px;
	width: 146px;
	background: none;
	color: #444;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
}
form#searchArea input.button {
	position: absolute;
	top: 3px;
	right: 5px;
}
div#contentEnclosure {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
div#content {
	float: right;
	position: relative;
	margin-right: 20px;
	width: 590px;
	top: 70px;
	margin-bottom: 160px;
}
div.clear {
	width: 100%;
	font-size: 1px;
	clear:both;
}
div#baseline {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: url('images/baseline.jpg');
}
div#footer {
	background: url('images/blue-footer.jpg') no-repeat top;
	width: 908px;
	height: 71px;
	margin: 0px auto;
}
div#footer span {
	display: block;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position:relative;
	top:40px;
}
div#business {
	color: #a1a1a1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
	padding-bottom: 20px;

}
div#business a{
	color: #a1a1a1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-align:center;

}
div#business a:hover{
	color: #a1a1a1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration:underline;
}