@charset "UTF-8";
/* CSS Document */

html {
    overflow: scroll;
    margin-bottom: -17px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	position: relative;
	/*background-color: #1E318F;*/
}

.orangeLine {
	width: 400px;
	border-bottom-color:#FF6600;
	border-bottom-stye: solid;
	border-bottom-width: 1ox;
}
	
a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #20358C;
	text-decoration: none;
}
a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #20358C;
	text-decoration: none;
}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #FF934A;
	text-decoration: underline;
}

a.text:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	color: #20358C;
	text-decoration: none;
}
a.text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	color: #20358C;
	text-decoration: none;
}
a.text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	color: #FF934A;
	text-decoration: underline;
}

.mainContainer {
	width: 800px;
}

.logoContainer{
	position: relative;
	width: 800px;
	clear: right;
}

.navContainer{
	position: relative;
	float: left;
	width: 120px;
}

.copyContainerIndex{
	position: relative;
	float: right;
	width: 507px; <!-- WAS 660PX BEFORE CHANGING TO MAKE ROOM FOR FACEBOOK ADD IN -->
	padding-left: 10px;
	padding-right: 5px;
	border-left: 1px;
	border-left-color:#0000CC;
	border-left-style: solid;
	border-right: 1px;
	border-right-color:#0000CC;
	border-right-style: solid;
}

.copyContainer{
	position: relative;
	width: 480px;
	padding-left: 10px;
	padding-right: 5px;
	border-left: 1px;
	border-left-color:#0000CC;
	border-left-style: solid;
	border-right: 1px;
	border-right-color:#0000CC;
	border-right-style: solid;
	float: right;
}

.imgContainer{
	position: relative;
	float: right;
	width: 160px;
	border-right: 1px;
	border-right-color:#0000CC;
	border-right-style: solid;
	padding-left: 5px;

}

.titleOrange{
	width: 475px;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #ff6600;
}

.tblContainer {
	width: 205px;
	float: left;
	padding-right: 2px;
}