#example {
	position: absolute;
	overflow: auto;
	left: 160px;
	top: 193px;
	width: 350px;
	height: 350px;
	background-color: White;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 90px;
	background-color: White;
	align: center;
}

#header2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 90px;
}

#bodyspace {
	position: absolute;
	left: 170px;
	top: 150px;
	width: 580px;
	height: 250px;
	margin-top: 10px;

}


#topnavspace {
	position: absolute;
	left: 0px;
	top: 104px;
	width: 760px;
	height: 20px;

}

#topnavbar {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 760px;
	height: 30px;
	color: White;
	align: center;

}

#secondnavspace {
	position: absolute;
	left: 165px;
	top: 122px;
	height: 20px;

}

#leftimgspace {
	position: absolute;
	left: 0px;
	top: 165px;
	width: 155px;
	height: 155px;
}

#background {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 764px;
	border-color: #333399;
	border-style: solid;
	border-width: thin;
	background-color: White;
	
}
  .rollwhite {
    font-family:Arial;
    font-size:10pt;
    text-decoration:none;
    color:#99B7DF;
  }

  A.rollwhite:hover {
  color:white;
  }

  .rollblack {
    font-family:Arial;
    font-size:8pt;
    text-decoration:none;
    color:Black;
  }

  .chosenwhite {
    font-family:Arial;
    font-size:10pt;
    text-decoration:none;
    text-decoration: underline;
    color:#99B7DF;
  }

  A.rollblack:hover {
  color:WHITE;
  
  }

  .quote {
    font-family:Arial;
    font-size:8pt;
    color:Black;
    text-align: left;
    margin-left: 1px;
 }
 
  .bodytext {
    font-family: Arial;
    font-size:10pt;
    text-align: left;
    color:Black;
  }

  .brackets {
    font-size:8pt;
  
  }
  
  .go {
    font-family:Arial; 
    font-size:10pt; 
    text-decoration:underline; 
    color: WHITE;
  }
  
   .white {
    font-family:Arial; 
    font-size:10pt; 
    text-decoration:none; 
    color: WHITE;
  }

  #boldtext {
  	font-weight: bold;
	font-style:italic;
	font-size: 12pt;
	color: NAVY;

  }
  
  #bulletlist {
        position: absolute;
      	left: 40px;
      	    	
  }
  
  #tableborder {
        position: absolute;
        top: 100px;
        height: 24px;
        width: 770px;
  }
  
  #tabletext {
      position: absolute;
      top: 200px;
      left: 210px; 
      width: 560px;
      font-family: Arial;
      font-size:10pt;
      text-align: left;

  }
  
    #tabletext2 {
        position: absolute;
        top: 170px;
        left: 185px;
        width: 575px;
        font-family: Arial;
        font-size:10pt;
        text-align: left;
  
  }
  
  #side {
  	position: absolute;
  	left: 0px;
  	top: 150px;

  }
