#navigation TD.activeGroup {
	background-image: url('images/subnav1.png');
	background-repeat: no-repeat;
	background-position: 10px 0;
}

#navigation DIV.activeGroup {
	position: relative;
	font-size: 0px;
	line-height: 0px;
}

#subnavigation {
	left: 0px;
	top: 1px;
	position: absolute;
	white-space: nowrap;
	height: 20px;
	padding-top: 5px;
	background-image: url('images/subnav2.png');
	background-position: bottom left;
}

#subnavigation .back {
	background-image: url('images/subnav3.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;
	padding-right: 20px;
}

#subnavigation A {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	padding-right: 15px;
}

#subnavigation A:hover,
#subnavigation A.active {
	color: #003399;
}

#subnavigation A.active {
	font-weight: bold;
}

.contentPane {
	background-image: url('images/content_back.png');
	background-repeat: no-repeat;
	background-position: left 30px;
	min-height: 251px;
	margin-top: 15px;
	padding-left: 32px;
}

.contentPane #content .minHeight {
	float: left;
	width: 0px;
	height: 255px;
}

.contentPane #content {
	width: 510px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	min-height: 255px;
}

.contentPane .horizontalSpacer {
	float: left;
	width: 25px;
	height: 1px;
}

.contentPane #sidePane {
	float: left;
	width: 360px;
}

.contentPane #sidePane .csc-default {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
}

.csc-header h1 {
	color: #003399;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

.csc-default {
	margin-bottom: 25px;
}

.contentPane A:hover {
	color: #003399;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px !important;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image IMG {
	margin-bottom: 8px;
}