﻿body 
{
 background-color: #333333; 
 margin-top: 0;
 font-family: Arial;
 font-size: 10pt;
}

#container
{
    width: 860px;
    background-color: White;  
}

#content
{
   text-align: center; 
}

#main
{
    width: 860px;
}

#left
{
   background-color: #CCCCFF;
   width: 125px; 
   vertical-align:top;
   border-right:solid 3px #CCCC66;
}

#pageTitle
{
   background-color: #CCCCFF;
   width: 125px; 
   vertical-align:top;
   border-right:solid 3px #CCCC66;
   font-size: x-large;
   font-family: Arial;
}

#center
{
    width: 610px;
}

#right
{
    background-color: #CCCCFF;
    width: 125px;
    vertical-align: top;
    border-left:solid 3px #CCCC66;
}

#topMenuCell
{
    background-color: #669900;
    border-bottom:ridge 3px #CCCC66;
   border-top:solid 3px #CCCC66; 
}

.sideMenu
{
    padding: 2px 2px 2px 2px;
    font-size: medium;
    font-weight: normal;
}

#bulletCell
{
    width: 10px;
}    

.bottomBorder
{
     border-bottom:solid 2px #CCCC66;
}

.topBorder
{
     border-top:solid 2px #CCCC66;
}

.leftBorder
{
    border-left: solid 2px #CCCC66;
}

.statementTitle
{
    font-style: oblique;
    font-weight: bolder;
    text-decoration: underline;
}

#missionVisionCell
{
    padding-top: 5px;
    padding-left: 10px;
    border-left: solid 2px #CCCC66;
}
    
#visionCell
{
    border-left: dotted 2px #333333;
    padding-top: 5px;
    padding-left: 10px;
}    

#imageSpace
{
    vertical-align:top;
    text-align: center;
   
}

#whatsNewCell
{
     border-left: solid 3px #CCCC66;
     border-right:solid 3px #CCCC66;
     border-top:solid 3px #CCCC66;
     border-bottom:solid 3px #CCCC66;
}      

#borderCell
{
    background-color:  #CCCCCC;
}     

#footer
{
    background-color: #669900;
    text-align: center; 
    font-size:small;
    border-top:ridge 3px #CCCC66;
}

#headerTitle
{
    width: 780px;
    height: 78;
}

#headerLogo
{
    width: 80px;
    height: 78;
}