/* CSS Document */
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	/*vertical-align: top;*/
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	color: #316ac5;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #5DA73D;
}
.nav {
	background-color: #A6BDDB;
	width: 180px;
}
.navLast {
	font:14px Garamond, 'Times New Roman', Times, serif; 
}
		
.desc_hid {
	visibility: hidden; 
}

.desc_show { 
	visibility: visible;
}
		
.pageHeader {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold;
	color: #2D72B2;
	font-size: 23px;
	line-height: 25px;
	text-transform: uppercase;
}
.subpageHeader {
	font: bold 16px Georgia, "Times New Roman", Times, serif; 
	color: #316ac5;
	margin-top: 26px;
}
.subpageHeaderWHITE {
	font: bold 16px Georgia, "Times New Roman", Times, serif; 
	color: #FFFFFF;
	margin-top: 26px;
}
.fast_facts_header {
	font: Bold 12px  Arial, Helvetica, sans-serif; 
	color: #316ac5;
}
.ff_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
}

.sectionHeader {
	font: Bold 15px  Arial, Helvetica, sans-serif;
	color: #2D72B2;
	text-decoration: none;
}
.sectionHeader a {
	font: Bold 15px  Arial, Helvetica, sans-serif; 
	color: #5DA73D;
	text-decoration: none;
}
.sectionHeader a:hover {
	font: Bold 15px  Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: underline;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	padding: 18px;
	width: auto;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: black;
}
li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	color: #316ac5;
}
li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #5DA73D;
}

.second_nav {
	background-color: #A6BDDB;
	width: 180px;
	border-bottom: thin solid white;
	text-align: left;
}
.second_nav td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: thin solid white;
	text-align: left;
}
.second_nav td:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: thin solid white;
	text-align: left;
	background-color: #2D72B2;
}
.sidenav {
	background-color: #A6BDDB;
	text-decoration: none;
	color: black;
	display: block;
	width: 180px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	padding: 5px 0px 5px 3px;
}
.sidenav:hover {
	background-color: #2D72B2;
	text-decoration: none;
	color: white;
	display: block;
	width: 180px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	padding: 5px 0px 5px 3px;
}
.sidenav-on {
	background-color: #2D72B2;
	text-decoration: none;
	color: white;
	display: block;
	width: 180px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	padding: 5px 0px 5px 3px;
}

/* begin added style */
.sidenav-on:hover{
	background-color: #2D72B2;
	text-decoration: none;
	color: white;
	display: block;
	width: 180px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	padding: 5px 0px 5px 3px;
}
/* end added style */

.quote {
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #FFF;
	text-indent: -0.5em;
	margin: 1em;
}

/*.quote sup {
	line-height: 16px;
	font-size: 11px;
	vertical-align: top;
}*/

.image_caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

.mainnav {
	text-decoration: none;
	background-color: #FFFFFF;
	color:#000000;
	height: 30px;
	text-indent: 10px;
	padding: 5px 0px;
	display: block;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	vertical-align: middle;
}

.mainnav:hover {
	text-decoration: none;
	background-color: #2D72B3;
	color: #ffffff;
	width: 100%;
	height: 30px;
	text-indent: 10px;
	padding: 5px 0px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	vertical-align: middle;
}
.nav td {
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
	border-top: thin none White;
	text-align: left;
}
li {
	display:list-item;
	margin-left: -25px;
	margin-right: 5px;
	margin-bottom: 12px;
	list-style-image:url(images/3p.gif);
}

/* I've added the following styles */
.backtotop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	margin: 0 0 32px 0;
}
.backtotop a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.backtotop a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 23px;
	line-height: 25px;
	text-transform: uppercase;
}
h2 {
	font-family: Verdana, Geneva, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

