@charset "UTF-8";

/* CSS Document */
.PurpleBack {
	background-color: #D7B8FC;
	padding-left: 10px;
}
.WhiteBack {
	background-color: #FFFFFF;
	padding-left: 10px;
}

#epiNav {
	width: 710px;
	height: auto;
	border: 1px solid #b0b0b0;
	margin: 30px 60px;
	float: left;
}
#epiNav    img {
	float: left;
	height: 78px;
	width: 150px;
	text-align: left;
}
#epiNav .nav-box {
	float: left;
	width: 540px;
	margin: 5px 0px 0px 5px;
}
#epiNav  #nav1  a {
	font-size: 16px;
	color: #60376C;
	text-decoration: none;
}
#epiNav  #nav2  a {
	font-size: 14px;
	color: #044196;
	text-decoration: none;
}
#epiNav    #nav3    a {
	font-size: 12px;
	color: #6B7589;
	text-decoration: none;
}
#epiNav #nav1 a:hover  {
	text-decoration: underline;
}
#epiNav #nav2 a:hover  {
	text-decoration: underline;
}
#epiNav #nav3 a:hover  {
	text-decoration: underline;
}

#ET2 {
	float: left;
	width: 712px;
	color: #505c73;
	margin: 0 60px 30px 60px;
}
#ET2  h1 {
	width: 502px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7C8EA3;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #044196;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
#ET2 h2 {
	font-size: 14px;
	font-weight: bold;
}
#ET2  #leftColumn {
	float: left;
	width: 502px;
	font-size: 12px;
}
#ET2  #rightColumn {
	float: right;
	height: auto;
	width: 200px;
}
.TableHeaders {
	font-size: 16px;
	font-weight: bold;
}
