@import url(layout.css);
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
}
#container
{
    width: 100%;
    margin: 0;
    position: relative;
}
#masthead
{
    text-align: right;
    width: 100%;
}
#navigation_a
{
    overflow: hidden;
    display:none;
}
#navigation_b
{
    overflow: hidden;
    display:none;
}
#page_content
{
    position: relative;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000;
}
#column_l
{
    position: relative;
    /*margin: 0 350px 10px 0;*/
    padding: 3px 2%;
    float: none;
}
#column_r
{
    float: none;
    width: 330px;
    margin: 0 0 10px 0;
    padding: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    display:none;
}
#footer
{
    padding-bottom: 5px;
    border: solid #000 1px;
}
#printfooter
{
    display:inline;
    }
#validation
{
    display:none;
    }
#rsslinks
{
    display:none;
    }
/* Styles for Masthead */
#masthead img
{
    float: left;
    margin: 0;
    padding: 0;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
#masthead p
{
    font-size: small;
    text-align: right;
    color: #000;
    margin: 10px 10px 10px 0;
    padding: 0;
}

/* Styles for Navigation */
#navigation ul
{
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
#navigation_a li
{
    float: left;
}
#navigation_a a
{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
}
#navigation_a a.active
{
    border-top: 1px solid #009899;
    border-left: 1px solid #009899;
    background-color: #009899;
}
#navigation_a a:hover
{
    color: #fff;
    text-decoration: none;
    border: 1px solid #000;
}
/* Styles for Content */
h1
{
    font-size: 2em;
    color: #6da2a1;
}
h2
{
    font-size: 1.75em;
    color: #6da2a1;
}
h3
{
    font-size: 1.5em;
    color: #6da2a1;
}
h4
{
    font-size: 1.25em;
    color: #6da2a1;
}
h5
{
    font-size: 0.75em;
    color: #000;
}
h6
{
    font-size: 0.5em;
    color: #000;
}

/* Styles for Footer */
#footer p
{
    font-size: x-small;
    text-align: center;
    color: #fff;
    margin: 10px;
    padding: 1px;
}
#footer a
{
    color: #fff;
    text-decoration: underline;
}

/* Styles for Links 
------------------*/
a
{
    color: #003300;
    text-decoration: underline;
}
a:hover
{
    color: gray;
    text-decoration: underline;
}
.style_bold
{
    font-weight: bold;
}
.style_italic
{
    font-style: italic;
}
IMG
{
    border-right: #696969 3px groove;
    border-top: #696969 3px groove;
    border-left: #696969 3px groove;
    border-bottom: #696969 3px groove;
}

table .moneycentre
{
    text-align:center;}
table h2
{
    color: #000;
    text-align: center;
}
table h3
{
    color:#000;
    text-align: center;
    }
table h4
{
    color:#000;
    }