html, body {
		background-color: #3750B0; /* <-- Background color */
		/*text-align: center;*/
		
		background-attachment: fixed;
		height: 100%;
}

.style1 {font-family: Arial, Helvetica, sans-serif; 
		color: #00FFFF;
		font-weight:bold; }
		
.style2 {font-family: Arial, Helvetica, sans-serif; 
		color: #FFFFFF;
		font-weight:bold; }
.style3 {font-family: Arial, Helvetica, sans-serif; 
		color: #000000;
		 font-weight:bold;}
.style4 {font-family: Arial, Helvetica, sans-serif; 
		color: #006699;
		}
.style5 {font-family: Arial, Helvetica, sans-serif; 
		color: #000000;
		font-size:24px;
		}
.warning {font-family: Arial, Helvetica, sans-serif; 
		color: #FF0000;
		 font-weight:bold;}
		 
.Buttons ul {
		  font-family: Arial, Helvetica, sans-serif; 
		  font-weight:bold;
		  width: 440px;
		  padding: 0px; 
		  margin: 0px; 
		  font-weight: normal;
		  text-transform: uppercase;
		  list-style-image: url(tenbyten.gif); 
		  text-indent: 15px; /* Brings the text away from the left border */
		  background-color: #233372; /*The normal color of the buttons*/ /* <-- Dark Border color */
}



.Buttons a:link, .Buttons a:visited, .Buttons a:hover {
		  font-weight:bold;
		  border-top: solid 1px #000000; /* Color of the line between the buttons */
		  display: block; /* Basically makes the buttons blocks */
		  text-decoration: none;
		  list-style-image: url(tenbyten.gif); /*Hides the bullets of the list*/
		  width: 100%; /* Makes the buttons look good in IE */
 		  color: #FFFFFF; /* Normal button Text color */
		  padding: 5px 0px 5px 0px;  /*TRBL Makes the spaces between the lines of text */
}

.Buttons a:hover {
		  background-color: #BDB6CB; /*The lighter color of the buttons*/ /* <-- Top Bar Border color */
		  color:#000000 /* Text color during hover */
		  }
.Links a:link, .Links a:visited, .Links a:hover {
		  font-family: Arial, Helvetica, sans-serif;
		  font-weight:bold;
		  /*border-top: solid 1px #000000;  Color of the line between the buttons */
		  display: block; /* Basically makes the buttons blocks */
		  text-decoration: none;
		  width: 100%; /* Makes the buttons look good in IE */
 		  color: #000000; /* Normal button Text color */
		  padding: 5px 0px 5px 0px;  /*TRBL Makes the spaces between the lines of text */
		
}

.Links a:hover {
		  font-family: Arial, Helvetica, sans-serif;
		  background-color: #BDB6CB; /*The lighter color of the buttons*/ /* <-- Top Bar Border color */
		  color:#000000 /* Text color during hover */
		  }
#sample {
    background-color:#FFFFFF;
    }		
#sample2 {
    background-color:#BDB6CB;
    }	 
#footer {
margin-top:50px;
}
#footer a{
color:#FFFFFF;
clear:left;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration: none;
}
 
