@charset "utf-8";
/* CSS Document */
/*styles specific to site*/
body  {
	background-image: url(/themes/ilmc/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #cfe0f7;
}
a:link {
	color:#c7036b;
	text-decoration:none;
}
a:visited {
	color:#7e7e7e;
	text-decoration:none;
}
a:hover {
	color:#ff0e90;
	text-decoration:underline;
}
a:active {
	color:#cc0000;
	text-decoration:none;
}
a.tn:hover img { 
	border: 1px dashed #ff0e90;;
}
#container {
	background-image:url(/themes/ilmc/images/container_bg.gif);
	background-repeat:repeat;
}
/*join next buttons*/
/*#joinnextbox  {
}*/
#joinnow  {
	background-image: url(/themes/ilmc/images/join_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 65px;
	width: 215px;
	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: 65px;
	width: 215px;
}
#joinnow a, #joinnow a:link  {
	background-image: url(/themes/ilmc/images/join_off.gif);
}
#joinnow a:hover  {
	background-image: url(/themes/ilmc/images/join_on.gif);
}
#nextpage  {
	background-image: url(/themes/ilmc/images/next_on.gif);
	height: 65px;
	width: 237px;
	display: block;
}
#nextpage a, #nextpage a:link, #nextpage a:hover  {
	height: 65px;
	width: 237px;
}
#nextpage a, #nextpage a:link  {
	background-image: url(/themes/ilmc/images/next_off.gif);
}
#nextpage a:hover  {
	background-image: url(/themes/ilmc/images/next_on.gif);
} 
/*subfooter*/
#subfooterbox  {
	width: 841px;
}
.sfjoinnow  {
	margin: 0px;
	height: 194px;
	width: 345px;
	float:left;
}
.sfsitelogo  {
	margin: 0px;
	height: 194px;
	width: 151px;
	float:left;
}
.sfnextpage  {
	float: right;
	margin: 0px;
	height: 194px;
	width: 345px;
}
/*welcome page*/
#welcomepgtext a:link {
	color:#c7036b;
}
#welcomepgtext a:visited {
	color:#7e7e7e;
}
#welcomepgtext a:hover {
	color:#ff0e90;
}
#welcomepgtext a:active {
	color:#cc0000;
}
.welcomepgtxt2 {
	color: #f00383;
}
#welcomepgtext h1 {
	color: #a8035a;
}
.bookmarkpg   {
	color: #4a7ca5;
}
