html, body {
    height: 100%;
    margin: 0;
    padding: 0; 
    width:640px;     
}

body {
    background-color: #00386b;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;    
    height: auto !important;
    margin: 0;
    min-height: 100%;  
    padding: 0;       
}

#header {
  background: none repeat scroll 0 0 #FFFFFF;
  height:66px;	
  left: 0;
  top: 0;
  width: 100%;
  z-index: 998;  
}


#header .logo {
    float: right;
    right: 25px;
    margin-top: 8px; 
}

#header .title {
    float: left;
    top: 8px;
    padding-left: 10px;
    padding-top: 8px;
    width: 60%;
    font-size: 16px;  
    font-weight: bold;     
}
      
#content{ 
	margin-top: 20px; 
	margin-left: 10px; 	
  text-align: left;
  min-height: 400px;	
}
 
#content h1 {
  color: #ffffff;
	margin-top: 20px; 
  font-size: 16px;  
  font-weight: bold;     
} 
#content p{ 
  color: #ffffff;
	margin-top: 20px; 
}              
img {
  border: none;
}

#footer {
  position: relative;
	margin-top: 20px; 
	margin-left: 10px; 
	margin-right: 10px; 	
	height: 40px;
	clear:both;
  color: #ffffff;	
} 


#footer A {
  margin-left: 10px;
  text-decoration: none;
  color: #ffffff;	    
}