/* 
    Document   : StyleSideNav
    Created on : Apr 10, 2008, 10:23:28 PM
    Author     : George
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body
{
    background-color:#8196FF;
   /* background-image: url("../Images/blueswrl.jpg");
    background-repeat: repeat;*/

}

div.banner
{
   color:#EEEEEE;
   font-family:Arial;
   font-size:36pt;
   margin-top:0;
   margin-right:0;
   margin-left:0;
   margin-bottom:0;
   vertical-align: middle;
   text-align: center;
}

div.subbanner
{
   color:#EEEEEE;
   font-family:Arial;
   font-size:14pt;
   text-align:center;
   margin-top:0;
   margin-right:0;
   margin-left:0;
   margin-bottom:0;
}

div.MainPhoto
{
   margin-top:0;
   margin-right:0;
   margin-left:0;
   margin-bottom:0;
   text-align: center;
}


img.imageLink
{
   border-style: none;
}

A.NavLink
{

   
   font-family:Arial;
   font-size:14pt;
   font-style:bold;
   color:#222222;
   text-decoration: none;
   verticle-align: center;
   text-align: center;
   line-height: 30px;
   
   display: block;
   
   border-width: 3px;
   border-style: ridge;
   
   margin: 0px 0px 5px 10px;
   padding: 0px 0px 0px 10px;
   
   background-color:#4B5DB7;
   
   height: 30px;
   width: 150px;

}

A.NavLink:hover
{
    
   font-family:Arial;
   font-size:14pt;
   font-style:bold;
   color:#EEBB11;
   text-decoration: none;
   verticle-align: center;
   text-align: center;
   line-height: 30px;
   
   display: block;
   
   border-width: 3px;
   border-style: ridge;
   
   margin: 0px 0px 5px 10px;
   padding: 0px 0px 0px 10px;
   
   background-color:#4B5DB7;
   
   height: 30px;
   width: 150px;
   
   
}

A.NavLink:active
{
   
   font-family:Arial;
   font-size:14pt;
   font-style:bold;
   color:#EEBB11;
   text-decoration: none;
   verticle-align: center;
   text-align: center;
   line-height: 30px;
   
   display: block;
   
   border-width: 3px;
   border-style: ridge;
   
   margin: 0px 0px 5px 10px;
   padding: 0px 0px 0px 10px;
   
   background-color:#4B5DB7;
   
   height: 30px;
   width: 150px;
   
}

p.centeredImage
 {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
 }
 
 p.centeredVertical
 {
    vertical-align: bottom;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 0px;
 }
 
 H1
 {
   color:#000000;
   font-family:Arial;
   font-size:28pt;
   margin-top:0;
   margin-right:0;
   margin-left:0;
   margin-bottom:0;
   text-align: center;
 }
 


.normal
{
   color: #000000;
   font-family: Arial;
   font-size: 14pt;
   font-style: bold;

}

li
{
   color: #000000;
   font-family: Arial;
   font-size: 12pt;
}