/* Dual media */
@media screen,print {

/*Undo inconsistent browser standards */
:link,:visited { text-decoration:none }
ul, ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
img { border: none }
a img,:link img,:visited img { border:none }
address { font-style:normal }
table { font-size: 1em; }
}
/* ----------------------------------- */





/* Screen media */
@media screen {

/* ##### Common Styles ##### */
.doNotDisplay { display: none; }

body {
font-family: Helvetica, Arial, sans-serif;
font-size: 81%;  /* Enables font size scaling in MSIE */
margin: 1em;
color: #000000;
background-color: #75b9ba;
}

html > body { font-size: 10pt; }

a {
color: #A0282E;
background-color: transparent;
text-decoration: none;
}

a:hover { text-decoration: underline; }
a:active { outline: none !important; }

p {
line-height: 1.25em;
margin-bottom: 1em;
}

acronym {
cursor: auto;
border: none;
}

acronym:hover {
font-weight: bold;
}

h1 {
font-size: 180%;
text-align: center;
}

h2 {
font-size: 150%;
text-align: center;
}

#header {
width: 262px;
margin-left: 1ex;
float: left;
}

#roundel {
position: absolute;
top: 25ex;
left: 2ex;
}

#sitemap {
float: left;
margin: 4ex 0 0 5ex;
border-top: 3px solid #B1C4C4;
border-right: 3px solid #203F3F;
border-bottom: 3px solid #203F3F;
border-left: 3px solid #B1C4C4;
width: 32em;
padding: 0;
}

#sitemap ul{
list-style: none;
list-style-position: inside;
margin: 2ex 0 2ex 4ex;
font-weight: bold;
}

#sitemap ul li ul {
list-style-type: disc;
list-style-position: inside;
margin-left: 7.5ex;
font-size: 88%;
font-weight: normal;
font-style: italic;
}

#sitemap ul li ul {
margin-top: 0 !important;
}

#sitemap ul li { margin: 0.8ex 0; }

#sitemap ul img {
vertical-align: -25%;
margin-right: 1.2ex;
}

#credit {
position: absolute;
left: 2ex;
bottom: 1ex;
font-variant: small-caps;
font-size: 80%;
border: 1px dotted #336666;
padding: 0.5ex 2ex;
width: 20em;
text-align: center;
}

}


@media print {
.doNotPrint { display: none; }
h1 { margin-bottom: 2ex; font-size: 120%; }
h2 { margin-bottom: 3ex; }
img { display: none; }
ul { list-style-type: disc; }
}
