.BCC-Header {  
    font-family: Verdana; 
    color: #000040; 
    font-size: 16px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
/*    background-color: #FFFFFF; */
    background-color: transparent;
    letter-spacing: normal; 
    text-align: justify; 
    vertical-align: middle; 
    word-spacing: normal; 
    white-space: normal
}
.BCC-Paragraph {  
    font-family: Verdana; 
    font-size: 13px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    color: #000040; 
/*    background-color: #FFFFFF; */
    background-color: transparent;
    letter-spacing: normal; 
    word-spacing: normal; 
    text-align: justify
}
.BCC-Header2 {  
    font-family: Verdana; 
    font-size: 14px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold;
    color: #000040;  
    font-variant: normal
}
.BCC-Banner {  
    font-family: Verdana; 
    font-size: 13px; 
    font-style: normal; 
    font-weight: normal; 
    font-variant: normal; 
    color: #000040; 
    background-color: #CCCCCC 
/*    background-color: transparent; */
}

/* Redundant code below used for floating mouse-over images */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.thumbnail{
    position: relative;
    z-index: 0;
}
.thumbnail:hover{
    background-color: transparent;
    z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
    position: absolute;
    background-color: white;
    padding: 5px;
    border: 1px solid #000040;
    visibility: hidden;
    color: black;
    text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
    
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
    visibility: visible;
    top: 0; 
    right: 152px; /*position where enlarged image should offset horizontally */
}

.container
{
    position: relative;  
    width:900px;
    margin:10px auto 10px auto;
    color: blue;
}

body {
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	}
	
#Content {
	width:500px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
/*	background-color:#FFFFFF; */
	background-color: transparent;
	}

/* End of redundant code section */.

BCC-Bullet {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 13px; 
    color: 000040; 
    text-align: left; 
    list-style-image: none
    }

