﻿html
{
    height: auto;
    min-height: 100%;
}

body
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 100%;
    background-image: url(../images/backgrounds/circles.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.wrapper
{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
    padding: 0px 0px 0px 0px;
}

.innerWrapper
{
    width: 800px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
    padding: 0px 0px 0px 0px;
    overflow: visible;
    background-color: White;
    border-left: solid 1px #1B9EC1;
    border-right: solid 1px #1B9EC1;
}

.header
{
    height: 130px;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-image: url(../images/headers/heading_alt.png);
    background-repeat: no-repeat;
    position: relative;
    padding: 0px 0px 0px 0px;
}

.topMenu
{
    height: auto;
    width: 802px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: #1B9EC1;
    position: relative;
    padding: 0px 0px 0px 0px;
    background-image: url(../images/stopper.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

.leftColumn
{
    margin: 0px auto;
    width: 190px;
    float: left;
    position: relative;
    padding: 0px 0px 5px 0px;
    top: 0px;
    left: 0px;
}

.rightColumn
{
    width: 570px;
    margin-left: auto;
    margin-right: auto;
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    padding: 0px 25px 5px 5px;
    font-family: Verdana;
    font-size: small;
}

.footer
{
    height: 22px;
    width: 791px;
    margin-left: auto;
    margin-right: auto;
    background-color: #1B9EC1;
    position: relative;
    padding: 5px 5px 5px 5px;
    font-family: Verdana;
    font-size: x-small;
    text-align: center;
    color: White;
    clear: both;
}

.subheading
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
}

.footer a
{
    font-family: Verdana;
    font-size: x-small;
    color: White;
    text-decoration: none;
}

.footer a:hover
{
    font-family: Verdana;
    font-size: x-small;
    color: White;
    text-decoration: underline;
}

.footer a:visited
{
    font-family: Verdana;
    font-size: x-small;
    color: White;
    text-decoration: none;
}

.footer a:visited:hover
{
    font-family: Verdana;
    font-size: x-small;
    color: White;
    text-decoration: underline;
}

.MiniDiv
{
    height: 250px;
    width: 290px;
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 5px 5px 5px 5px;
    float: left;
}

.MiniDiv2
{
    height: 250px;
    width: 247px;
    background-position: 50% bottom;
    background-repeat: repeat-x;
    padding: 5px 5px 5px 5px;
    float: right;
}

.greyBG
{
    background-image: url(../images/backgrounds/divGradients/divgrey.jpg);
    border: solid 1px grey;
}

.blueBG
{
    background-image: url('../images/backgrounds/divGradients/divblue.jpg');
    border: solid 1px #0196bc;
    color: #FFFFFF;
}

.greenBG
{
    background-image: url(../images/backgrounds/divGradients/divgreen.jpg);
    border: solid 1px green;
}

.question
{
    margin-left: 30px;
}

.horizLine
{
    border-top: solid 1px grey;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1px;
}

.magenta
{
    color: #ED008E;
}

.cyan
{
    color: #1B9EC1;
}

.normalFont
{
    font-family: Verdana;
    font-size: small;
    font-weight: normal;
    color: #333333;
}

.CentreButton
{
    text-align: center;
    border: none;
}

.CentreButton a
{
    text-decoration: none;
    border: none;
}

a
{
    font-family: Verdana;
    font-size: small;
    font-weight: normal;
    color: #1B9EC1;
    text-decoration: none;
}

a:hover
{
    font-family: Verdana;
    font-size: small;
    font-weight: normal;
    color: #1B9EC1;
    text-decoration: underline;
}

a:visited
{
    font-family: Verdana;
    font-size: small;
    font-weight: normal;
    color: #1B9EC1;
    text-decoration: none;
}

a:visited:hover
{
    font-family: Verdana;
    font-size: small;
    font-weight: normal;
    color: #1B9EC1;
    text-decoration: underline;
}

.subheading a
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
}

.subheading a:visited
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
}

.subheading a:hover
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
}

.helpme
{
    color: #ED008E;
    text-align: right;
}

.helpme a:hover
{
    color: #ED008E;
    text-align: right;
    text-decoration: underline;
}

.normal
{
    font-family: Verdana;
    font-size: small;
    font-weight: normal;
    color: #333333;
}