/* Global resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 5px;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* Layout */

html {
    height: 100%;
}

body {
    text-align: center;
    margin: 0;
    padding: 0;
    background: #E3E4E5 url(../images/body_bg.gif) top left no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 100%;
}

#wrapper {
    height: 100%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    background: white url(../images/wrapper_bg.gif) repeat-y;
    width: 1020px;
}

#header {
    height: 150px;
    background: #FFFFFF url(../images/header_right.gif) top right no-repeat;
}

#header img {
    margin-left: 240px;
    margin-top: 37px;
}

/* Menu */

#navigation {
    width: 180px;
    float:left;
    background: #C8CACB url(../images/nav_bg.gif) top repeat-x;
    padding-top: 30px;
    margin-left: 60px;
}

#navigation #nav2 {
    background: url(../images/nav_corner.gif) bottom left no-repeat;
    padding-bottom: 30px;
}

#navigation li {
    border-top: 1px solid #E3E4E5;
    border-bottom: 1px solid #A8AAAB;
    font-size: 10pt;
}

#navigation ul {
    border-bottom: 1px solid #E3E4E5;
    border-top: 1px solid #A8AAAB;
}

#navigation li a:link, #navigation li a:visited {
    display: block;
    padding: 7px 5px 7px 0.5em;
    color: #000000;
    text-decoration: none;
}

#navigation li a:link.current, #navigation li a:visited.current {
    background-color: #00A3E2;
    color: #FFFFFF;
}

#navigation li a:hover {
    background-color: #333366;
    color: #FFFFFF;
}

/* Content */

#content {
    background: #FFFFFF url(../images/content_bg.gif) top repeat-x;
    float: right;
    margin-right: 60px;
    padding: 30px 20px 20px 20px;
    width: 680px;
    line-height: 1.3;
    font-size: 10pt;
}

h1 {
    color: #00A3E2;
    font-size: 14pt;
    margin-bottom: 20pt;
    text-align: left;
}

h2 {
    color: #00A3E2;
    margin-bottom: 10pt;
    margin-top: 10px;
    text-align: left;
    font-size: 12pt;
}

p {
    margin-bottom: 20px;
    text-align: justify;
}

#content ul {
    list-style: circle;
    margin-left: 40px;
    margin-bottom: 20px;
}

#content a:link, #content a:visited {
    color: #00A3E2;
}

div.figure {
    margin-bottom: 20px;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

#content ul.pdfs {
    margin-top: 20px;
    list-style-image: url("../images/pdf.gif");
}

#content ul.pdfs li p {
    margin-top: 0;
    margin-bottom: 0;
}

/* Footer */

#footer {
    text-align: center;
    margin-top: 50px;
    font-size: 10pt;
    color: #A8AAAB;
}

#footer a:link, #footer a:visited {
    font-size: 10pt;
    color: #000000;
}

#footer hr {
    color: #C8CACB;
    background-color: #C8CACB;
    height: 1px;
    width: 80%;
    border: 0;
}

.loc_table td {
    padding-right: 25px;
}

.loc_table .nopadding {
      padding-right: 0;
}

.table_header td {
    text-align: center;
}

.table_header {
    border-bottom: solid;
    border-bottom-width: 1px;
}

.right {
      text-align: right;
}

.center {
      text-align: center;
}

