@charset "utf-8";
/* CSS Document */
/*styles specific to site*/
body  {
	background-image: url(/themes/mma/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #cfe0f7;
}
a:link {
	color: #890000;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #cccccc;
	text-decoration: none;
}
a.tn:hover img {
	border: 1px solid #ec111a;
}
#container {
	background-image:url(/themes/mma/images/container_bg.gif);
	background-repeat:repeat;
}
/*join next buttons*/
/*#joinnextbox  {
}*/
#joinnow  {
	background-image: url(/themes/mma/images/join_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 63px;
	width: 223px;
	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: 63px;
	width: 223px;
}
#joinnow a, #joinnow a:link  {
	background-image: url(/themes/mma/images/join_off.gif);
}
#joinnow a:hover  {
	background-image: url(/themes/mma/images/join_on.gif);
}
#nextpage  {
	background-image: url(/themes/mma/images/next_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 63px;
	width: 247px;
	display: block;
}
#nextpage a, #nextpage a:link, #nextpage a:hover  {
	height: 63px;
	width: 247px;
}
#nextpage a, #nextpage a:link  {
	background-image: url(/themes/mma/images/next_off.gif);
}
#nextpage a:hover  {
	background-image: url(/themes/mma/images/next_on.gif);
} 
/*subfooter*/
#subfooterbox  {
	width: 846px;
}
.sfjoinnow  {
	margin: 0px;
	height: 220px;
	width: 291px;
	float:left;
}
.sfsitelogo  {
	margin: 0px;
	height: 220px;
	width: 211px;
	float:left;
}
.sfnextpage  {
	float: right;
	margin: 0px;
	height: 220px;
	width: 344px;
}
/*welcome page*/
#welcomepgtext a:link {
	color:#cc0000;
}
#welcomepgtext a:visited {
	color:#666666;
}
#welcomepgtext a:hover {
	color:#ff0000;
}
#welcomepgtext a:active {
	color:#000000;
}
.welcomepgtxt2 {
	color: #990000;
}
#welcomepgtext h1 {
	color: #cc0000;
}
.bookmarkpg  {
	color: #ff0000;
}
