/*  Tag  Styles  */

* {
	margin:0;
}

body, td, div, span, a, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

body, html {
	margin:0;
	padding:0;
	height:100%;
}

a {
	color:#666;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

body {
	background:url(images/bg.gif) repeat-x #7a941c;
	margin:20px 25px;
}

img { border:none; }

h1 {
	margin:0;
	padding:0;
	line-height:0;
}


/*  ID Styles  */

#Close_Button {
	position:absolute;
	top:10px;
	right:10px;
	border:none;
}

#Rules_Nav {
	text-align:right;
}

#Rules_Nav a {
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
}

#Rules_Nav a.Active {
	text-decoration:underline;
	font-weight:bold;
}

#Rules_Nav a:hover {
	text-decoration:underline;
}

#Rules_Nav a.Active:hover {
	text-decoration:none;
}

#Content {
	background:url(images/content_bg.gif) repeat-x #eef5d4;
	height:330px;
	margin-top:10px;
	padding:20px;
	overflow:auto;
}

table#Content {
	background:none;
	background-color:#eef5d4;
	height:100%;
	margin-top:10px;
	padding:20px;
}

#Content p, #Content li {
	color:#666;
	line-height:1.4em;
}

#Content ol {
	margin:1em 0;
}

#Content ol li {
	margin:.5em 0;
}

#Content h3 {
	color:#71842A;
	font-size:13px;
	font-weight:normal;
}

#Content h2 {
	color:#71842A;
	font-size:15px;
	font-weight:bold;
	margin:1em 0;
}