div.header-left {
	width:63px;
	height:252px;
	background-image:url(../bs-images/bs-header-left.gif);
	/*background-repeat:no-repeat;*/
	/*border:0px;*/
	float:left;
	margin-left:0px;
	margin-top:0px;
}

div.header-right {
	width:300px;
	height:252px;
	background-image:url(../bs-images/bs-header-right.gif);
	/*background-repeat:no-repeat;*/
	/*border:0px;*/
	float:right;
	margin-right:0px;
	margin-top:0px;
}

div.header-med {
	height:252px;
	background-image:url(../bs-images/bs-header-med.gif);
	background-repeat:repeat-x;
	border:0px;
	margin-top:0px;
	/*margin: 0px 0px 0px 0px ;*/
}

div.footer-left{
	height:66px;
	width:10px;
	background-image:url(../bs-images/bs-footer-bg-left1.gif);
	background-repeat:no-repeat;
	border:0px;
	float:left;
	margin-left:0px;
	margin-bottom:0px;
}

div.footer-right{
	height:66px;
	width:10px;
	background-image:url(../bs-images/bs-footer-bg-right.gif);
	background-repeat:no-repeat;
	border:0px;
	float:right;
	margin-right:0px;
	margin-bottom:0px;
}

div.footer-bg {
	height:66px;
	background-image:url(../bs-images/bs-footer-bg-med.gif);
	background-repeat:repeat-x;
	border:0px;
	margin-bottom:0px;
	/* margin-bottom:0px; */
}

body {
	margin:0px 0px 0px 0px;
}

A:link {
	color:#0000FF;
	text-decoration:none;
}


A:visited {
	text-decoration: none;
	color:#0000CC;
}
A:active {
	text-decoration: none;
}
A:hover {
	text-decoration: none; color:#FF6600;
}

.noborder {
	border-width: 0;
}

