/** 
 * $Id: common.css,v 1.5 2003/08/05 18:23:06 nturner Exp $
 *
 * styles common to all 2003 meeting pages
 */

@media all { /* keep ns4 out */

.archivenote {
    border: solid thick red;
    background: #fff4d0;
    margin-bottom: 1em;
}
.archivenote p {
    margin: 1em;
}

#main {
    background-color: white;
    /* 
    background-image: url("/Meetings/2003/web-faded.png");
    */
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

div.masthead {
    color: white;
    background-color: #5077ba;
    background-image: url("/Meetings/2003/banner-bright.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
}
div.logotext {
    font-size: 1.8em;
}
div.logotext span.pretitle {
    font-size: 50%;
    text-transform: uppercase;
    display: block;
}
div.logotext strong {
    text-transform: lowercase;
    display: block;
}
div.subhead {
    font-weight: bold;
    margin-top: 0.5em;
}

table.layout td.layout-c1of2 {
    vertical-align: top;
    width: 48%;
    padding-right: 2%;
}
table.layout td.layout-c2of2 {
    vertical-align: top;
    width: 48%;
    padding-left: 2%;
}

span.format-note {
    font-size: smaller;
    font-weight: normal;
}

.subhead a { color: white }

} /* @media all */

