﻿body {
    /* background-color: #dedede; */
    /* background: url('/App_Themes/YellowAndBlue2/gradient.gif') repeat-x top left; */
    margin-top: 0px;
    padding-top: 0px;
    background-color: #dddddd;
}

#PageContainer {
    width: 980px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #cccccc; */
}


/* Header */
/* ================================================================= */
#Header {
    background-color: White;
    border: solid 2px #0004fe;
    margin-bottom: 10px;
    color: black;
}
.LogoText {
    font-family: Arial;
    font-size: 22px;
    color: Black;
}
.Strapline {
    font-family: Georgia, Times New Roman;
    font-size: 10pt;
}

/* Top right of header */
.ContactLabel {
    font-size: 8pt;
    font-family:Georgia, Times New Roman;
    text-align: right;
}
.ContactValue {
    font-size: 12pt;
    font-family:Georgia, Times New Roman;
    text-align: left;
    vertical-align: top;
}


/* Navigation */
/* ================================================================= */
.Navigation {
    float: left;
    width: 160px;
    /* border-bottom: solid 1px #0004fe; */
}

.Navigation a {
    display: block;
    padding: 4px;
    font-family: Verdana, Arial;
    font-size: 10pt;
    text-decoration: none;
    color: #0004fe;
    font-weight: bold;
    border: solid 1px #0004fe;
    /* border-bottom: none; */
    /* background-color: #0004fe; */
    /* background-color: White; */
    padding-left: 25px;
    background: white url('/App_Themes/YellowAndBlue2/smallt.png') no-repeat 4px 7px;
    margin-bottom: 1px;
}


#ContentSection {
    margin-left: 170px;
    background-color: White;
    padding: 4px;
    color: Black;
    font-family:Verdana;
    font-size: 10pt;
    text-align: justify;
}

.ContentTitle {
    color: #0004fe;
    font-size: 18pt;
    padding: 4px;
    display: block;
    font-family: Georgia, Times New Roman;
    border-bottom: solid 2px #fffb00;
    margin-bottom: 10px;
    margin-top: 0px;
}