body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 100%;
}

#content {
	clear: both;
	width: 90%;
	margin: 0 auto;
	padding: 15px;
}

#footer {
	margin-top: 20px;
	padding: 20px 0px 20px 0px;
	text-align: right;
	width: 100%;
}

#footer a {
	margin-right: 65px;
}

.clear {
	clear: both;
}

#left_menu {
	float: left;
}

#page {
	float: right;
	width: 78%;
}

a {
	text-decoration: none;
	font-weight: bolder;
	color: #000000;
}

#page a {
	text-decoration: underline;
}

.tc {
	text-align: center;
}

#left_menu tbody tr:hover {
	background-color: #BDD8EA;
}

table {
	border-collapse: collapse;
}

thead {
	background-color: #BDD8EA;
}

thead th,thead td {
	padding: 7px 8px 6px;
}

tbody td,tbody th,tfoot td,tfoot th {
	border-color: #8a8a8a;
	border-style: solid;
	border-width: 0 0 1px;
	padding: 5px 8px;
}

tbody th,tfoot th {
	background: url('../images/br_grey.png') repeat-y scroll left top
		transparent;
}

tbody .last,tfoot .last {
	background: url('../images/br_grey.png') repeat-y scroll right top
		transparent;
}

#rules li {
	list-style-type: upper-roman;
	text-align: left;
	font-weight: bold;
	padding: 5px;
}

#faq li {
	list-style-type: decimal;
	text-align: left;
	font-weight: bold;
	padding: 5px;
}

#faq h2 {
	font-weight: normal;
	text-decoration: none;
}
