﻿body 
{
    margin: 0px;
   background-image: url(images/BG.gif);
}

a 
{
    color: #406060;
}
div#Address
{
    color:#00006B;
    font-family: Times New Roman;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    width: 145px;
    padding-top: 16px;
}

div#Header 
{
    background-image: url("images/header.jpg");
    width: 902px;
    height: 206px;
    margin: 0px;
}

div#NavLeft
{
    background-image: url(images/navLeft.jpg);
    width: 170px;
    height: 394px;
    margin: 0px;
    float: left;
}

div#PageTitleBar
{
    background-image: url(images/titleBar.jpg);    
    height: 65px;
    width: 733px;
    margin: 0px;

}


div#PageTitleBar label
{
    display: block;
    font-size: 24pt;
    font-style: italic;
    padding-left: 80px;
    padding-top: 10px;
    font-family: Cambria, 'Times New Roman';
}

div#Body
{
    background-color: #C4ECFF;
    width:903px;
    margin: 0px;
    border-bottom: solid 1px #66CCFF;
 
}

div#Footer
{
    text-align: center;
    width: 903px;
    font-size: 8pt;
}
 

div#MainContent
{
    font-family: Arial;
    font-size: 10pt;
    width: 722px;
    padding-right: 10px;
    border-right: solid 1px #66CCFF;
    margin: 0px;
    padding-bottom: 32px;
  
}

label.SectionTitle
{
    display: block;
  margin-top: 16px;
  margin-bottom: 16px;
    font-size: 16pt;
    font-weight: bold;
}


ul#NavMenu
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: 3px;
    margin-top:10px;
}

ul#NavMenu li
{
    margin-top: 2px;
    
}

ul#NavMenu a
{
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size: 13pt;
    color: Black;
    text-decoration: none;
    width: 115px;
    height: 26px;
    display: block;
    background-image: url(images/NavMenuItem.gif);
    padding-left: 14px;
    padding-top: 2px;
}


ul#NavMenu a:hover 
{
        background-image: url(images/NavMenuItemHover.gif);
}



ul#NavMenu a.Active
{
     background-image: url(images/NavMenuItemPressed.gif);
}

div.BioLeft, div.BioRight
{
    font-size: 10pt;
    float: left;
    
}

div.BioRight
{
    margin-left: 32px;
}

div.BioLeft label, div.BioRight label
{
    display: block;
    font-weight: bold;
    
    margin-top: 8px;
    
}


div.Bio
{
    clear: both; 
    margin-top: 32px; 
    border-top: 1px solid #66CCFF;
}



div.Frm 
{
}

div.Frm label
{
    display: block;
    width: 10em;
    font-weight: bold;
    float: left;
}

div.Frm input
{
    float: left;
    display: block;
    width: 200px;
    margin-bottom: 2px;
}

div.Frm br
{
    clear: both;
}


table.FileList tr td
{
	padding-left: 5px;
}


table.FileList tr th
{
	background-color: #C4ECFF;
	border-right: 2px outset white;
	border-bottom: 2px outset white;
}


div.TitleBar
{
	color: white; 
	font-weight: bold;
	background-color: blue; 
	margin: 2px; 
	padding: 3px; 
	padding-left: 10px;
}
