﻿html
{
    width               : 100%;
}
body 
{
    background-image    : url('./images/zee.jpg');
    background-repeat   : repeat-x;
    font-family         : Arial, Tahoma, Verdana;
    font-size           : 11px;
    color               : #241D40;
    line-height         : 23px; 
    word-spacing        : 0px;
    letter-spacing      : 0px;
    width               : 100%;
}
a
{
    text-decoration     : none;
}
h4
{
    font-size           : 14px;
    font-family         : Century Gothic, Georgia, Arial, Tahoma, Verdana;
    font-weight         : normal;
    letter-spacing      : 2px;
    color               : #5C4B9F;
}
h3
{
    color               : #5C4B9F;
    font-weight         : bold;
    font-size           : 13px;
}
h2
{
    color               : #087180;
    font-weight         : normal;  
    font-size           : 14px;
    font-family         : Century Gothic, Georgia, Arial, Tahoma, Verdana;
    line-height         : 24px;
}
img
{
    border              : none;
}
div, span, p, body, h2, h3, h4
{
    margin              : 0px;
    padding             : 0px;    
}

/**********************
    
          Id's

***********************/

#header
{
    width               : 100%;
    height              : 150px;    
}
    #pageTitle
    {
        padding-top         : 35px;
        color               : #5C4B9F;  
        font-family         : Century Gothic, Georgia, Arial, Tahoma, Verdana;
        font-size           : 16px;
        font-weight         : bold; 
        float               : left;
        width               : 508px;
        padding-left        : 264px;
    }
    #logo
    {
        width               : 250px;
        padding-top         : 6px;
        float               : left;
        width               : 210px;
        height              : 65px;
    }
#middle
{
    height              : auto;
    margin-top          : 25px;
    width               : 1000px;
    margin-left         : auto;
    margin-right        : auto;
}
    #menu
    {
        font-family         : Georgia, Arial, Tahoma, Verdana;
        text-align          : right;
        font-weight         : bold;
        font-style          : italic;
        font-size           : 14px;
        line-height         : 30px;
        width               : 245px; 
        float               : left;
    }
    #cleft
    {
        width               : 70%;
    }
    #right
    {
        width               : 25%;
    }
    #right, #menu, #content
    {
        float               : left;
    }
#footer
{
    background-color    : #5C4B9F;
    width               : 100%;
    height              : 60px;
    text-align          : right;      
}
    #footerCenter
    {
        background-color        : #5C4B9F;
    }
    #footerContent
    {
        background-image    : url('./images/footer.png');
        background-repeat   : no-repeat;
        background-position : bottom right;
        height              : 50px;
        width               : 750px;
        float               : left;
    }
    #fleft
    {
        float               : left;
        width               : 245px;
        padding-top         : 4px;
        height              : 50px;
    }  
    #fleft, #footerContent  
    {
        padding-top         : 10px;
    }
    #footer a, #footerContent
    {
        color               : #fff;
    }
    #NMI
    {
        text-align          : left;
    }

/*************
    
    Classes

**************/

.content
{
    width               : 736px;  
    padding-left        : 14px; 
    min-height          : 415px;
    float               : left;
    background-position : bottom right;
    background-repeat   : no-repeat;
}
.content a
{
    color               : #5C4B9F;
    text-decoration     : underline;
    font-weight         : bold;
}
.center
{
    width               : 1000px;
    margin-left         : auto;
    margin-right        : auto;
}
.ClearAll
{
    clear               : both;
    visibility          : hidden;
}
.Menu 
{
    color               : #5c4b9f;    
    font-size           : 16px;  
}
.subMenu 
{
    color               : #85c5cf;
    font-size           : 14px;
}
.Menu:hover, .subMenu:hover
{
    color               : #187a88;
}
.highlighted
{
    color               : #187a88;     
}
