﻿/*Main page layouts */
*
{
    margin: 0px;
    padding: 0px;
}
html, body, form
{
    width: 100%;
    height: 100%;
}
.containerDiv
{
    width: 899px;
    margin: 5px auto;
    overflow: hidden;
}

.topDiv
{
    width: 899px;
    height: 262px;
    background: url(pics/top.jpg) no-repeat;
}
.midDiv
{   display:table;
    width: 899px;
    background: url(pics/bodBg.gif) repeat-y;
    min-height: 500px;
    font-family: arial;
}

.footerDiv
{
    width: 899px;
    height: 121px;
    background: url(pics/footerBg.gif) no-repeat;
}
/* Page sections layout (left-middle-right and footer)  */

.left
{
    float: left;
    margin: 5px 0 0 20px;
    _margin: 5px 0 0 10px;
    width: 202px;
}
.middle
{
    float: left;
    margin: 5px 0 0 10px;
    width: 435px;
    min-height: 500px;
    _height:500px;
    
}
.right
{
    float: right;
    width: 200px;
    _height: 200px;
    min-height:200px;
    margin: 5px 20px 0 0px;
    _margin: 5px 10px 0 0px;
    
}
.footerText
{
    display: block;
    text-align: center;
    font-family: Arial;
    font-size: 13px;
    color: Gray;
    padding-top: 50px;
}

/*Page Controls*/

.menuDiv
{
    height: auto;
    background-color: #eff3f5;
    margin: 0px 0 0 0px;
    clear: both;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    border: solid 1px #cccccc;
}

.rightContentBox
{
    margin-bottom:10px;
    width: 200px;
    padding-bottom: 0px;
    color: Navy;
    font-family: Arial;
    font-size: 14px;
}
.rightContentBoxHeader
{
    display: block;
    padding-top: 0px;
    width: 200px;
    line-height:20px;
    height: 20px;
    border-bottom:none;
    background: url(pics/boxHeader.gif) no-repeat;
    
    text-align: center;
}
.rightContentBoxBody
{
    overflow: hidden;
    padding-top: 0px;
    width: 198px;
    height: auto;
    border:1px solid gray;
    
    
}

.midContentContainer
{  display:table;
    width: 420px;
    min-height: 300px;
    _height:300px;
    font-family: arial;
    font-size: 13px;
    text-align: justify;
    color:#555555;
    margin-left:8px;
    
}
.pageHeadingText
{
    text-align: left;
    padding-left:5px;
    font-weight: bold;
    color:#1761f7;     
    font-size: 18px;
    font-family: arial;
    padding-top: 3px;
}
.hrPageHeading
{
    width:100%; height:1px;color:#DDD;    
}


.mytd{ padding-bottom:20px; } 

/**********************/

.newsLink
{
   
   width:400px;   
   overflow :hidden;  
   display:block;
   
}

/************ Login ***************/
.Login
{
width:198px; border:solid 1px #cccccc;
}

.LoginTextBox
{
    width:100px;
    margin:5px 0 0 5px;    
    border:solid 1px #333;
        
}
    
.LoginButton    
{
    width:100px;
    margin:5px 0 10px 10px;  
    
    
}
.LoginTableTd
{
    padding-left:5px;        
}

.OnlineRegistrationDiv
{    
    background: url(pics/OnlineRegistration  .gif) no-repeat;  
}