<style type="text/css">


.tablecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #607CC0;
}
.tablecopyWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
}
.bodyWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	margin-left: 45px;
	margin-right: 45px;
	margin-top: 14px;
}

.bodyCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	margin-left: 120px;
	margin-right: 120px;
	line-height: 24px;
	margin-bottom: 40px;
}

.bodyLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	margin-left: 25px;
	margin-right: 10px;
	line-height: 24px;
}
.bodyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	margin-left: 10px;
	margin-right: 25px;
	line-height: 24px;
}
.bodyBigBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}

.bodySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
}



/*----------------------
start of roll over menu
-----------------------*/
.makeblue{
	height: 15px;
	background-color: #6c91c9;
	padding: 5px;
	}

#nav ul{
	position:relative;
	}

#nav li {
  /*float the main list items*/
  margin: 0;
  float: left;
  display: block;
  padding-right: 15px;
  background-color: #FFF;
  /*top: -15px;*/
  position:relative;
}

#nav li.off ul, #nav li.on ul {
  /*hide the subnavs*/
  display: none;
}


#nav li a {
	/*for all links in the list*/
 	color: #1b2a4b;
	font-weight: normal;
	display: block;
	height: 15px;
	width: 100px;
	padding: 5px;
	background-color: #FFF;
	text-decoration: none;
	font-size: 14px;
	position:relative;
	font-family: "Times New Roman", Times, serif;
}

#nav li.off ul, #nav li.on ul {
	/*put the subnavs below and hide them all*/
    display: none;
	position: absolute;
	height: 0px;
	padding-top: 0px;
}



#nav li.on a {
  /*change border color for active topic area*/
}


/*activat roll over*/
#nav li.on ul a, #nav li.off ul a {
  /*  cancel inherit of border
      on subnav of active topic */
  border: 0;
}

#nav li.on ul {
  /*display active subnav list*/
  display: block;
}

#nav li.on ul a, #nav li.off ul a {
  float: left;
  /*ie doesn't inherit the float*/
  border: 0;
  color: #ffffff;
  width: auto;
  margin-right: 15px;
}

#nav li.on ul {
  /*display the current topic*/
  display: block;
}

#nav li.off:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: 6000;
}


#nav li.off a:hover, #nav li.off:hover a {
  background: #ffffff;
  color: #1b2a4b;
}


#nav li.off ul, #nav li.on ul {
	/*put the subnav below*/
  
  /**top: 44px; reposition for IE*/
}


#nav li.off:hover ul, #nav li.over ul { 
  display: block;
  z-index: 6000;
}


#nav li.off a:hover,
#nav li:hover a,
#nav li.over a {
  background: #6c91c9;
  color: #1b2a4b;
}

#subnav1{
	width: 800px;
	left:-100px;
	}
#subnav2{
	width: 400px;
	left:-40px;
	}
#subnav3{
	width: 400px;
	left:-40px;
	}

body {
	background-color: #0a1e44;
}
</style>
.privacy {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}
