@import "menu.css";
body {
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c494a;
}
p {
	margin-top: 0em;
	margin-bottom: 0.4em;
	line-height:16px;
}
div#container {
	width: 930px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}
div#header {
	background: #FFFFFF url('images/banner.gif') no-repeat;
	height: 86px;
	margin-top: 30px;
}
div#navigation {
	background: url('images/menu_bg_strip.gif') repeat-x;
	height: 27px;
	position: relative;
}
div#navtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	left:10px;
	position:relative;
	top:7px;
}
div#contentcontainer {
	width: 930px;
}
div#leftcolumn {
	float:left;
	margin-left:10px;
	margin-top:15px;
	width:220px;
	padding-bottom:30px;
}
div#content {
	margin-top:15px;
	width:895px;
	padding-bottom:10px;
}
div#content a{
	color: #666666;
}
div#content a:hover{
	color: #666666;
}
div.clear {
	width: 100%;
	font-size: 1px;
	clear:both;
}
div#footer {
	background: #77787c;
	height: 20px;

}
ul#footertext,
ul#design {
	display: block;
	font-size: 9px;
	color: #fff;
	padding: 0px;
	font-weight: bold;
	list-style: none;
	margin: 5px 10px;
}
ul#footertext {
	float: left;
	width: 300px;
}
ul#design {
	float: right;
}
ul#footertext li,
ul#design li {
	display: inline;
	padding: 0em 1.2em;
}
ul#footertext a,
ul#design a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
ul#footertext li.NIMFirstItem {
	padding-left: 0px;
}
ul#footertext li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
	padding-right: 0px;
}