/* Styles for displays (screen, projection) */

body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

#release {
    width: 100%;
    font-family: arial, helvetica, sans-serif;
    font-size: 95%;
}

/* Print and PDF links */
#helpers {
    text-align: left;
    font-size: 1%;
    color: #ffffff;
    display: none;
}

#helpers a {
    color: #ffffff;
    font-size: 1%;
}

/* Top section with logo, print and PDF links */
#heading {
    width: 100%;
}

/* Middle section with contact and identifying information */
#identity {
    background-color: #ffffff;
    font-size: 95%;
    font-weight: normal;
    width: 100%;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    margin: 5px 0;
}

#contact {
    text-align: left;
    margin: 5px 3px 5px 0;
}

#release_date {
    margin: 5px 0 5px 3px;
}

/* Main section with text of news release */
#main {
    width: 100%;
    margin: 0;
}

/* this is separate from #main above to avoid IE bug */
#main div.gutter {
    padding: 10px;
}

#photo {
    font-size: 90%;
    text-align: center;
    font-style: italic;
}

#photo em {
    font-style: normal;
}

h1 {
    text-align: center;
    color: #000000;
    font-size: 80%;
    font-weight: bold;
    margin: 5px auto 2px;
}

h2 {
    text-align: center;
    color: #000000;
    font-size: 80%;
    font-weight: bold;
    font-style: italic;
    margin: 2px auto 5px;
}

.subhead {
    font-weight: bold;
}

#additonal p {
    margin: 1px auto;
}

#finish {
    text-align: center;
    padding: 0;
}

#boilerplate, #visitnote {
    font-size: 80%;
    color: #333333;
    font-family: arial, helvetica, sans-serif;
    padding: 0;
    text-align: left;
}

/* Footer at bottom of page */
#footer {
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    color: #ffffff;
}

#footer p {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

#footer a {
    color: #ffffff;
}

