﻿html
{
    margin: 0;
    padding: 0
}
body
{
    background-color: #fff;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12pt;
    margin: 0;
    padding: 0;
    text-align: center
}
#page
{
    margin: 20px auto;
    position: relative;
    text-align:left;
    width: 950px
}
#masthead
{
    background: transparent url(images/Declaration-Masthead-Reduced.jpg) no-repeat top left;
    height: 195px;
    margin-bottom: 20px
}
h1
{
    /*height: 130px;
    padding-top: 70px*/ text-indent: -1000em
}
h1, h2
{
    color: #c4161c;
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 .25em
}
h2
{
    font-family: Impact, Sans-Serif
}
h3
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em 0 .25em
}
p
{
    margin: 1em 0 0
}
h3 + p
{
    margin-top: 0
}
ul
{
    margin-bottom: 1em;
    margin-top: 0
}
/*#masthead h1 span
{
    background: transparent url(images/Declaration-Masthead.jpg) no-repeat top left;
    color: #ed1c24;
    display: inline-block;
    float: right;
    font-family: Impact, Sans-Serif;
    height: 200px;
    position: absolute;
    right: 20px;
    text-indent: -1000em;
    top: 20px;
    vertical-align: text-top;
    width: 350px
}*/
#content
{
    border-left: solid 1px #c4161c;
    margin-left: 18em;
    margin-top: 1em;
    min-height: 20em;
    padding-left: 2em;
    padding-right: 1em
}
a:link, a:active, a:visited
{
    color: #000;
    font-weight:bold;
    text-decoration: none
}
a:hover
{
    color: #333;
    text-decoration: underline overline
}
#navigation
{
    left: 0;
    position: absolute;
    top: 215px;
    width: 17em
}
#navigation ul, #navigation ul li
{
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    text-indent: 0
}
#navigation li strong
{
    color: #000;
    display: block;
    padding: .25em 0 .25em 1em;
    font-weight: bold
}
#navigation a
{
    color: #c4161c;
    display: block;
    font-weight: bold;
    padding: .25em  0 .25em 1em;
    text-decoration: none;
    width: 17em
}
#navigation ul li ul li a, #navigation ul li ul li strong
{
    padding-left: 2em;
    width: 16em
}
#navigation a:visited
{
    color: #666
}
#navigation a:hover, #navigation a:active
{
    background-color: #ed1c24;
    color: #fff;
    text-decoration: none
}
#SectorLinks a
{
    text-decoration: none
}
#SectorLinks a img
{
    border: none
}
#footer
{
    background: #fff url(images/Declaration-Footer.jpg) no-repeat center center;
    font-size: .8em;
    font-weight: bold;
    height: 39px/*59px*/;
    margin-top: 2em;
    padding-top: 90px/*70px*/;
    text-align: center
}
q
{
    font-style: italic
}