@charset "utf-8";
/* CSS Document */
#footerCopyright {
	float: right;
	margin-right: 60px;
	margin-bottom: 20px;
}
#footerMenu {
	float: left;
	margin-left: 10px;
}
.imageNoBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
}
.imageNoBorder:hover {
	border:1px solid #00F;
	text-decoration: none;
}
#linkMenuMargins {
	margin-right: 10px;
	margin-left: 10px;
}
.menuDiv {
	background-repeat: no-repeat;
	width:148px;
	height:40px;
	float:left;
	margin-left:1px;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	line-height: 3.4em;
}
.menuDiv:hover {
	color: #F00;
	text-decoration: underline;
}
.subHeading {
	font-size: 12px;
	color: #004A6A;
	text-align: left;
	font-weight: bold;
}
.subMenu {
	font-size: 10px;
	text-decoration: underline;
	color: #0476A5;
	cursor: pointer;
}
.subMenuPlain {
	color: #0476A5;
	text-decoration: none;
	cursor: default;
}
