@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background: #709fd4 url('images/orion_background.gif') repeat-x top;
}
p {
	margin: 0em 0em 0.4em 0em;
}
div.clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}
div#topNav {
	height: 54px;
	width: 882px;
	margin: 0px auto;
	padding: 0px 0px 0px 60px;
	text-align: left;
	background: url('images/navigation_bar.gif') no-repeat center right;
}
div#container {
	width: 930px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
div#breadCrumb {
	position: absolute;
	margin-left: 237px;
	width: 400px;
	top: 230px;
	left: 0px;
	z-index: 1;
	font-weight: bold;
	font-size: 11px;
	color: #6387bd;
}
div#breadCrumb a.breadrumbClassStr {
	color: #19388a;
	text-decoration: none;
}
div#contain {
	background: url('images/contentstretch.gif') repeat-y;
	padding: 0px;
	text-align: left;
}
div#leftSide {
	position: relative;
	margin: -60px 0px 30px 0px;
	width: 170px;
	float: left;
}
div#content {
	position: relative;
	margin: -30px 20px 30px 0px;
	width: 680px;
	float: right;
}
div#content a {
	color: #3060A7;
}
div#content a:hover {
	text-decoration: none;
}
div#footer {
	margin: 5px 0px 30px 195px;
	height: 38px;
	width: 730px;
}
div#footer p {
	float: left;
	margin: 0px;
	font-size: 10px;
	color: #2A4B78;
}
div#footer a {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#design {
	float: right;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	list-style: none;
}
ul#design li {
	display: inline;
	border-right: 1px solid #ffffff;
	padding: 0em 0.4em;
}
ul#design li.NIMLastItem {
	border-right: 0px;
}