body {
    margin-bottom : 10px;
}
body, td, th {
    font-family : Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-size : 11px;
    color : #000;
}
table, img {
    border : 0;
}
a {
    color : #000;
}

a:hover {
    color : #093;
}
a:active {
    color : #093;
}

#header-key {
    padding-left : 50px;
}
#header-logo-container {
    padding-left : 38px;
}
#primary-nav-container {
    width : 107px;
    vertical-align : top;
}
#primary-nav {
    text-align : right;
    margin : 30px 8px 8px 0;
    clear : both;
}
#primary-nav a {
    display : block;
    margin-bottom : 10px;
    text-decoration : none;
    font-weight : bold;
    color : #000;
}
#primary-nav a:hover {
    text-decoration : underline;
}

#primary-nav a.active {
    color : #7383CA;
}
#primary-nav-border-top {
    display : none;
}
#primary-nav-border-right-spacer {
    display : none;
}
#primary-nav-border-right {
    display : none;
}

#header-border-left {
    display : none;
}
#content-container {
    vertical-align : top;
    padding-left : 45px;
}
#content {
    margin-top : 30px;
    margin-bottom : 10px;
}
#content-wrap {
    margin-top : 30px;
    margin-bottom : 10px;
}
#content-internal {
    margin-top : 25px;
    margin-bottom : 10px;
}
#sub-content {
    margin-top : 10px;
}
hr {
    color : #000;
    background-color : #000;
    height : 1px;
    margin : 0px;
    padding : 0px;
    border : 0px;
}

h1 { font-size : 20px; }
h2 {
    font-size : 15px;
    margin-bottom : 5px;
}
h3 { font-size : 15px; color : #093; }
h4 { font-size : 13px; }

h5, h6 {
    font-weight : normal;
    margin : 0 0 6px 0;
}
h5 {
    color : #40A75F;
    font-size : 11px;
}
h6 {
    font-size : 10px;
}

p {
    margin-top : 0;
    margin-bottom : 10px;
}

ul {
    margin-left : 16px;
    padding : 0;
}

#page-options {
    display : none;
}