body
{
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-family: helvetica;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  word-spacing: normal;
  text-align: left;
  vertical-align: baseline;
  text-decoration: none;
  border: 0px;
}

a
{
  text-align: center;
  text-decoration: none;
}

/*Home Page (hp) starts here*/

#hp_logo
{
  position:absolute;
    top:    20px;
    left:   10px;
  z-index: 300;
}

#hp_top_swoosh
{
  position:absolute;
    top:    42px;
    left:   325px;
  z-index: 200;
}

#hp_bar_with_circles
{
  position:absolute;
    top:    120px;
    left:   10px;
  z-index: 100;
}

#hp_big_blue_space
{
  font-weight: bold;
  font-size: 16px;
  padding: 6px;
  color: #333366;
  background-color: #000066;
  text-decoration: none;
  position:absolute; 
    top:    132px;
    left:   10px;
    width:  585px;
    height: 138px;
  z-index: 1;
}

#hp_click_here
{
  font-weight: bold;
  padding: 6px;
  font-size: 17px;
  color: white;
  background-color: #000066;
  text-decoration: none;
  position:absolute; 
    top:    240px;
    left:   10px;
    width:  160px;
    height: 30px;
  z-index: 100;
}

#hp_description
{
  font-weight: bold;
  font-size: 13px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background-color: #000066;
  text-decoration: none;
  position:absolute; 
    top:    140px;
    left:   307px;
    width:  268px;
    height: 100px;
  z-index: 2;
}

#hp_lil_blue_space
{
  background-color: #000066;
  text-decoration: none;
  position:absolute; 
    top:    240px;
    left:   327px;
    width:  268px;
    height: 30px;
  z-index: 1;
}

#hp_bottom_swoosh
{
  position:absolute;
    top:    270px;
    left:   300px;
}




/*and now the nav bar*/


.nav_logo
{
  position: absolute;
    top:    12px;
    left:   15px;
}




/* first the blue buttons on top */

.nav_blue_buttons
{
  text-decoration: none;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #76EE00;
  position: absolute;
    top: 20px;
}

.nav_blue_bg
{
  font-weight: bold;
  font-size: 11px;
  color: #333366;
  background-color: #000066;
  text-decoration: none;
  position:absolute; 
    top:    20px;
    left:   397px;
    width:  350px;
    height: 15px;
  z-index: 1;
}

.nav_button_1
{
  position: absolute;
    left:   419px;
  z-index: 23;
}

.nav_button_2
{
  position: absolute;
    left:   500px;
  z-index: 22;
}

.nav_button_3
{
  position: absolute;
    left:   580px;
  z-index: 23;
}

.nav_button_4
{
  position: absolute;
    left:   647px;
  z-index: 24;
}

/* and here are the green buttons */

.nav_green_buttons
{
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #336633;
  position: absolute;
    top: 37px;
}

.nav_white_bg
{
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  background-color: #ffffff;
  text-decoration: none;
  position:absolute; 
    top:    35px;
    left:   397px;
    width:  350px;
    height: 15px;
  z-index: 2;
}

.nav_button_5
{
  position: absolute;
    left:   419px;
  z-index: 13;
}

.nav_button_6
{
  position: absolute;
    left:   501px;
  z-index: 12;
}

.nav_button_7
{
  position: absolute;
    left:   581px;
  z-index: 11;
}

.nav_button_8
{
  position: absolute;
    left:    647px;
  z-index: 10;
}

/* and finally the other buttons */

.nav_dblue_buttons
{
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  color: #ccffff;
  position: absolute;
    top: 54px;
}

.nav_dblue_bg
{
  font-weight: bold;
  font-size: 17px;
  color: #9999ff;
  background-color: #9999ff;
  text-decoration: none;
  position:absolute; 
    top:    54px;
    left:   397px;
    width:  350px;
    height: 20px;
  z-index: 1;
}

.nav_button_9
{
  position: absolute;
    left:   419px;
  z-index: 33;
}

.nav_button_10
{
  position: absolute;
    left:   541px;
  z-index: 32;
}

.nav_button_11
{
  position: absolute;
    left:   654px;
  z-index: 31;
}

div .fixed_overflow
{
  position: fixed;
  overflow: visible;
}


/*Main Page*/

#fp_header_1
{
  font-family: Times New Roman;
  font-size: 120%;
  font-weight: bold;
  position: absolute;
    top:    115px;
    left:   40px;
}

#fp_text_1
{
  font-family: Times New Roman;
  font-size: 100%;
  position: absolute;
    top:    140px;
    left:   40px;
    width:  400px;
}

#fp_header_2
{
  font-family: Times New Roman;
  font-size: 120%;
  font-weight: bold;
  position: absolute;
    top:    115px;
    left:   540px;
}

#fp_text_2
{
  font-family: Times New Roman;
  font-size: 100%;
  position: absolute;
    top:    140px;
    left:   540px;
    width:  200px;
}
