﻿
body
{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family:  Tahoma, Verdana, Arial, "Trebuchet MS", Georgia; 
    font-size: 12px;
    color: #202020;
    background-color: #bcaea1;
}

#main
{
    background-image: url(bg_main.jpg);
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}

#wrapper
{
    width: 900px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(bg_head.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}

#head
{
    height: 210px;
    padding-left: 8px;
    padding-right: 175px;
}

#core
{   
    padding: 24px;
}


#footer
{
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 16px;
    font-size: 11px;
}

.foot_runner
{
    width: 100%;
    height: 2px;
    margin-bottom: 6px;
    background-color: #bcaea1;
}

.foot_contact
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.internal_contact
{
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #BCBCBC;
    background-color: #e1e3e5;
    padding: 12px;
    text-align: center;
}

.designation
{
    font-size: 32px;
}

.heading
{
    padding-top: 18px;
}

H1
{
    font-size: 36px;
    font-family: "Trebuchet MS", Verdana, Arial, Tahoma, Georgia;
    color: #465F74;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

H2
{
    font-size: 24px;
    color: #465F74;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

H3
{ 
    font-size: 22px;
    font-weight: bold;
    color: #57402E;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 6px;
}

H4
{ 
    font-size: 20px;
    color: #57402E;
    font-weight: bold;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

H5
{
    font-size: 14px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 6px;
    margin-top: 0px;    
    margin-bottom: 2px;
}

P, LI
{
    text-align: justify;
    line-height: 18px;       
}

TD
{
    border-bottom: dotted 1px #604026;
}

.leftcolumn
{
    vertical-align: top;
    text-align: left;
    width: 150px;
    font-size: 13px;
    font-weight: bold;
}

.paymentpanel
{
    background-color: #FFFFFF;
    width: 100%;
}

.map
{
    float: right;
    vertical-align: top;
}

.pad
{
    padding: 14px;
}

.poem
{
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
    color: #2d4d68;
    background-image: url(int-bg-rainbow.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.footnote
{
    color: #868686;
    font-size: 13px;
}

a:link
{
    color: #17467C;
    text-decoration: none;
}

a:visited 
{
    color: #17467C;
    text-decoration: none;
}

a:hover
{
    color: #0033CC;
    text-decoration: underline;
}

.home
{
    padding-top: 0px;
    padding-left: 8px;
    font-weight: bold;
    color: #57402E;
}

.home_link:link
{
    color: #868686;
    font-weight: bold;
    text-decoration: none;
}

.home_link:visited 
{
    color: #868686;
    font-weight: bold;
    text-decoration: none;
}

.home_link:hover
{
    color: #9faf66;
    font-weight: bold;
    text-decoration: underline;
}

.toppic
{
    padding-top: 6px;
    padding-left: 12px;
}

.pic
{
    padding-right: 10px;
}

.spacer
{
    padding-top: 16px;
}

.footer_small
{
    text-align: center;
    padding-top: 4px;
    padding-bottom: 0px;
    font-size: 9px;
    color: #606060;
}

 

/* Menu - Menu - Menu - Menu - Menu - Menu */

.mattblacktabs
{
    width: 100%;
    overflow: hidden;
    border-top: 2px solid #A5AFB7; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul
{
    margin: 0;
    padding: 0;
    padding-left: 4px; /*offset of tabs relative to browser left edge*/
    font: bold 12px Verdana;
    list-style-type: none;
}

.mattblacktabs li
{
    display: inline;
    margin: 0;
}

.mattblacktabs li a
{
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 10px 18px; /*padding inside each tab*/
    border-right: 1px solid white; /*right divider between tabs*/
    color: white;
    background: #94A1AA; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited
{
    color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a
{
    background: #6B7C8A; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}



