
/* FBCV2.css */

body{
	background-image:url('images/cross-sunburst.jpg');
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	background-position: center;
	background-position: top;
	margin: 0px;
	padding:0px;
	border:0px;
    font-family: Georgia, verdana, arial, helvetica, sans-serif;
}

#img.source-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#fbcvTickerID {color:#eee; }

.dropcap { float:left; color:#6600cc; font-size:80px; 
line-height:60px; padding-top:2px; font-family: times; }
  

b,strong{
    font-weight:bold;
}

a:active{
    color: #3300FF;
    font-weight:bold;
    text-decoration: none;
}

a:link{
	color: #000000;
    font-weight:bold;
    text-decoration: none;
}

a:visited{
	color: #990000;
    font-weight:bold;
    text-decoration: none;
}

a:hover{
	color: #ffff00;
    text-decoration: none;
}

a img,:link img,:visited img { border:none }

ul {
   list-style-type:none;
    }

#minitabs {
    margin: 0;
    padding:  0 0 20px 10px;
      }
      
#minitabs li {
    margin: 0;
    padding:  10px;
    display: center;
    list-style: none;
      } 

#minitabs a {
    float: center;
    lineheight:  14px;
    fontweight: bold;
    margin: 0 10px 4px 10px;
    text-decoration: none;
    color: #6600cc
      } 
      
#minitabs a.active, #minitabs a:hover {
    border-bottom: 4px solid #ccc;
    padding-bottom: 1px;
    color: #220066;
      }
      
#minitabs a:hover {
color #ccc;
 }   
      
h1{
font-family: Georgia, Verdana, Arial, sans-serif;
font-size: 135%;
color: #330000;
margin: 0px;
padding: 0px;
 }

h2{
 font-family: Georgia, Verdana,Arial, sans-serif;
 font-size: 125%;
 color: #660066;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Georgia, Verdana, Arial, sans-serif;
 font-size: 100%;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Georgia, Verdana, Arial, sans-serif;
 font-size: 100%;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

h6{
 font-family: Georgia, Verdana,Arial, sans-serif;
 font-size: 90%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

span.pullquote {
	display: block;
	float: right;
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
	width: 170px;
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: right;
	color: #666;
	border-left: 3px solid #ccc;
}


