html
{
  background: url( 'Images/mainBkgdBlu.gif' ) repeat;
  background-attachment: fixed;
  }

body
{
  display: center;
  position: relative;
  background: url('Images/blackBkgdLt.png');
  background-repeat: repeat-y;
  margin: 0 auto;
	padding-left: 23px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	width: 698px;
  }


#container
{

  background: 000;
  width: 650px;
  padding: 0;
	float: left;
	
  }
  
#container2
{
  display: inline-block;
  background-image: url('Images/leftBkgdLt.jpg');
  width: 650px;
  padding: 0;
	float: left;
  }

table
{
  padding-left: .7em;
}




p
{
  color: #5C5C5C;
  font-size: 14px;
  line-height: 160%;
  margin: 0.7em;
  }


h1, h2, h3
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
  }
  
h1
{
  font-weight: normal;
	font-size: 20px;
	padding-left: .4em;
  }

h2
{
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding-left: .7em;
  }
  
h3
{
	font-weight: normal;
	font-size: 14px;
	padding-left: 1em;
  }

td
{
	font-weight: normal;
	font-size: 11px;
  }

th
{
	font-weight: bold;
	font-size: 11px;
  }



a
{
	font-weight: normal;
  }
a:link
{
	color: #dd6600;
  }
a:visited
{
	color: #dd6600;
  }
a:hover
{
	color: #add0ed;
  }
a:active
{
	color: #4f97cd;
  }
img
{
	border: 0;
  }

#Banner
{
	padding-top: 19px;
  }

#mainNavigation
{
  display: inline-block;
  background-color: #fff;
  margin: auto auto 7px auto;
  cursor: pointer;
  position: relative;
  list-style-type: none;
  width: 650px;
  height: 32px;
  padding-top: 20px;
  left: 0;
  top: 0;
  }

#mainNavigation a
{
  display: inline-block;
  width: 104px;
  height: 32px;
}

#mainNavigation ul
{
  display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
  }

li#tab1
{
	float: left;
	position: absolute;
	left: 60px;
	height: 32px;
	width: 104px;
	padding: 0;
	background: url('Images/tab1Lt.gif') no-repeat right top;
  }
  

li#tab2
{
	float: left;
	position: absolute;
	left: 158px;
	height: 32px;
	width: 104px;
	padding: 0;
	background: url('Images/tab2Lt.gif') no-repeat right top;
  }

li#tab3
{
	float: left;
	position: absolute;
	left: 276px;
	height: 32px;
	width: 104px;
	padding: 0;
	background: url('Images/tab3Lt.gif') no-repeat right top;
  }

li#tab4
{
	float: left;
	position: absolute;
	left: 404px;
	height: 32px;
	width: 104px;
	padding: 0;
	background: url('Images/tab4Lt.gif') no-repeat right top;
  }
  
li#tab5
{
	float: left;
	position: absolute;
	left: 512px;
	height: 32px;
	width: 104px;
	padding: 0;
	background: url('Images/tab5Lt.gif') no-repeat right top;
  }
  
li#tab1 a:hover
{ 
  background: url('Images/tab1Lt_hover.gif') no-repeat right top;
}

li#tab1active
{ 
  background: url('Images/tab1Lt_hover.gif') no-repeat right top;
	float: left;
	position: absolute;
	left: 60px;
	height: 32px;
	width: 104px;
	padding: 0;
}

li#tab2 a:hover
{ 
  background: url('Images/tab2Lt_hover.gif') no-repeat right top;
}

li#tab2active
{ 
  background: url('Images/tab2Lt_hover.gif') no-repeat right top;
  float: left;
	position: absolute;
	left: 158px;
	height: 32px;
	width: 104px;
	padding: 0;
}

li#tab3 a:hover
{ 
  background: url('Images/tab3Lt_hover.gif') no-repeat right top;
}

li#tab3active
{ 
  background: url('Images/tab3Lt_hover.gif') no-repeat right top;
  float: left;
	position: absolute;
	left: 276px;
	height: 32px;
	width: 104px;
	padding: 0;
}

li#tab4 a:hover
{ 
  background: url('Images/tab4Lt_hover.gif') no-repeat right top;
}

li#tab4active
{ 
  background: url('Images/tab4Lt_hover.gif') no-repeat right top;
  float: left;
	position: absolute;
	left: 404px;
	height: 32px;
	width: 104px;
	padding: 0;
}

li#tab5 a:hover
{ 
  background: url('Images/tab5Lt_hover.gif') no-repeat right top;
}

li#tab5active
{ 
  background: url('Images/tab5Lt_hover.gif') no-repeat right top;
  float: left;
	position: absolute;
	left: 512px;
	height: 32px;
	width: 104px;
	padding: 0;
}

#subBox1
{
	/*background-image: url('Images/leftBkgdLt.jpg');*/
  vertical-align: top;
	width: 75%;
	float: left;
	padding: 0;
	margin: 0;
  }

#subBox2
{
	/*background-image: url('Images/rightBkgd.gif');*/
  vertical-align: top;
	width: 25%;
	float: right;
	padding: 0;
	margin: 0;
  }

#subBoxLeft
{
  vertical-align: top;
	width: 25%;
	float: left;
	padding: 0;
	margin: 0;
  }
  
#subBoxRight
{
  vertical-align: top;
	width: 70%;
	float: right;
	padding: 0;
	margin: 0;
  }


.orangeHead
{
  color: #dd6600;
  }


.grayHead
{
  color: #5c5c5c;
  }

.blueHead
{
  color: #406fa9;
  font-size: 20px;
  }

  
#Bottom
{
  background: url('Images/bottomBar.jpg');
}
  
  
  #bottomPageLinks
{
	padding-top: 10px;
  padding-left: 0;
  padding-bottom: 20px;
  width: 650px;
	}
	
.quote {
  font-size: 14px;
	font-family: Palatino, Trebuchet-MS, Times-New-Roman, serif;
	color: #406fa9;
	margin: 1.0em;
	font-style: italic;
	font-weight: normal;
	}	
	
.quoteName {
  font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 120%;
	color: #5c5c5c;
	font-style: italic;
	font-weight: normal;
	}		
	
	
	.legalinfo {
	float: left;
  font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5c5c5c;
	font-style: normal;
	font-weight: normal;
	}
