@charset "utf-8";
body  {
	background: #f3f3f3;
	background-image: url(img/bsslogoback.jpg); 
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-family: calibri, arial;
	font-size: 10.5pt;
}
.bssuk #container { 
	width: 783px;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
} 
.bssuk #header {
	width: 630px;
	height: 120px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #ffffff;
}
.bssuk #titlebar {
	width: 630px;
	height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #ffffff;
} 
.bssuk #sidebar1 {
	float: left;
	width: 150px;
	height: 600px;
	background-color: #ffffff;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	
.bssuk #sidebar2 {
	float: right;
	width: 150px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	border-left: 1px dashed #7c2426;
	background-color: #ffffff;
	color: #7c2426;
	font-family: calibri, verdana, arial;
	font-size: 9pt;
	text-align: left;
}
.bssuk #mainContent { 
	margin: 0 162px;
	padding: 0px;
	text-align: justify;
}
.bssuk #mainContentTerms { 
	margin: 0 162px;
	padding: 0px;
	text-align: justify;
	font-size: 8pt;
}
.bssuk #footer { 
	padding: 0px;
	background:#2e2d7b;
	text-align: center;
	color: #ffffff;
	font-size: 8pt;
} 
.bssuk #centerhilite {
	text-align: center;
	text-decoration: underline;
	color: #a70000;
}
.bssuk #lefthilite {
	text-align: left;
	text-decoration: underline;
	color: #a70000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a.bssnav:link {color: #ffffff; text-decoration: none;}     /* unvisited link */
a.bssnav:visited {color: #ffffff; text-decoration: none;}  /* visited link */
a.bssnav:hover {color: #ffea00; text-decoration: none;}   /* mouse over link */
a.bssnav:active {color: #ffea00; text-decoration: none;}   /* selected link */
a.bssbot:link {color: #ffffff; text-decoration: none;}     /* unvisited link */
a.bssbot:visited {color: #ffffff; text-decoration: none;}  /* visited link */
a.bssbot:hover {color: #ffea00; text-decoration: none;}   /* mouse over link */
a.bssbot:active {color: #ffea00; text-decoration: none;}   /* selected link */
a.bssbody:link {color: #dd0000; text-decoration: none;}     /* unvisited link */
a.bssbody:visited {color: #dd0000; text-decoration: none;}  /* visited link */
a.bssbody:hover {color: #ffba00; text-decoration: none;}   /* mouse over link */
a.bssbody:active {color: #ffba00; text-decoration: none;}   /* selected link */


.rollover a {
display:block;
width: 150px;
padding: 0px;
background: url("img/leftbar-2.jpg") 0 0 no-repeat;
text-decoration: none;
}
.rollover a:hover { 
background-position: 0 -35px;
}
.rollover a:active {
background-position: 0 -70px;
}