﻿/***************** MAIN.MASTER STYLING *****************/
#content ul 
{
    list-style-image: url(../../Media/images/bullet.gif);
    margin: 4px 0 0 30px;
    padding: 0;
}

#content li {margin-top:5px}
#content li:first-child {margin-top:0}

#content ul.list li a 
{
    color: #000000; 
}
#content ul.list li a:hover { text-decoration: underline; }

#maintext 
{
    margin: 10px;
    background-color: White; 
    width: 541px;
    min-height: 419px; 
    padding: 16px; 
}
* html #maintext { height: 419px; }

#maintext a:hover { text-decoration: underline; }

#maintext h1 + p {margin-top:14px}
#maintext p + p {margin-top:12px}
#maintext p + h2 {margin-top:12px}


/***************** PAGE HEADERS *****************/
.pageHeader
{
    margin: -16px -16px 16px -16px;
    background-color: #023971;
    overflow: hidden;
    height: 140px;
}

.pageHeader h1.headerText
{
/*   margin: -16px 0 16px -16px;*/
    float: left;
    display: block;
    padding-top: 113px;
    padding-left: 18px;
    width: 327px;
    height: 22px;
    color: white;
    background: white url(../../Media/images/title_background.jpg) no-repeat;
}

.pageHeader img.headerImage
{
    /* margin: -16px -16px 10px 0; */
    display: inline; /* To handle IE6 double margin bug */
    float: right;
    height: 140px;
    width: 228px;
}
