@charset "utf-8";
/*
CSS Cascade Style Sheet for BCU 2012
*/
/* 
----------------Main Defaults--------------------

/* End============= Main Defaults ===================== */
/* ---------------- Float Content -------------------- */

#float_image1
	{					
		float:left;
		width: 285px;
		margin: auto;
		margin-left: 0px;
		color:blue;
		font-size:10px; 
		font-weight:bold;
		text-decoration:none; 	/* stops the underline of hyperlink text */
     }
#float_image_Right
	{					
		float:right;
		width: 280px;
		margin: auto;
		margin-left: 20px;
		color:blue;
		font-size:10px; 
		font-weight:bold;
		text-decoration:none; 	/* stops the underline of hyperlink text */
     }
a.nav_txt_pos_fixed
	{
	position:absolute;
	top:6px;
	left:45px;
	font-family:arial, verdana;
	font-size:15px; 
	font-weight:bold;
	text-decoration:none; 	/* stops the underline of hyperlink text */
	width:150px;			/* prevents text wraping, value is 100 more than required */
	}
p.nav_txt_pos_fixed
	{
	position:absolute;
	top:-11px;
	left:45px;
	font-family:arial, verdana;
	color:aqua;
	font-size:15px; 
	font-weight:bold;
	text-decoration:none; 	/* stops the underline of hyperlink text */
	width:200px;			/* prevents text wraping, value is 100 more than required */
	}

/* End============= Float Content ===================== */
