body
{
    background-color:#C4D0D3;

}

.headerText
{
    font-size: 18px;
    line-height:28px; 
    color:#333333; 
    text-align:right;
}


.headerTextSmall
{
    font-size: 11px;
    font-weight:bold;
    line-height:18px; 
    color:#0067A9; 
    text-align:left;
}

.header_topframe
{
    background-image:url(/images/header_bg.gif);
    background-repeat:no-repeat;
    height:12px;
    width:756px
}

.header_banner
{
    background-image:url(/images/bcbc_banner.jpg);
    background-repeat:no-repeat;
    height:119px;
    width:724px;

}

.header_textContainer
{   
    font-family: Arial, Verdana;
    padding: 20px 40px 10px 30px;
}

 

a.headerLink
{
    text-decoration:none;
    color:#ffffff;
    font-size:10px;
} 


a.headerLink:hover
{
    text-decoration:none;
    color:#3C4EB6;
    font-size:10px;
} 

a.headerLink:visited
{
    text-decoration:none;
    color:#ffffff;
    font-size:10px;
} 

a.headerLink:active
{
    text-decoration:none;
    color:#ffffff;
    font-size:10px;
} 

.form_style
{
    background-image:url(/images/form_bg.gif);
    background-repeat:repeat-y;
}

.longButton
{   
  margin-top:10px;
    background-image:url(/images/button_long.gif);
    background-repeat:no-repeat;
    height:33px;
    width:450px;
    cursor:pointer;
}

.midButton
{   
    margin-top:6px;
    background-image:url(/images/button_midwidth.gif);
    background-repeat:no-repeat;
    height:33px;
    width:150px;
    cursor:pointer;
}

.shortButton
{   
    margin-top:8px;
    background-image:url(/images/button_short.gif);
    background-repeat:no-repeat;
    height:33px;
    width:89px;
    cursor:pointer;
}

.smallButton
{
    background-image:url(/images/button_small.gif);
    background-repeat:no-repeat;
    height:20px;
    width:54px;
    cursor:pointer;
}

.contentHeadline
{
    font-family: Arial, Verdana;
    font-weight:bold;
    color: #3C4F98;
    font-size:16px;
    text-align:left;
    padding:15px 0px 20px 25px;
}

.contentContainer
{
  	font-family: Arial, Verdana;
	text-align:center;
    padding-left:25px;
    padding-right:30px;
    height:300px;
    vertical-align:top;
    padding-bottom:10px;
}

.contentDiv
{
    font-size:12px;
    font-family:arial, Verdana;
    padding-left:30px;
}

.contentDiv table
{
   font-family :arial, Verdana;
	 font-size:12px;
    text-align:left;
}

.contentDiv td
{
     font-family:arial, Verdana;
     font-size:12px;
    height: 25px;
    padding-right:15px;
}

.contentSubheaders
{
    font-weight: bold;
    font-size: 13px;
    
}

.adminOnlyArea
{
    background-color: #BFDEF2;
    border:dotted 1px #3C4F98;
    padding:20px 20px 15px 15px;
    margin:15px 0px 15px 0px;
}

.txtboxHeaderCell
{
    font-size:15px;
}


.footer_bottomframe
{
    background-image:url(/images/bottom_bg.gif);
    background-repeat:no-repeat;
    height:18px;
    width:756px
}
 
 
.textBoxMaster
{
	font-size:12px;
	height:15px;
	vertical-align:middle;
}
   
.dataColumn
{
	padding-left:5px;
	padding-right:5px;
}

.dataColumnHeader
{
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	border-bottom:dotted 1px #C8C8C8;
	background-color:#E2E3E3;
}
.instruction
{
	font-size:10px;
}
   
   
