/* fonts.css */

/* Font Styles */

body{
  font-family: Arial, Helvetica, sans-serif;
  color:#fff;
}

#subheader{
  font-size:12pt;
}
 
#content a:link { 
  color : #7873fe; 
} 
#content a:visited { 
  color : #7873fe; 
} 
#content a:hover { 
  color : #e7f318; 
}

#navlist{ 
  line-height:35px;
  font-weight:bold;
  color:#bc0808;
}

#navlist a:link{
  color:#fff; 
}  

#navlist a:visited{
  color:#bc0808 
} 

#navlist a:hover{
  color:#fff; 
}  

#content p{
  font-weight:bold;
  font-size:13pt;
  line-height:23px;
  text-indent:35px;
}

/* Applies to h1 elements in the content division */
#content h1{
  text-align: center;
  font-size:18pt;
  color:#bc0808; 
  font-weight:normal;
  font-style:normal;
  font-variant:small-caps;
  letter-spacing:1.28px;
  line-height:30px;
}

/* Applies to h1 elements in the content division */
#content h2{
  color:#bc0808;
  text-align: left;
  font-size:12pt; 
  font-weight:bold;
  font-style:normal;
  font-variant:small-caps;
}

/* Applies to h3 elements in the content division */
#content h3{
  text-align: center;
  font-size:13pt; 
  font-weight:normal;
  font-style:italic;
  font-variant:small-caps;
  line-height:38px;
}


#footer p{
  font-weight:bold;
  font-size:13px;
  text-align: center;
  line-height:15px;
  color:#fff;
}
