.showSwitch {
	display: block;
	margin-bottom:20px;
	margin-top:-5px;
	border:1px solid #a3a5aa;
	border-top:0px;
	height:215px;
}

.hideSwitch {
	display: none;
}

.expandMenu {
}

.expandMenu dt {
	background-color: #e1e1e1;
	background-image:url(images/outlookBackground.jpg);
	background-repeat:repeat-x;
	padding-left: 10px;
	padding-top:7px;
	margin: 0px 0px 5px;
	color: #545454;
	cursor:pointer;
	height:28px;
	border:1px solid #a3a5aa;
}

.expandMenu #collapseText {
	text-transform:none;
	color: #545454;
	font-size:11px;
	margin-top:-18px;
	margin-left:200px;
}

.expandMenu a {
	color: #00a160;
	text-decoration:none;
}

.expandMenu a:hover {
	color: #00a160;
	text-decoration:underline;	
}

.alignCenter {
	text-align: center;
}