
body {
    background-color: #fff;
    font-family: serif;
}

#page {
    width: 100%;
    background-color: #fff;
    color: #000;
}



#content, #colRight,#header {
    width: 100%;
    margin: 0;
    float: none;
    background-color: #fff;
    margin-bottom: 2em;
}


div#colRight {
    float: none;
    margin: 0;
    padding: 0;
}

div#colRight img {
    border-width: 0px;
    margin-left: 30%;
    text-align: center;

}

a:link, a:visited  { 
    font-weight: bold;
    border-width: 0px;
    text-decoration: underline;
    color: #520;
    background: transparent;
} 

/* this bit will print the URL after the link
when done from the CSS2 compliant browsers */
a:link:after, a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
}



#nav, #colLeft, #footer {
    display: none;
    visibility: hidden;
    float: none;
    min-width: 0px;
    padding: 0px;
    margin: 0px;
    height: 0px;
    width: 0px;
}


#storyBoxSummit, .storyBox {
    border: thin solid #999;
    margin: 5pt;
    padding: 5pt;
}


#outreach {
    text-align: center;
    color: #000;
    background-color: #fff;
    margin-top: 10pt;
    width: 100%;
    clear: both;
    bottom: 0;
    left: 0;
    height: 2em;
}

#lastmod { font-size: 8pt;
    text-align: right;
}


      
