﻿body
{
    margin: 0px;
    padding: 0px;
    background-color: #f7fbfc;
    color: #555555;
    font-size: 10px;
    font-family: Lucidia Grande, Verdana, Arial, Sans-Serif;
}

/*------------------*/
/*-- Heading Tags --*/
/*------------------*/

h1
{
    
}

h2
{
    font-family: Trebuchet MS, Lucida Grande, Verdana, Arial, Sans-Serif;
    font-size: 19px;
    color: #114477;
    margin-top: 0px;
}

h3
{

}

h4
{

}

h5
{

}

/*-----------*/
/*-- Links --*/
/*-----------*/

a
{
    color: #114477;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/*-----------*/
/*-- Forms --*/
/*-----------*/

.form
{
    
}

.form-row
{
    padding-top: 10px;
}

.form-textbox
{
    width: 275px;
}

/*-------------------*/
/*-- Design Styles --*/
/*-------------------*/

.container
{
    width: 736px;
    border-right: solid 1px #DEE1E2;
    border-left: solid 1px #DEE1E2;
    margin: 0px auto;
    background-color: #FFFFFF;
    position: relative;
    background-image: url('../images/template/navbar-back.gif');
    background-position: left top;
    background-repeat: repeat-y;
}

.topNav
{
    height: 12px;
    padding: 10px 16px 10px 10px;
    text-align: right;
    background-color: #FFFFFF;
}

.header
{
    background-position: left top;
    height: 145px;
    background-image: url('../images/template/IABC-li_header1.jpg');
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.footer
{
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    background-color: #00497c;
    display: block;
    clear: both;
}

.footer a
{
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
}

.footer a:hover
{
    text-decoration: underline;
}
