/* CSS Document */
html, body {
    font: 10pt Arial, Helvetica, san-serif;
    color: #333;
    font-style: normal;
}
h1 {
font-size: 11pt;
font-weight: bold;
font-style: italic;
color: #214385;    
margin-bottom: 12pt;
padding: 3pt 0pt 8pt;
border-bottom: 1pt solid #E3E3E3;
}
#header {
background: #13306c;
padding:10pt;
}
#search {
display:none;
}
#navigation {
display:none;
}
#sidenav {
display:none;
}
#footer {
background: #13306c;
color: #fff;
font-size:8pt;
padding:10pt;
text-align:center;
}
#footer a {color:#fff;}
