body{
	font-family:	arial, serif;
	width:	320px;
	padding:	20px;
	background:	#FFF;
	color:	#000;
	font-size:	13px;
	}
/*__________________________ block positions*/
#logo span{
	display:	none;
	}
#logo{
	background:	url(img/BCP.jpg) no-repeat;
	height:	38px;
	width:	208px;
	position:	absolute;
	margin:	50px 0 0 20px;
	}
#menu{
	width:	200px;
	position:	absolute;
	margin:	120px 0 0 20px;
	list-style:	none inside none;
	padding:	0
	text-align:	left;	
	}
	#menu li{
		padding:	0;
		margin:	0;
		}
	#menu a{
		font-size:	14px;
		}
#content{
	width:	800px;
	margin:	120px 0 0 248px;
	text-align:	left;
}
#foot{
	clear:	both;
	margin:	20px 0 0 0;
	font-size:	10px;
	}
/*__________________________ end block positions*/

/*__________________________ text styling*/
a{
	text-decoration:	none;
	color:	#144015;
	}
a:hover{
	color:	#93CD18;
	cursor:	pointer;
	}
h1{
	font-weight:	normal;
	font-size:	20px;
	margin:	0 0 3px 0;
	}
h2{
	margin:	0 0 3px 0;
	}
h3{
	font-size:	22px;
	margin:	3px 0 3px 0;
	}
h4{
	font-size:	16px;
	margin:	3px 0 5px 0;
	}
h5{
	font-size:	14px;
	margin:	2px 0 3px 0;
	}
h6{
	font-size:	13px;
	margin:	5px 0 2px 0;
	}
.alert{
	color:	#F00;
	font-weight:	bold;
	}
.response{
	display:	block;
	padding:	5px;
	margin:	0 0 5px 0;
	background-color:	#DDD;
	color:	#DDD;
	}
p{
	clear:	both;
	padding:	0 0 10px 0;
	margin:	0;
	text-align:	left;
	}
.note{
	font-size:	11px;
	}
.hr{
	border-bottom:	1px solid #000;
	marin:	5px 0 10px 0;
	}
.clear{
	clear:	both;
	}
/*__________________________ end text styling*/

/*__________________________ form styles*/
form{
	margin:	0 0 10px 0;
	}
input, select{
	border:	1px solid #333;
	background:	#C7C8CA;
	font-size:	10px;
	}
input[type='submit'], .save{
	width:	100%;
	}
input[type='button']:hover, .button:hover, input[type='submit']:hover{
	background:	#AAA;
	cursor:	pointer;
	}
#subscribe input{
	width:	100%;
	margin:	0 0 5px 0;
	}
/*__________________________ end form styles*/

/*__________________________ image styles*/
img{
	display:	block;
	border:	0;
	}
.thumb{
	height:	150px;
	width:	150px;
	float:	left;
	margin:	0 5px 0 0;
	}
.section_link .thumb{
	width:	100px;
	height:	100px;
	}
.img_fl{
	float:left;
	margin:	0 10px 10px 0;
	}
.img_fr{
	float:right;
	margin:	0 0 10px 10px;
	}
.img_c{
	text-align:center;
	margin:10px;
	}
.img_l{
	text-align:left;
	margin:10px 0 10px 0;
	}
.img_r{
	text-align:right;
	margin:10px 0 10px 0;
	}
/*__________________________ end image styles*/	

/*__________________________ table styles*/
table{
	width:	100%;
	margin:	0;
	padding:	0;
	background-color:	#FFF;
	}
th{
	background-color:	#DDD;
	color:	#FFF;
	font-weight:	bold;
	padding:	3px;
	text-align:	right;
	}
td{
	padding:	4px;
	text-align:	right;
	border-top:	1px solid #DDD;
	vertical-align:	top;
	clear:	both;
	}
.td_thumb{
	padding:	3px 0 3px 0;
	}
#totals{
	font-weight:	bold;
	}
#totals td{
	border-top:	2px solid #DDD;
	}
/*__________________________ end table styles*/