﻿body 
{
    margin: 0px;
}

div#header
{
    height: 164px;
    width: 1000px;
    overflow: hidden;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
   
}

/*---- Side Bar styles ----*/
div#sideBar
{
    color:#603706;
    border: 2px solid #124868; 
    border-right: none;
    float: left;
    background-color: #f6eb13; 
    width: 155px;     
    text-align: center;
}

div#sideBar label.title
{
    display: block; 
    font-size: 13pt;
    font-weight: bold;
   
}


/*---- Top Menu styles ----*/
div#topMenu
{
    height: 32px;
    width: 1200px;
    overflow: hidden;
    background-image: url(images/topMenuBar.jpg);
    background-repeat: no-repeat;
}

div#topMenu div
{
   
     
    margin-left: 35px;
     
}


div#topMenu div table tr td a
{
    font-family: Arial;
    font-size: 16pt;
    font-weight: bold;
    text-decoration: none;
    color: #0A2769;
}

div#topMenu div table tr td a.current
{
    color: #00CCFF;
}


div#topMenu div table tr td a:hover
{
    color: #00CCFF;
}


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;
}

/*---- Main Content styles ----*/
div.pageTitle
{
    font-size: 20pt;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    font-family: Garamond;
}

div.mainContent 
{
    padding: 10px; 
    background-color: #dbf5fd; 
    font-family: Verdana;
    font-size: 11pt;
    color: #0a2769;
    border: 2px solid #124868; 
    width: 678px;
    float: left;
}

div.sectionTitle
{
    font-family: Arial;
    font-size: 16pt;
    margin-bottom: 10px;
    font-weight: bold;
}

div.sectionDivider
{
    margin-left: 90px;
    margin-right: 90px;
    margin-top: 32px;
    margin-bottom: 32px;
    border: 2px inset #dbf5fd;
}



div.IC 
{
	border-bottom: 2px inset #dbf5fd;
	margin-bottom: 16px;
}

div.IC table tr
{
	font-size: 10pt;
	
}


div.IC label.Title
{
	font-weight: bold;
}


div.Staff
{
	border-bottom: 2px inset #dbf5fd;
	margin-bottom: 16px;
	padding-bottom: 10px;
}

div.Staff table tr
{
	font-size: 10pt;
	
}


div.Staff label.Title
{
	font-weight: bold;
	display: block;
	margin: 10px 0px 10px 0px;
	font-size: 14pt;
}