/*:mode=css:indentSize=4:noTabs=true:deepIndent=true:folding=indent:*/

/* text */
abbr {
    text-decoration: none;
    cursor: help;
}
blockquote[cite]:before {
    content: attr(cite) " said:";
    font-style: italic;
}
body {
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}
dd {
    font-size: .9em;
}
dd dd {
    font-size: 1em;
}
dt {
    font-size: .9em;
    font-weight: bold;
}
h1 {
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 1.6em;
    letter-spacing: .2em;
    font-weight: normal;
}
h2 {
    font-family: "Trebuchet MS", verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: .2em;
    text-align: left;
}
h3, h4, h5, h6, legend {
    font-family: "Trebuchet MS", verdana, tahoma, arial, helvetica, sans-serif;
    text-align: left;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.2em;
}
input, textarea, select {
    font-family: monospace;
}
legend {
    line-height: 1.2em;
    font-size: 1.2em;
}
p {
    /*
    text-align: left;
    text-indent: 1.8em;
    */
}
p.first {
    text-indent: 0;
}
strong {
    /*
    text-transform: uppercase;
    letter-spacing: .1em;
    */
    font-weight: bold;
}

.boxContainer {
    font-size: .7em;
    line-height: 1.2em;
    text-align: left;
}
.boxContainer dd {
    font-size: .9em;
}
/*
.boxContainer a, .boxContainer a:visited, .boxContainer a:active, .boxContainer a:hover, .boxContainer a:focus {
    font-weight: bold;
}
*/
.formButton {
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    /*font-weight: bold;*/
}
.smallText {
    font-size: .6em;
}
/* /text */



/* links */
a, a:visited  {
    text-decoration: none;
}
a:active, a:hover, a:focus {
    text-decoration: underline;
}
a.image:active, a.image:hover, a.image:focus {
    text-decoration: none !important;
    color: inherit;
    background-color: inherit;
}
a em, label em {
    font-style: normal;
    text-decoration: underline;
}
a:hover abbr, a:focus abbr {
    text-decoration: underline;
}
/* /links */


/* display */
abbr {
    border-width: 0;
}
body {
    margin: 0;
    padding: 0 0 10px 0;
}
div {
    margin: 0;
}
dl, ol, ul {
    margin-top: .5em;
    margin-bottom: .5em;
}
dd {
    margin: 0;
    margin-bottom: .5em;
    padding: 0;
}
dd.indent {
    margin: 0;
    padding-left: 2em;
}
fieldset {
    padding: .5em;
}
form {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 0 0;
}
h1 {
    margin-top: 0;
}
h2.first {
    margin-top: 0;
}
h2 img {
    margin-right: 7px;
    vertical-align: middle;
}
img {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
}
legend {
    margin: .2em 0 .2em 0;
}
li {
    margin: 0;
    padding-left: .5em;
    list-style-position: inside;
}
li li {
    padding-left: 1.5em;
}
ol, ul {
    margin: 1em 0 1em 0;
    padding: 0;
}
/*
p {
    margin: 0;
}
p.first {
    margin-top: .7em;
}
*/
table {
    border: 0;
    padding: 0;
}
th, td {
    padding: 5px;
}

.disclaimer {
    display: none;
}
.boxContainer h3 {
    margin-top: 0;
}
.boxContainer ul.links, .boxContainer ol.links {
    margin: 0;
}

ul.links {
    margin-left: 0;
    padding-left: 0;
}
ul.links li {
    display: inline;
    margin-left: 0;
    padding-left: 0;
}
ul.links li div {
    display: block;
    margin-left: 0;
    padding-left: 0;
}

ul.links li ul {
    padding-left: 1em;
    list-style-position: inside;
    list-style-type: none;
}

li.links div {
    margin: .5em 0 .5em 0;
}
li.links div div {
    margin: 0;
}
/*
ul.links li li li {
    list-style-type: circle;
}
ul.links li li li li {
    list-style-type: square;
}
ul.links li li li li li {
    list-style-type: disc;
}
ul.links li li li li li li {
    list-style-type: circle;
}
ul.links li li li li li li li {
    list-style-type: square;
}
*/

#headerContainer h1 {
    display: none;
}
/* /display */

