﻿body 
{
 font-family: Century Schoolbook, Verdana, Calibri;
 font-size: 14px;
 background-color:White;   
 text-align:center;
}

.leftColumn
{
    width: 250px;   
    border: solid 1px black;
    vertical-align:top;    
}
.centerColumn
{
    width: 455px;
    border-bottom: solid 1px black;
    border-top: solid 1px black;
    text-align:center;vertical-align:top;padding:3px;
}
.rightColumn
{
    width:250px;
    /*color:#1D71F2;*/
    border: solid 1px black;
    vertical-align:top;
    text-align:center;    
}
h3
{
    font-family: Century Schoolbook, Verdana, Calibri;
    color:#1D71F2;
    font-style:italic;
}
h2
{
    font-family: Century Schoolbook, Verdana, Calibri;
    color:#1D71F2;  
    font-style:italic;
}
hr
{
    border: solid black 1px;
}
.detailsTable
{
    border: solid black 2px;
    width:95%;    
}
.navigationCell
{
    background-color:#ff6600;;
    color:White;
    font-size: 24px;
    text-align:center;
    font-weight:bold;
}
.navigationCell a
{
    color: White;
    text-decoration:none;
}
.navigationCell a:visited
{
    color: White;
    text-decoration:none;
}
.navigationCell a:hover
{
    text-decoration:underline;
    color:#1d71F2;
}
.rightColumn a
{
    color:#1d71F2;
    text-decoration:none;
}
.rightColumn a:visited
{
    color:#1d71F2;
    text-decoration:none;
}

.rightColumn a:hover
{    
    text-decoration:underline;
    
}
