@charset "UTF-8";
#main {
	position:absolute;
	left:20px;
	width:860px;
	z-index:1;
	border: 2px #21130A;
}
.bodyrules {
	background: #7C7D54;
	font-family: Georgia, Palatino;
	}
.bodyrules a:visited {
	color: #B7D05C;
	text-decoration: none;
}
.bodyrules a:link {
	color: #B7D05C;
	text-decoration: none;
}
.bodyrules a:hover {
	color: #fff;
	text-decoration: none;
}
.bodyrules .box {
	background:#C3D1A7;
	width: 860px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	position: absolute;
	margin-left: 50%;
	right: -430px;
	margin-right: 50%;
	border-color: #21130A;
}
.bodyrules .box .topbar {
	background-color: #21130A;
	font-family: Georgia, Palatino;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bodyrules .box .topbar p {
	font-size: large;
	font-weight: bold;
}
.bodyrules  .box  .topbar  h3 {
	font-weight: normal;
	font-size: large;
}
.bodyrules .topbar img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.bodyrules .box .main {
	border: 0px none #21130A;
}
.bodyrules .box .mainspace {
	font-family: Georgia, Palatino;
	color: #21130A;
	
}
.bodyrules .box .mainspace p {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.bodyrules .box .mainspace h1 {
	font-size: x-large;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 30px;
}
.bodyrules .box .mainspace h2 {
	font-size: large;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 30px;
}
.bodyrules .box .bottombar {
	background-color: #21130A;
	font-family: Georgia, Palatino;
	color: #B7D05C;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;

}

