/*
	JL Web Services 2007
*/

body {margin: 0;
	  padding: 0; 
	  background-color: rgb(56,105,204); 
	  }

table {font-family: Perpetua, Helvetica, sans-serif;}

table#white {background-color: white;
 		     font-family: Perpetua, Helvetica, sans-serif; 
			}

h3 {text-decoration: underline;
	font-weight: bold;
   }

p#cent {text-align: center;
		font-size: large;
		font-family: Perpetua, Helvetica, sans-serif;
		font-weight: bolder;	
	   }
	  
div#but {position: relative;
	     border: 0;
	     left: 50px; top: 0;
		}
			
		
img#butt {border: 0; 
		  position: relative;
       	  left: 120px; top: 0px;}

div#head {width: 900px;
		 background: url('headpic.png');
		 margin: 0px auto 0px;
		 height: 457px;
		 text-align: justify;}
		 
div#fore {width: 900px;
		  background: url('white.jpg');
		  margin: 0px auto 0px;  
		  height: 100%;
		  text-align: justify;
		  font-family: Perpetua, Helvetica, sans-serif;
		  position: relative;
		  }
		  
div#addrs {width: 900px;	
		  background: url('bottom.jpg');
		  margin: 0px auto 0px;  
		  height: 30px;
		  text-align: center;
		  color: white;
		  font-weight: bold;
		  font-family: Perpetua, Helvetica, sans-serif;
		  }	 
		  
#midd {border: 0;
	   color: white; 
	   text-align: center;
	  } 
	  
#end a {color: rgb(131,185,13);
		text-decoration: none;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		}
		  
#end a:visited {color: rgb(131,185,13);
			    text-decoration: none;
			   	font-size: 11px;
			  	font-family: Arial, Helvetica, sans-serif;
			    }
			   
#end a:hover {color: black;
			  text-decoration: underline;
			  font-size: 11px;
			  font-family: Arial, Helvetica, sans-serif;
			  }

#end a:active {color: rgb(131,185,13);
			   text-decoration: none;
			   font-size: 11px;
			   font-family: Arial, Helvetica, sans-serif;
			   }

#end {text-align: center;
		   font-size: 11px;
		   color: black;
		   font-family: Arial, Helvetica, sans-serif;}	
		   

/* jp's form css */

input.submit
{
	color: red;
}
label
{
	color: white;
}

table
{
	margin: 0 auto;
	background-color: rgb( 56,105,204 );
}

form
{
	margin: 0 auto;
}
