body {
    background-color: #fff;
    background-repeat: repeat-x;
    margin: 0px;
    font-family: arial;
    font-size: 8pt;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    color: #000000;
}


/* --------- PARENT STRUCTURE --------- */

#parentDiv{
  position: relative;
  text-align:center;
  z-index: 10;
}

#parentTable{
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

td.contentContainer{
  background-color:#ffffff;
  padding:0px;
}

#disclaimerDiv{
  text-align:center;
}

td.disclaimerTopBar{
    background-color: #000066;
    height: 2px;
}

td.disclaimerContainer{
  color:#999999;
  background-color:#ffffff;
  padding:0px;
}

#blueBarDiv{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 69px;
  background-color: #000066;
  z-index: 0;
}

/* --------- NAV STRUCTURE --------- */

td.headerBar{
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image: url(../../images/top_bg_new.gif);
    background-position: 0px 0px;
    height: 40px;
}

td.secondHeaderBar{
    background-color: #000066;
    /*background-repeat: repeat;
    background-image: url(../../images/dot_H.gif);
    background-position: 0px 0px;*/
    height: 0px;
}

td.navTopBar{
    background-color: #000066;
    height: 2px;
}

td.navBottomBar{
    background-color: #000066;
    height: 3px;
}

td.navSpanBottomBar{
    background-color: #ffffff;
    /*background-repeat: no-repeat;
    background-image: url(../../images/brick_bg2.gif);
    background-position: 0px 0px;*/
    height: 0px;
}

td.navBackground{
    background-color: #000066;
}

td.buttonCell{
    background-color: #ffffff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

td.buttonSpacer{
    background-color: #ffffff;
    width:1px;
}

td.navGetQuoteCell{
    padding: 0px;
}

/* --------- END NAV STRUCTURE --------- */


img {
  display: block;
  border: 0px;

}

td.mailCellLeft{
  width: 475px;
  vertical-align: top;
}

td.mailCellRight{
  width: 305px;
  vertical-align: top;
}

td.leftMargin{
  width: 40px;
}

td.navBodySpacer{
  height: 5px;
}

td.bulletPoint{
  width: 13px;
  vertical-align: center;
  horizontal-align: center;
}

td.cellRowSpacer{
  height: 1px;
  background: #cccccc;
}

h1{
  font-size: 160%;
  font-weight: bold;
  color: #000066;
}

h2{
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
}

h3{
  font-size: 140%;
  font-weight: bold;
  color: #000066;
}

.common {
  font-family: arial;
  font-size: 8pt;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

.commonAltCell {
  font-family: arial;
  font-size: 8pt;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  background-color: #7DB6B6;
}

.commonBold {
  font-family: arial;
  font-size: 8pt;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  color: #000000;
}

.li {
  font-family: arial;
  font-size: 8pt;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

/* --------- BODY LINKS --------- */

a:link {
  text-decoration: underline;
  color: #000000;
}

a:visited {
  text-decoration: underline;
  color: #000000;
}

a:active {
  text-decoration: underline;
  color: #000000;
}

a:hover {
  text-decoration: underline;
  color: #000066;
}

/* --------- NAV LINKS --------- */

a:link.nav {
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  color: #000066;
}

a:visited.nav {
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  color: #000066;
}

a:active.nav {
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  color: #000066;
}

a:hover.nav {
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

/* --------- NAV GET QUOTE LINKS --------- */

a:link.navGetQuote {
  font-family: arial;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

a:visited.navGetQuote {
  font-family: arial;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}


a:active.navGetQuote {
  font-family: arial;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

a:hover.navGetQuote {
  font-family: arial;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
  color: #90e400;
}



#pageContainer {
	width: 900px;
	height: 560px;
	margin: 0 auto;
	padding: 110px 0 0 0;
	background-color: #006;
	}
	
#logoStrip {
	width: 700px;
	text-align: left;
	background-color: #fff;
	margin: 0px auto;
	}
	
p#landingText {
	color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	}
	
p#landingText a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;	
	}
	
p#landingText a:hover {
	text-decoration: none;
	}

#disclaimer {
	margin: 0 auto;
	width: 900px;
	text-align: center;
	color: #999;
	padding: 10px 0 0 0;
	}