﻿body
{
    margin: 0px 0px;
    padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
    text-align: center; /* Hack for IE5/Win */
    background-color: #E3E3E3;
    font: normal 13px arial,vardana;
}
#Content
{
    width: 774px;
    margin: 0px auto; /* Right and left margin widths set to "auto" */
    text-align: left; /* Counteract to IE5/Win Hack */
}
.content2
{
    float: right;
    padding: 10px;
    direction: ltr;
    width: 570px;
    height: 100%;
    border:0px solid black;
}

.news
{
    direction: ltr;
    width: 160px;
    margin-left: 10px;
    border:0px solid red;
}

.newsHead
{
    font: bold 19px arial;
    color: #DEF4F2;
    background-image: url(../../img/newsBG.jpg);
    background-repeat: repeat-x;
    width: 100%;
    border:0px solid red;
}

.newsContent
{
    padding: 0px;
    margin:0px;
    border:0px solid red;
    border-right: 1px solid #6FABA7;
    border-left: 1px solid #6FABA7;
    background-color: #E4E9EC;
}
.newsFooter
{
    font: bold 19px arial;
    color: #DEF4F2;
    background-image: url(../../img/newsBBG.jpg);
    background-repeat: repeat-x;
    width: 100%;
}
.topLogo
{
    text-align:center;
    border-right: 4px solid #001271;
    border-left: 4px solid #001271;
}
.footerLogo
{
    text-align:center;
    border-right: 4px solid #001271;
    border-left: 4px solid #001271;
}
.bottomCornerImg
{
    height: 16px;
    width: 16px;
}

.footerBG
{
    background-image: url(../../img/contentBGBottom.jpg);
    background-repeat: repeat-x;
    height: 48px;
    width: 100%;
}
.maingContent
{
    height: 100%;
    border-left: 4px solid #001271;
    border-right: 4px solid #001271;
    background-color: #FFFFFF;
}
.topBG
{
    background-image: url(../../img/contentBG.jpg);
    background-repeat: repeat-x;
    height: 48px;
}
.mainPic
{
    border-left: 4px solid #001271;
    border-right: 4px solid #001271;
    border-bottom: 1px solid #001271;
    background-image: url(../../img/mainPic.jpg);
    height: 92px;
}

.ISOPic
{
    border-right: 4px solid #001271;
    height: 91px;
    float: right;
}
.mnu
{
    background-color: #001271;
    color: #ffffff;
    height: 30px;
    border-right: 4px solid #001271;
    border-left: 4px solid #001271;
}
.DynamicHoverStyle 
{
    color: #ffffff;
    background-color:#4F8EB6;
}

.DynamicMenuItemStyle
{
    border-top: 1px solid #2D729D;
    height: 25px;
    padding: 0px 10px;
    color: #515151;
}
.StaticMenuItemStyle
{
    color: #ffffff;
    padding: 6px 0px;
    margin:0 4px;
    border:0px solid black;
    width:45px;
}
.DynamicMenuStyle
{
    border: 1px solid #C0C0C0;
    border-top: 0px;
}
.StaticHoverStyle
{
    color: #ffffff;
    background-color: #4F8EB6;   
}
.boldTD
{
    font-weight: bold;
    width: 100px;
}

.vldChar
{
    color:Red;
}
.bold
{
    font-weight:bold;
}
