﻿body
{
    font-family: arial, sans-serif;
    font-size: 12px;
    color: black;

}

h1
{
    font-size: 26pt;
    color: white;
    font-family: 'Century Gothic' , Arial;
    font-weight: normal;
    text-align: left;
} 
  
h2
{
    font-size: 16pt;
    color: black;
    font-family: Arial;
    font-style: italic;
    text-align: left;
}

h3
{
    font-size: 14pt;
    color: #017cc2;
    font-family: 'Eras Demi ITC';
    text-align: center;
}

a:link
{
 text-decoration: none;
 color: #5AADAA; 
 font-weight:bold;               
}
a:visited
{
 text-decoration: none;
 color:  #5AADAA; 
 font-weight:bold;               
}    

a:hover
{
  color: black;  
  text-decoration: none;
  background-color: #8BC0DE;
}
.special
{
    font-size: large;
    color: #8c2924;
    font-weight: bold;
    font-family:  Comic Sans MS;
    text-decoration: 'none';
    border:border-width: '0';
    text-align:center;
}
.headerGray
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    background-color: #8b8b8b;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
} 

.headerRed
{
    border-left: white solid;
    background-color: #8c2924;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
     
}
.silver
{
    background-color:#dddddd;
}

.teal
{
   color: #017cc2;
   font-weight: bold;
}
.turquoise
{
 color: #5AADAA; 
 font-weight: bold;
}

.navBar
{
    background-color: #8c2924;
    border-top: white solid;
    border-bottom: white solid;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align:top;
}

.underBold
{
    text-decoration: underline;
    font-weight:bold;
    font-size: larger;
}
.description
{
    font-size: 14px;
}

.footer
{
    font-size: medium;
    font-weight: bold;
    color: #017cc2;
    font-family: Arial;
    background-color: white;
    border-top: #017cc2 thick solid;
    border-bottom: #017cc2 thick solid;
        padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;

}

.requirements
{
    font-family: 'Eras Demi ITC';
    text-align: left;
    font-size: medium;
}

.bluebox
{
    border-right: #017cc2 thin solid;
    border-top: #017cc2 thin solid;
    border-left: #017cc2 thin solid;
    border-bottom: #017cc2 thin solid;
}
  
.graybox
{
    border-right: #aaaaaa thin solid;
    border-top: #aaaaaa thin solid;
    border-left: #aaaaaa thin solid;
    border-bottom: #aaaaaa thin solid;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}  
.contact
{
     font-size:larger;   } 
