

/* Light blue:  #2d73b9 */
/* Medium blue: #005796 */
/* Dark blue:   #023a67 */


body 
{
   background: #2d73b9;
   color     : black;
   text-align: center;
}


.wrapper
{
   background-color: #2d73b9;
   width           : 100%;
}


.blackSeparator
{
   background-color: black;
   color           : black;
   font-size       : 1pt;
   clear           : both;
}


.banner
{
   background-color: #023a67;
   color           : white;
   font-size       : 18pt;
}


.navbar
{
   background-color: #005796;
   width           : 100%;
   margin-top      : 0px;
}

.navbarOption
{
   background-color: #005796;
   color           : white;
   width           : 250px;
   float           : left;
}

.navbarOption a
{
   color           : silver;
   font-size       : 14pt;
   display         : block;
   text-decoration : none;
   margin-left     : 0px;
   margin-top      : 0px;
}

.activeOption
{
   background-color: #2d73b9;
   color           : white;
   width           : 250px;
   float           : left;
}

.activeOption a
{
   color           : white;
   font-size       : 14pt;
   display         : block;
   text-decoration : none;
   margin-left     : 0px;
   margin-top      : 0px;
}

.navbarOption a:hover
{
   background-color: #023a67;
   color           : white;
}


.picPanel
{
   clear           : both;
   margin-top      : 5px;
   margin-bottom   : 5px;
}

.picPanel img
{
   border          : 1px white solid;
   margin-right    : 5px;
}

.picPanel a
{
   clear           : both;
}


.footer
{
   background-color: #023a67;
   color           : silver;
   clear           : both;
   margin-bottom   : 0px;
}

