
html, body{ 
 margin:0;
 padding:0;
 text-align:center;
 background-color: #76755F;
 font-size:small;
} 

#wrapper{ 
 width:780px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-color: #ffffff;
} 
 
#header{
 position:relative; 
 background-color: #F8F6F2;
 background-image: URL("../images/headerimg.gif"); 
 /* background-image: URL("../images/schoolies_logobasic.gif");  */
 background-repeat:no-repeat;
 width:780px;
 height:106px;
}

#footer{ 
 background-color:#ffffff; 
 clear:both;
 text-align:center;
 font-size:small;
 }
 
 .steptext {
 color: #76755F;
 font-size: small;
 font-weight: bolder;
 font-style: italic;
 }

 .stepsection {
 background-color:#F1EFE6;
 margin:10px;
 padding:10px;
 }

 .textinput {
  border: solid 1px #BBBBBB;
  color: #444444;
  background-color: #F8F6F2;
  text-align:left;
  padding-bottom:3px;
  width:150px;
  }

  .button {
   /* cursor: hand; */
   font-weight: bolder;
   font-family: Arial;
   text-align: center;
   color: #F1EFE6;
   background-color: #0C2B48;
   width:200px;
   float:right;
   }

   .agentlogin {
	position:relative;
	left:600px;
	top:-10px;
   }

