﻿body,html
{
    margin:0;
    padding:0;
    background-color:#e1edf5;
    background-image: url("images/grad.gif");
    background-position:center top;
    background-repeat:repeat-x;
    height:100%;
    font-family:Arial;
    font-size:8.8pt;
    color:#011248 ;
         
}
#main 
{
    margin-left:auto;
    margin-right:auto;
    height:auto;
    min-height:100%;
    width:800px;
    background-color:White;
    border-left:solid 1px #a9b8cf;
    border-right:solid 1px #a9b8cf;
    text-align:center;
}
#logo 
{
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
}
#navStrip > a
{
    
    font-size:11pt;
    color:#011248 ;
    text-decoration:none;
    font-weight:bold;
    margin-left:16px;
    margin-right:16px;
    padding-bottom:5px;
}
.navLinkCurrent
{
    color:#666666 ;
    background-image: url("images/arrow.gif");
    background-repeat:no-repeat;
    background-position:center bottom; 
}
#navBar 
{
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    margin-bottom:10px;
    border-bottom:solid 1px #cdcdcd;
    width:690px;
}
#content 
{
    margin-left:auto;
    margin-right:auto;
    width:660px;
    text-align:left;
}
.PageTitlePanel 
{
    padding-top:5px;
    padding-bottom:10px;
}
h1 
{
    font-size:18pt;
    font-weight:bold;
    margin-top:0px;
    margin-bottom:2px;
}
h2 
{
    font-size:10pt;
    font-weight:bold;
    margin-top:0px;
    margin-bottom:2px;
    text-decoration:underline;
}
h3 
{
    font-size:10pt;
    font-weight:bold;
    margin-top:0px;
    margin-bottom:2px;
}
.imageBorder 
{
    border:solid 1px #b6cddb;
    padding:5px;
    text-align:center;
}
.imageDescription
{
    margin-top:5px;
    margin-left:15px;
    margin-right:15px;
    font-size:8pt;
    
}
.imageThumbs 
{
    margin-top:5px;
    font-size:8pt;
}
.thumbsPanel
{
    height:40px;
    max-height:40px;
    border-top:solid 1px #b6cddb;
    border-bottom:solid 1px #b6cddb;
    padding:2px;
    float:left;
    overflow:hidden;
}
.thumbsPanelList
{
    height:40px;
    max-height:40px;
   
    
}
.LArrow, .RArrow 

{
    float:left;
    position:relative;
    top:10px;
    cursor:pointer;
}
.Grad 
{
    float:left;
    width:8px;
    height:46px;
}
.thumbImage 
{
    margin-left:2px;
    margin-right:2px;
    cursor:pointer;
    
}
.MainImage
{
    
    cursor:pointer;
}
input 
{
    width:200px;
}
textarea 
{
    width:200px;
    height:200px;
}
label 
{
    display:block;
    margin-top:4px;
    margin-bottom:10px;
}
label > span 
{
    margin-right:15px;
     vertical-align:top;
     position:relative;
     top:4px;
}