﻿body 
{
    margin: 0px; 
    color: #000080;
    background-color: white;
	text-align: center;
	min-width: 600px;
	margin-top: 0px;
}

img
{
    border: 0px;
}

#OuterDiv
{
	margin: 0 auto;
    text-align: center;
    width: 770px;
}

#TopBanner
{
    background-color: #013E7D;
    width: 770px;
    height: 100px;
    border-left: double 2px #013E7D;
    border-right: double 2px #013E7D;
    text-align: center;
}

#YellowNav
{
    background-color: #FFDD00;
    width: 770px;
    border-left: double 2px #013E7D;
    border-right: double 2px #013E7D;
    border-bottom: double 2px #013E7D;
    height: 17px;
    font-family: Verdana, Arial, Georgia;
    color: #013E7D;
    font-size: 12px;
    text-align: center;
}

.YellowNavSelected
{
    font-family: Verdana, Arial, Georgia;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

a.YellowNav
{
    color: #013E7D;
    font-family: Verdana, Arial, Georgia;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

a.YellowNav:hover
{
    color: #FFFFFF;
}

#Content
{
    width: 770px;
    text-align: left;
    font-size: 16px;
}

#Footer
{
    border-top: double 2px #013E7D;
    width: 774px;
    font-size: 10px;
    color: #013E7D;
    padding-top: 10px;
}

a.footer
{
    color: #013E7D;
    font-size: 10px;
    text-decoration: none;
}

a.footer:hover
{
    color: #FFDD00;
}

.EnquiryButton
{
    background-color: #FFDD00;
    color: #013E7D;
    padding: 2px;
    border-left-style: groove;
    border-top-style: groove;
    border-right-style: ridge;
    border-bottom-style: ridge;
}

input.Search, option.Search
{
    background-color: #FFDD00;    
    font-family: Verdana, Arial, Georgia;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}

input.SearchButton
{
    background-color: #FFDD00;
    color: #013E7D;
    font-size: 11px;
    border-left-style: groove;
    border-top-style: groove;
    border-right-style: ridge;
    border-bottom-style: ridge;
}
    