 .flag1{
   
    float: left;
    z-index: 0; 
    top: 408px;
    position: fixed;
    height: 230px;
    width
    left:0; 
    right: 60px;
    
  } /*For the flag on the federal.html*/
 .flag{
    
    float: left;
    z-index: 0; 
    top: 104px;
    position: fixed;
    height: 230px;
    width
    left:0; 
    right: 60px;}
    
  
/*So it will indent at the start of any p*/
  p{
    text-indent: 20px;
  }
  /*So all images float left*/
  img{
    float: left;
  }
  /*Text box on federal*/
  .textbox {  
    width: 50%;
    float: left;
    z-index: 0;
    top: 104px;
    min-width: 70%;
    position: fixed;
    background-color: white;
    left:10px;
    padding:10px;
  }
  /*The video on the home screen*/
 .video{
    width: 100%;
    height: 560px;
    background-color: #99a4b5;
    z-index: 0;
    top: 94px;
    left: 0;
    right: 0;
    border-width: 3px;
    border-color: white;
    border-style: solid;
    border-left-width: 0; 
    border-right-width: 0;   
    min-width: 70%;
    position: fixed;
    
  }
/*So I can color text blue*/
.blue{ 
    color: blue;
    text-decoration: none;
  }

/*Used in "DO YOU WANT TO KNOW MORE?/*/
.eimg{
    height: 120px ; 
    width: 120px;
    float: left;
   }
/*km=KNOW MORE?*/
.km{
    float:left; 
    font-size: 90px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    color: white;
    padding-left: 7%;
     text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
}
/*To set the color*/
body{ 
	background-color: tan;
 	font-family: Impact;
 	position: relative;
 } 
 /*The actual bar for do you want to know more*/
 .kno{ 
  width: 100%;
  height: 110px;
  background-color: #99a4b5;
  z-index: 0;
  left: 0;
  right: 0;
 	bottom: 0;
 	border-color: white;
 	border-top-width:7px;
 	border-bottom-width:0;
 	border-style: solid;
	border-left-width: 0; 
	border-right-width: 0;   
  
  	position: fixed;
    float: left; 
 }
   /*Navigation bar*/
 .navbar{     
 	width: 100%;
    height: 80px;
    background-color: #99a4b5;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
 	  border-color: black;
 	  border-width: 7px;
 	  border-style: solid;
	  border-left-width: 0; 
	  border-right-width: 0;   
  	min-width: 70%;
  	position: fixed;
	  
  }  	
  	/*The buttons for navbar*/
    .navbut{ 
  	float:left; 
  	font-size: 40px;
  	padding-left :2.5%;
 	  padding-right:2.5%;
  	text-align:center;
  	margin-left: auto;
  	margin-right: auto;
  	height: 50px; 
  	width: 15%;
	  color: black;
  
  	 } 

     /*Top container*/
  	.topcon{ 
  	width: 100%;
    height: 80px;
    min-width: 1280px;
   	margin-top: 30px;

	
  	 } 
     /*For the fancy hover effect*/
  	.hover:hover { 
  	background-color: black;
  	color: white;
  /*For the fancy hover effect*/
  } 
  .navbut:hover { 
  	background-color: black;
  	color: white;
	  text-decoration: none;
  	
  /*Broken now, fix later*/
  body{
  	cursor: url(Pointer.cur), auto ;
  } 
  /*Color of links and thier effects*/
  a{ color: black; 
  	text-decoration: none;
  	
  } 
  
 