@charset "utf-8";
/* CSS Document */
/*styles specific to site*/
body  {
	background-image: url(/themes/stp/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #cfe0f7;
}
a:link {
	color: #15255e;
	text-decoration:none;
}
a:visited {
	color: #020a10;
	text-decoration:none;
}
a:hover {
	color: #0f51bf;
	text-decoration:underline;
}
a:active {
	color: #4675dc;
	text-decoration:none;
}
a.tn:hover img { 
	border: 1px dashed #0f51bf
}
#container {
	background-image:url(/themes/stp/images/container_bg.gif);
	background-repeat:repeat;
}
/*join next buttons*/
/*#joinnextbox  {
}*/
#joinnow  {
	background-image: url(/themes/stp/images/join_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 58px;
	width: 238px;
	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: 58px;
	width: 238px;
}
#joinnow a, #joinnow a:link  {
	background-image: url(/themes/stp/images/join_off.gif);
}
#joinnow a:hover  {
	background-image: url(/themes/stp/images/join_on.gif);
}
#nextpage  {
	background-image: url(/themes/stp/images/next_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 58px;
	width: 267px;
	display: block;
}
#nextpage a, #nextpage a:link, #nextpage a:hover  {
	height: 58px;
	width: 267px;
}
#nextpage a, #nextpage a:link  {
	background-image: url(/themes/stp/images/next_off.gif);
}
#nextpage a:hover  {
	background-image: url(/themes/stp/images/next_on.gif);
} 
/*subfooter*/
#subfooterbox  {
	width: 865px;
}
.sfjoinnow  {
	margin: 0px;
	height: 220px;
	width: 295px;
	float:left;
}
.sfsitelogo  {
	margin: 0px;
	height: 220px;
	width: 247px;
	float:left;
}
.sfnextpage  {
	float: right;
	margin: 0px;
	height: 220px;
	width: 323px;
}
/*welcome page*/
#welcomepgtext a:link {
	color:#0d61b6;
}
#welcomepgtext a:visited {
	color:#666666;
}
#welcomepgtext a:hover {
	color:#ff0000;
}
#welcomepgtext a:active {
	color:#000000;
}
.welcomepgtxt2 {
	color: #990000;
}
#welcomepgtext h1 {
	color: #0d61b6;
}
.bookmarkpg  {
	color: #0d61b6;
}