@charset "UTF-8";
/* CSS Document */

a.simple {
  font-size: 13px;
  font-family: Arial;
  color: #0000FF;
}

a.simple:hover {
  text-decoration: underline;
  }
  
a.FAQs {
  font-size: 13px;
  font-family: Arial; 
  color: #FFFFFF;
}  

a.FAQs:hover {
  text-decoration: underline;
  }

a.top-nav-links {
  font-size: 13px;
  font-family: Arial; 
  color: #FFFFFF;
}

a.top-nav-links:hover {
  text-decoration: underline;
  }
  
a.footer-links {
  font-size: 13px;
  font-family: Arial;
  color: #0000FF;
} 

a.footer-links:hover {
  text-decoration: underline;
  }
  
  
a.left-nav {
  font-size: 13px;
  font-family: Arial; 
  color: #FFFFFF;
}  

a.left-nav:hover {
  text-decoration: underline;
  }  
  
  h1, h2, h3, h4, h5 { 
  font-weight:bold;
  font-family: Arial;
  margin: 0;
}

  h1, h4 { 
  color:#ff9718;
}

  h2, h3, h5 { 
  color:#ffffff;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 16px; }
h5 { font-size: 16px; }  

img.photo {
border: 2px solid #cccccc; 
padding: 2px;
margin: 9px 0 13px 0;
}

img.top-banner{
float: right;
}
 
font.title {
  font-size: 14px;
  font-family: Arial;
  color: #0000FF;
  font-weight:bold;
}

.learn-more-button {
  font-size: 18px;
  font-family: Arial; 
  color: #FF9718;
  font-weight:bold;
  margin: 10px 0 0 0;
}

.learn-more-button:hover {
  font-size: 18px;
  font-family: Arial; 
  color: #FFFFFF;
  font-weight:bold;
  background:#0000FF;
  padding: 3px 5px 3px 5px; 
}