body {
     margin-left:0;
     margin-top:0;
     }

.bodyback {
     background-color:#000066;	 
     }

.header {
	position:absolute;
	width:100%;
	height:101px;
	top:4px;
	left:0px;
	z-index:1;
	background-image:url(../images/Header.jpg);
	background-repeat:no-repeat;
	}
	
 .mainbox {
	position:absolute;
	width:90%;
	top:110px;
	left:25px;
	z-index:98;
	background-color:#CCCCCC;
	padding:5px;
	} 
	
 .mainboxwhite {
	position:absolute;
	width:90%;
	top:110px;
	left:25px;
	z-index:98;
	background-color:#ffffff;
	padding:5px;
	} 	
	
 .addressbox {
	position:absolute;
	width:200px;
	height:101px;
	top:20px;
	left:700px;
	z-index:99;
	} 
	
 .submitbox {
	position:fixed;
	width:310px;
	height:290px;
	top:130px;
	left:610px;
	z-index:99;
	} 	

 .statsbox {
	position:absolute;
	width:100px;
	height:100px;
	top:200px;
	left:200px;
	z-index:1;
	} 

.1000index {
	z-index:1000;
	}
	
.99index {
	z-index:99;
	}	
		
.space6 {
	letter-spacing:6px;
	}
	
.space {
	letter-spacing:18px;
	}
	
.onehalfline {
	line-height: 160%;
	}

.bluebullets {
	list-style-image:url(../images/bluebullet.gif);
	}
	
.orangebullets {
	list-style-image:url(../images/orangebullet.gif);
	}	

.turqbullets {
	list-style-image:url(../images/turqbullet.gif);
	}
	
.yellowbullets {
	list-style-image:url(../images/yellowbullet.gif);
	}
	
.redbullets {
	list-style-image:url(../images/redbullet.gif);
	}
	
.whitebullets {
	list-style-image:url(../images/whitebullet.gif);
	}			

.nobullet {
	list-style-type:none;
	}

.graylink {
	  color:#666565;
	  }

.turq {	  
	  color:#037580;
	  }
	  
.red {	  
	  color:#c6031f;
	  }	  

.white {
	  color: white;
	  }

.left {
     text-align:left;
     font-family:Tahoma, Arial;
       }

.center {
     text-align:center;
     font-family:Tahoma, Arial;
       }

.right {
     text-align:right;
     font-family:Tahoma, Arial;
       }

.font50 {
     font-family:Tahoma, Arial;
     font-size:50px;
      }

.titlefont {
     font-family:Tahoma, Arial;
     font-size:60px;
      }

.font32 {
     font-family:Tahoma, Arial;
     font-size:32px;
      }

.font22 {
     font-family:Tahoma, Arial;
     font-size:22px;
      }

.font18 {
     font-family:Tahoma, Arial;
     font-size:18px;
      }

.font16 {
     font-family:Tahoma, Arial;
     font-size:16px;
      }
	  
.font14 {
     font-size:14px;
      }

.font12 {
     font-size:12px;
      }

.font10 {
     font-size:10px;
      }

.bold {
     font-weight:bold;
     }

.underline {
	text-decoration:underline;
	}