body{
  background-color: black;
  font-size: 75%;
  font-family: "Arial";
  color: #74898c;
}

p{
  margin: 0px;
  margin-bottom: 10px;
}

a:link{
  color: #74898c;
}

a:active{
  color: #74898c;
}

a:visited{
  color: #407177;
}

a:hover{
  color: #74898c;
}

img{
  border: none;
}

h1{
  font-family: "Arial";
  font-weight: normal;
  font-size: 3.2em;
  margin: 0px;
  margin-bottom: 10px;
}

h1 .accentLight{
  color: white;
}

h1 .accentDark{
  color: #407177;
}

h2{
  color: white;
  font-size: 1em;
  font-weight: normal;
  margin: 0px;
}

.subheader{
  font-size: 1.33em;
  line-height: 1.5em;
  margin-bottom: .5em;
  color: white;
}

.centered{
  margin: auto;
  width: 920px;
}

.smallColumn{
  float: left;
  width: 277px;
  height: 170px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.smallStretchColumn{
  float: left;
  width: 277px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.medColumn{
  float: left;
  width: 574px;
  height: 170px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.largeColumn{
  float: left;
  width: 628px;
  margin-left: 35px;
  margin-bottom: 20px;
}

.halfColumnLeft{
  float: left;
  width: 289px;
  height: 190px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.halfColumnRight{
  float: left;
  width: 289px;
  height: 190px;
}

.tubeColumn{
  float: left;
  margin-left: 20px;
  width: 425px;
  height: 355px;
  margin-bottom: 10px;
}

.medColumn .smallColumn{
  float: left;
  width: 277px;
  height: auto;
  margin: 0px;
  margin-right: 20px;
}

.medColumn .smallLastColumn{
  float: left;
  width: 277px;
  height: auto;
  margin: 0px;
}

.headerless{
  margin-top: 69px;
  height: 84px;
}

.button{
  text-indent: 200%;
  overflow: hidden;
  background-position:top left;
  background-repeat: no-repeat;
  display: block;
}

.button:hover{
  background-position: bottom left;
}

.selected{
  background-position: bottom left;
}

#top{
  height: 53px;
  width: 100%;
  background-image: url('Images/navBG.png');
}

#nav{
  height: 53px;
  text-align: right;
}

#nav a{
  height: 52px;
  width: 106px;

  float: right;
}


#navColumn{
  float: left;
  width: 210px;
  height: 170px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 1.33em;
}

#navColumn .selected{
  color: white;
}

#navColumn .arrow{
  position: relative;
  top: 7px;
  left: -5px;
}

#navColumn a:link{
  text-decoration: none;
}

#navColumn a:active{
  text-decoration: none;
}

#navColumn a:visited{
  text-decoration: none;
}

#navColumn a:hover{
  text-decoration: none;
}

#bottom{
  height: 53px;
  width: 100%;
  padding: 0px;
  padding-top: 30px;
  background-image: url('Images/bodyBG.png');
  background-repeat: repeat-x;
}

#middle{
  margin: auto;
  width: 900px;;
  height: 268px;
}

#flashBanner{
  width: 100%;
  height: 100%;
  margin-left: -70px;
  
  background-image: url('Images/nabiBanner.png');
  background-position: -180px -50px;
}

#footer{
  clear: both;
  height: 53px;
  width: 875px;
  padding-top: 12px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
}

#footer .leftFloat{
  float: left;
}

#footer #fiCredit{
  position: relative;
  top: -14px;
}

#footer #fiLogo{
  position: relative;
  top: 7px;
  margin-left: 5px;
}

#primary .hr{
  clear: both;
  margin-left: 18px;
  margin-bottom: 10px;
}

#primary .button{
  height: 29px;
  width: 131px;
}


div{
}