/* css spl001 default style v1.02 */

/* This file created by Md. Shahadat Hossain Khan */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


.cpyright {
	font-weight: bold;
	color: #CBE0ED;
	background-image: url(../images/blc001_03.jpg);
	background-repeat: repeat-x;
	height: 27px;
	text-align: center;
	vertical-align: middle;
	cursor: default;
}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
/* standard widths */
.w12 { width: 12%; }
.w25 { width: 25%; }
.w37 { width: 37%; }
.w50 { width: 50%; }
.w62 { width: 62%; }
.w75 { width: 75%; }
.w87 { width: 87%; }
.wauto { width: auto; }


.preloadimg {
	position: absolute;
	left: -150px;
	top: -150px;
	height: 10px;
	width: 10px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
/*	visibility: hidden;*/
/*	clear: both;*/
}


/* Head Start */
#hdMain {
	background-image: url('../images/blc001_01.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	height: 136px;
}
/* Head End */

/* navMainMnu Start */
#navMainMnu a{
	padding-top: 12px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: none;
	display: block;
/*	width: 100%; */
	height: 20px;
	border: none;
	text-decoration: none;
	font-weight: bold;
}
.navMainMnu {
	background-image: url('../images/mnubg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 34px;
	vertical-align: bottom;
}
#navMainMnu {
	height: 34px;
}
#navMainMnu .mnuBottomPad {
	padding-bottom: 2px;
	vertical-align: bottom;
}
#navMainMnu .mnuPlainMiddle{
	background-image: url('../images/mnumiddleplain.gif');
	background-repeat: repeat-x;
}
/*
#navMainMnu .mnuSelected{
	background-image: url('../images/selectedmnu.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	width: 86px;
	overflow: hidden;
}*/
#navMainMnu #slctd {
	background-image: url('../images/sm001_02.gif');
	background-repeat: no-repeat;
	height: 34px;
	padding: none;
}
#navMainMnu #slctd .textX {
	font-weight: bold;
	padding-top: 12px;
	padding-right: 7px;
}
/* navMainMnu End */


#content {
	margin: 10px;
}


