body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #281F54;
	font-size: 11px;
	color: #ffffff;
}

.introHeader {
	font-size: 120%;
	font-weight: bold;
}

hr {
	clear: both;
}

a {
	color: #71B5E4;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.pageNav {

}

.header {
	padding: 5px;
	background-color: #281F54;
	color: #B4D2EE;
	font-weight: bold;
	margin-bottom: 0px;
}

.navSelected {
	font-weight: bolder;
	border: 1px solid #418CDD;
}

.title {
	font-size: 120%;
	font-weight: bolder;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #281F54;
}

.pageTitle {
	font-size: 140%;
	font-weight: bolder;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #281F54;
}

.entry {
	margin-top: 0px;
	padding-top: 0px;
}

li {
	padding-top: 1px;
	padding-bottom: 1px;
}

.crumbtrail {
	font-size: 80%;
	color: #969696;
}

#content {
	position: absolute;
	left: 172px;
	right: 10px;
	top: 170px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	line-height: 1.8;
}

#leftPane {
	position: absolute;
	width: 165px;
	padding: 0px;
	top: 170px;
	bottom: 0px;
}
#leftPane a {
	padding: none;
	font-weight: bolder;
	text-decoration: none;
	color: #281F54;
}
#leftPane a:hover {
	color: #281F54;
	text-decoration: underline;
}
#leftPane ul {
	padding-left: 0px;
	margin-left: 10px;
}
#leftPane li {
	list-style: none;
	margin-left: -10px;
	padding-left: 10px;
}
#leftPane li:hover, .selected {
	background-color: #DAE9F7;
}

#topPanel {
	position: absolute;
	top: 0px; 
	left: 0px; 
	right: 0px; 
	bottom: 160px; 
	height: 160px; 
	background: url("/images/v2website/top_back.gif") top left repeat-x;
}
#topPanelRight {
	margin-right: 10px;
	margin-top: 13px;
	float: right;
}
#topPanelLeft {
	margin-left: 10px;
	margin-top: 92px;
}

#pageTitle {
	display: none;
}

#navRail {
	padding-top: 10px;
	margin-left: 10px;
	color: #ffffff;
}