@charset "utf-8";

/* RULES STYLESHEET */

.rulecont {
	width: 380px;
	position: relative;
	left: 50%;
	margin-left: -190px;
	margin-bottom: 10px;
	background: url(images/slide_bg.jpg) repeat-y;
}

.toggle {
	background: #59554C;
	line-height: 15px;
	background: url(images/slide_header.jpg) no-repeat;
	height: 30px;
}

.toggle a {
	color: #FFF;
	font-size: 15px;
	padding: 8px;
	line-height: 30px;
}

.rules {
	padding: 8px;
}
.rules p {
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 1.3;
}

.rules ul, .rules ol {
	font-size: 13px;
	line-height: 1.3;
}

.rulefooter {
	background: url(images/slide_footer.jpg) no-repeat;
	height: 30px;
}