@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, helvetica, sans-serif;
	color: #666;
}
img {
	border: 0px;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#container {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}
div#navBar {
	height: 74px;
	background: #005352 url('images/logo.gif') no-repeat top right;
	text-align: left;
}
h1#name {
	display: block;
	height: 74px;
	width: 266px;
	margin: 0px;
	background: url('images/name.gif');
	float: left;
}
h1#name em {
	display: none;
}
div#content p {
	margin-top: 0px;
	margin-bottom: 0.7em;
}
div#content a {
	color: #666;
	text-decoration: underline;
}
div#content a:hover {
	text-decoration: none;
}
div#footer {
	height: 52px;
	background: #005352;
	padding-left: 20px;
}
div#footer p {
	margin-top: 9px;
	color: #fff;
	text-transform: lowercase;
	float: left;
}
div#footer p span {
	font-size: 16px;
	padding: 0px 0.2em;
}
div#footer p a {
	color: #fff;
	text-decoration: none;
}
div#footer p a:hover {
	text-decoration: underline;
}
div#managed {
	float: right;
	margin-top: 14px;
}
div#managed p {
	float: none;
	display: inline;
}
div#managed p,
div#managed img {
	margin: 0px 10px;
}
div#varFooter {
	color: #005352;
	font-size: 10px;
	margin: 5px 20px 0px 20px;
}
div#varFooter a {
	color: #005352;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}
div#varFooter a:hover {
	text-decoration: underline;
}
ul#footerNav {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: -1.2em;
}
ul#design {
	display: block;
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#footerNav li,
ul#design li {
	display: inline;
	padding: 0em 1.2em;
	border-right: 1px solid #005352;
}
ul#footerNav li.NIMLastItem{
	border-right: none;
}
ul#design li.NIMLastItem{
	border-right: none;
	padding-right: 0em;
}