@charset "utf-8";
/* CSS Document */
/*styles specific to site*/
body  {
	background-image: url(/themes/ibbt/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #cfe0f7;
}
a:link {
	color: #74277f;
	text-decoration: none;
}
a:visited {
	color: #6f706f;
	text-decoration: none;
}
a:hover {
	color: #b542c5;
	text-decoration: underline;
}
a:active {
	color: #614b65;
	text-decoration: none;
}
a.tn:hover img {
border: 1px solid #0035cd;
}
#container {
	background-image:url(/themes/ibbt/images/container_bg.gif);
	background-repeat:repeat;
}
/*join next buttons*/
/*#joinnextbox  {
}*/
#joinnow  {
	background-image: url(/themes/ibbt/images/join_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
	width: 222px;
	display: block;
}
#joinnow a, #joinnow a:link, #joinnow a:hover, #nextpage a, #nextpage a:link, #nextpage a:hover   {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
#joinnow a, #joinnow a:link, #joinnow a:hover  {
	height: 70px;
	width: 222px;
}
#joinnow a, #joinnow a:link  {
	background-image: url(/themes/ibbt/images/join_off.gif);
}
#joinnow a:hover  {
	background-image: url(/themes/ibbt/images/join_on.gif);
}
#nextpage  {
	background-image: url(/themes/ibbt/images/next_on.gif);
	height: 70px;
	width: 247px;
	display: block;
}
#nextpage a, #nextpage a:link, #nextpage a:hover  {
	height: 70px;
	width: 247px;
}
#nextpage a, #nextpage a:link  {
	background-image: url(/themes/ibbt/images/next_off.gif);
}
#nextpage a:hover  {
	background-image: url(/themes/ibbt/images/next_on.gif);
} 
/*subfooter*/
#subfooterbox  {
	width: 849px;
}
.sfjoinnow  {
	margin: 0px;
	height: 222px;
	width: 293px;
	float:left;
}
.sfsitelogo  {
	height: 222px;
	width: 243px;
	float:left;
}
.sfnextpage  {
	margin: 0px;
	height: 222px;
	width: 313px;
	float:left;
}
/*welcome page*/
#welcomepgtext {
	font-weight: bold;
	width: 880px;
	padding: 5px;
	text-align: justify;
	background-color: #ffffff;
}
#welcomepgtext a:link {
	color:#74277f;
}
#welcomepgtext a:visited {
	color:#6f706f;
}
#welcomepgtext a:hover {
	color:#b542c5;
}
#welcomepgtext a:active {
	color:#614b65;
}
.welcomepgtxt2 {
	color: #990000;
}
#welcomepgtext h1 {
	color: #74277f;
}
.bookmarkpg  {
	color: #74277f;
}
