/* $Date: 2005/05/09 16:20:18 $
pic1b.css is the style sheet for the BF images
*/

body {

font-family: Palatino, "Times New Roman", Times, serif;
font-size: 1em;
background-color: #000066;
color: #ffffff;
text-align: center;     /* An ugly hack to work around a   */
                        /* bug in MSIE 5.x that prevents   */
}                       /* the margins from centering text */

#mainblock {
width: 700px;
margin-left: auto;
margin-right: auto;
padding: 0 20px 0 20px;
text-align: left;       /* An ugly hack to work around a   */
                        /* bug in MSIE 5.x that prevents   */
}                       /* the margins from centering text */

p {

color: silver;

}

h1 {

font-size: 1.2em;

}

h2 {

font-size: 1.1em;

}

h3 {

font-size: 1em;

}

p.c2 {text-align: center}
div.c1 {text-align: center}

img {

border-style: inset;
border-color: silver;
border-width: 4px;
padding: 6px;

}

a:link {
 
color: silver;
text-decoration: none;
                                                                                
}
                                                                                
a:visited {
                                                                                
color: red;
text-decoration: none;
                                                                                
}
                                                                                
a:hover {
                                                                                
/*background-color: #ffffff;*/
background-color: silver;
color: #000000;
text-decoration: none;
                                                                                
}
                                                                                
a:active {
                                                                                
text-decoration: none;
                                                                                
}

#navbar {

clear: both;
border-style: solid;
border-width: 1px;
border-color: silver;
background-color: #000066;
color: silver;

}

span.date {

float: left;
background-color: #000066;
color: silver;
padding-left: 6px;
padding-right: 6px;
padding-top: 1px;
padding-bottom: 1px;
font-size: 80%;
margin-right: 4px;

}

span.copyright {
                                                                                
float: left;
background-color: #000066;
color: silver;
padding-left: 6px;
padding-right: 6px;
padding-top: 1px;
padding-bottom: 1px;
font-size: 80%;
                                                                                
}

span.xhtml {

float: right;
background-color: #000066;
color: silver;
padding-left: 6px;
padding-right: 6px;
padding-top: 1px;
padding-bottom: 1px;
margin-right: 4px;
font-size: 80%;

}

span.css {
                                                                                
float: right;
background-color: #000066;
color: silver;
padding-left: 6px;
padding-right: 6px;
padding-top: 1px;
padding-bottom: 1px;
font-size: 80%;
                                                                                
}

span.attrib {

float: right;
background-color: #000066;
color: silver;
font-size: 80%;
margin-right: 5px;
margin-bottom: 12px;

}

