@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/BCW_tex_bg.jpg) center top repeat #eeeeee;
}


.BCW_head {
	width:391px;
	height:187px;
	margin:25px 0 20px 0;
	background:url(../images/BCW_logo_trans.png) center top no-repeat;
}

.BCW_menu_item {
	position:relative;
	display:inline-block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#014a83;
	font-size:17px;
	text-transform:uppercase;
	margin:0 0 15px 0;
	padding:5px 20px 5px 20px;
	text-decoration:none;
}
.BCW_menu_item a{
	text-decoration:none;
	color:inherit;
}

.BCW_tray_top {
	width:1000px;
	height:25px;
	background:url(../images/BCW_tray_top.png) no-repeat;
}

.BCW_tray_mid {
	position:relative;
	width:1000px;
	height:auto;
	background:url(../images/BCW_tray_mid.png) repeat-y;
	vertical-align:top;
}

.BCW_tray_bot {
	width:1000px;
	height:25px;
	background:url(../images/BCW_tray_bot.png) no-repeat;
}

.BCW_tray_single_column_content {
	position:relative;
	display:inline-block;
	width:95%;
	height:auto;
	margin:0 25px 0 25px;
	vertical-align:top;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#555;
	font-size:13px;
	line-height:20px;
}
.BCW_tray_mid_left {
	position:relative;
	display:inline-block;
	width:280px;
	height:auto;
	margin:0 25px 0 25px;
	vertical-align:top;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#555;
	font-size:13px;
	line-height:20px;
}

.BCW_tray_mid_right {
	position:relative;
	display:inline-block;
	width:645px;
	height:auto;
	margin:0 20px 0 0;
	vertical-align:top;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#555;
	font-size:13px;
	line-height:20px;
}

.BCW_foot {
	width:1000px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#999;
	font-size:12px;
	margin:15px 0 25px 0;
}

.BCW_tray_mid a {
	color:#36F;
	font-weight:bold;
	text-decoration:none;
}

.BCW_tray_mid a:hover {
	color:#014a83;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 1px dotted #014a83;
}

.redtext {
	color:#F00;

}

a {
	color:#36F;
	font-weight:bold;
	text-decoration:none;
}
