body
{
    background-color: #0A5174;
    color: #102536; /* set font color to dark blue */
    font-family: Verdana, Tahoma, Arial, Sans Serif;
    font-size: 62.5%; /* Set the initial font-size to 10 pixels (62.5% of the default browser default of 16px) */
    margin-top: 1px;
}

h1
{
    font-size: 1.4em;
    color: #05428f;  /* Gobe blue */
    margin-bottom: -.5em;
}

h2
{
    font-size: 1.4em;
    color: #05428f;  /* Gobe blue */ 
    margin-bottom: 5px;
}

h3
{
    font-size: 1.2em;
    color: #05428f;  /* Gobe blue */
    text-indent: 2em;
    margin-bottom: 1em;
}

.h3IndentedText
{
    margin-left: 3em;
}

p
{
    font-size: 1.2em;
    line-height: 150%;   
    color: #04397b;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

h1, h2, h3, p
{
    margin-left: 1.1em;
}

.lists
{
    font-size: 1.2em;
    list-style-type: square;
    margin-top: 5px;
    margin-bottom: 5px; 
    color: #04397b;
}

.nbrLists
{
    font-size: 1.2em;
    margin-top: 5px;
    margin-bottom: 5px; 
    color: #04397b;
}

.nbrLists li
{
    font-size: 1.1em;
    margin-bottom: 12px;
    color: #04397b;
}

.undecoratedLists
{
    font-size: 1.2em;
    margin-top: -10px;
    margin-bottom: 5px; 
    color: #04397b;
    margin-left: 15px;
    list-style-type: none;
}

#contactInfo
{
    float: right;
    margin: 15px 10px 5px 10px;
}

#contactInfo p
{
    margin-top: 0;
    margin-bottom: 0;
    
}

.boldSubHeader
{
    font-weight: bold;
    margin-left: 5em;
}

.noMarginsBoldSubHeader
{
   margin-top: .5em;
   margin-bottom: 5px;
   margin-left: 5em;
}

.noMargins
{
   margin-top: .5em;
   margin-bottom: 5px;
}

p a:link
{ 
	color:blue; text-decoration:underline;
}
   
p a:visited 
{ 
	color:red; text-decoration:underline;
}

.lists a:link
{ 
	color:blue; text-decoration:underline;
}

.lists a:visited 
{ 
	color:red; text-decoration:underline;
}


h1 a:link
{ 
	color:blue; text-decoration:underline;
}

h1 a:visited 
{ 
	color:red; text-decoration:underline;
}

