﻿body {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 68%;
    line-height: 1.5em;
    color: #303030; 
}

h1, h2 {
    font-family: Georgia, Times New Roman, Times New Roman, Serif;
    font-size: 1.7em;
    line-height: 1.2em;
    font-weight: normal;
    margin: 0 0 10px;
    color: #002A5C;
}

h1 {
    margin-bottom: 5px;
}

h3 {
    font-family: Georgia, Times New Roman, Times New Roman, Serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: normal;
    margin: 0 0 8px;
    color: #333333;
}

h4 {
    /*font-family: Georgia, Times New Roman, Times New Roman, Serif;*/
    font-family: Verdana, Arial, Helvetiva, Sans-Serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: normal;
    margin: 0 0 8px;
    color: #002A5C;
}

h2+h3 {
    margin: -4px 0 12px;    
}

a {
    text-decoration: none;
    color: #9A2B25;
    font-weight: bold;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin-top: 0;
    margin-bottom: 12px;
}

#mainContainer img {
    border: 1px solid #FFFFFF;
}

#mainContainer a:hover img {
    border-color: #9A2B25;
}

.redtext {
    color: #9A2B25;
    font-weight: bold;   
}

.bluetext {
    color: #002A5C;    
}

#header .contactDetails {
    font-family: Georgia, Times New Roman, Times New Roman, Serif;
    text-align: right;
    color: #002A5C;
}

.contactDetails a, .contactDetails a:hover {
    /*color: #002A5C;*/
    color: #9A2B25;
}

#header .contactDetails .graytext {
    color: #666666;
}

/* Start right column */

.comment {
    color: #002A5C;
    font-family: Georgia, Times New Roman, Times, Serif;   
    font-weight: bold;
    line-height: 1.2em;
}

ul.sub-nav li a {
    color: #002A5C;
    font: 1.2em Verdana, Times New Roman, Times, Serif;
    text-decoration: none;
}

ul.sub-nav li a:hover {
    color: #A13934;
}

/* End right column */

#footer {
    color: #111111;
}

#footer a {
    font-weight: normal;   
}

.clear {
    clear: both;
    height: 2px;
}
