﻿* 
{
    font-family: verdana; 
    font-size: 8pt;
}
body 
{
    background-color: silver;
    text-align: center;
}
a 
{
    font-family: tahoma; 
    font-size: 9pt; 
    text-decoration: none; 
    color: blue;
}
h1 
{
    color: gray; 
    font-size: 10pt; 
    margin: 4px;
}
h2 
{
    color: #7899a7; 
    font-size: 10pt; 
    margin: 2px; 
    text-align: center; 
    text-decoration: underline;
}
p strong 
{
    font-size: 7.5pt;
}
.main 
{
    margin-top: 0; 
    background-color: white;
}
.topnav 
{
    background-color: navy; 
    color: white; 
    padding: 8px; 
    text-align: right;
}
.topnav a 
{
    color: white; 
    border: solid 1px navy; 
    padding: 3px; 
    font-size: 8pt;
}
.topnav a:hover 
{
    color: white; 
    border: solid 1px white; 
    padding: 3px; 
    background-color: white; 
    color: navy;
}
.banner 
{
    background-image: url('images/focusfound_horz.jpg'); 
    background-repeat:no-repeat; 
    background-position: center center; 
    height: 100px; padding: 8px; 
    font-weight: 700; 
    color: gray; 
    border-bottom: solid 5px navy;
}
.leftsidebar 
{
    background-color: #eeeeee; 
    padding: 5px; 
    width: 125px; 
    vertical-align: top; 
    border: solid 2px #dddfff;
}
.rightsidebar 
{
    background-color: #eeeeee; 
    padding: 5px; 
    width: 125px; 
    vertical-align: top; 
    border: solid 2px #dddfff;
}
.rightsidebar p 
{
    font-family: arial; 
    font-size: 7pt; 
    border-bottom: dashed 1px silver; 
    padding: 2px; 
    text-align: left;
}
.members 
{
    font-weight: 700; 
    text-align: center; 
    font-size: 10pt;
}
.subhdr 
{
    color: #7899a7; 
    font-size: 8pt; 
    font-weight: 700; 
    text-align: center; 
    border-bottom: solid navy 5px; 
    padding: 5px;
}
#content1 
{
    padding: 8px; 
/*    width: 500px; */
}
#content2 p 
{
    border: solid 1px silver; 
    padding: 5px;
}
#footer 
{
    text-align: center; 
    font-size: 8pt; 
    border-top: solid 1px navy;
}