#MainContent {
	width: 980px !important;
	margin: 0px auto;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}

#MainContent h2 {
	margin: 0px;
	padding: 0px;
}

#MainNavigation {
	width: 980px !important;
	margin: 0px auto;
}

#MainNavigation a {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
	line-height: 31px;
}

#MainNavigation a:hover,
#MainNavigation div.active a,
#MainNavigation .active {
	color: black;
	text-decoration: underline;
}

#MainNavigation .Logo {
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
}

#MainNavigation .Banner {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}

#MainNavigation .MenuItems {
	clear: both;
	background-image: url("/shared/gfx/bg.gif");
	background-repeat: repeat-x;
	border-bottom: 1px solid #BBBBBB;
	border-top: 1px solid #CCCCCC;
	height: 31px;
	line-height: 31px !important;
	margin-bottom: 10px;
}

#MainNavigation .MenuHeader {
	width: 100%;
}

#MainNavigation .MenuItems div {
	float: left;
	white-space: nowrap;
	border-right: 1px solid #CCCCCC;
	padding: 0px 10px;
}

#MainNavigation .MenuItems .first {
	border-left: 1px solid #CCCCCC;
}

#MainNavigation .MenuItems .last {
	float: right;
}

.clear {
	clear: both;
}

