﻿body 
{
    font-weight: 700;
}

#MainDiv
{
    width:1016px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
}

#MenuDiv
{
    width: 100%; /* background-color:#69B4FF;*/
    text-align: right;
   /* background-image: url('../Images/headfoot_bg.gif');
    background-repeat: repeat-x;*/
    background-color: #FFE435;
    font-weight: bold;
    font-size: 15px;
    font: Verdana;
    padding: 5px 0px 5px 0px;
}

#HomeMenuButton
{
    float:left;
    margin-left:15px;
 
}


#ContentDiv
{
    width:99.4%;
    min-height:200px;
border-width:3px;
  border-style:solid;
  border-color: #000c6A;
}

#FooterDiv
{
    width:100%;
    background-color:#69B4FF;
    text-align:right;
   /* background-image: url('../Images/headfoot_bg.gif');
    background-repeat: repeat-x;*/
    background-color: #033163;
    font-weight: bold;
    font-size:15px;
    font: Verdana;
    padding:5px 0px 5px 0px;
    color:White;
}

.ImageLink
{
    border:none;
}

.MenuLink
{
    color:Black;
    font-weight:bold;
    font: Verdana;
    text-decoration:none;
    padding-right:15px;
  }
  
  .MenuLinkFoot
{
    color:white;
    font-weight:bold;
    font: Verdana;
    text-decoration:none;
    padding-right:15px;
  }

.MenuLink:hover
{
    text-decoration:underline;   
}

.listtable
{
   border: 2px solid black;
}

listtable td
{
    border-bottom:2ps solid black;
}




.ResourceTitleArea
{
    font-weight: bold;
    font-family: Verdana,times;
    margin-bottom: 0px;
    background-color: #e4e7f9;
    font-size: 14px;
    vertical-align: top;
}

.ResourceTitle, .ResourceTitle:visited, .ResourceTitle:hover
{
    color: #0057AE;
    text-decoration: none;
}

.ResourceCell
{
    background-color: #e4e7f9;
    border: 1px solid #033165;
    margin-bottom: 8px;
    font-weight: bold;
    vertical-align: top;
    height: 100%;
    padding:0px;
    padding: 5px;
    text-align:left;
}

.ResourceDescription
{

}

.ResourceTable
{
    /*width: 95%;*/
    border: none;
}

.ResourceImage
{
    border: medium none;
    padding: 4px 10px 4px 4px;
    float: left;
}

.ResourceSubtitle
{
    color: #033165;
    font-size: 10px;
}

.LinkCaption
{
    width:100%;
}
