body {
	background: #589801 url("lime3.jpg") repeat-y left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
#mainwrapper {
	background: #88C505;
	width: 65%;
	margin-left: 30%;
	border: medium dotted #0D520F;
	padding: 5px;
}
#banner {
	background:  url("segment2.jpg");
	text-align: center;
	width: 100%;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 2px;
	padding: 5px 0;
	margin-right: 0px;
	margin-left: 0px;
}
#banner p {
	letter-spacing: 4px;
	}

p, li {
	font-size: 1em;
	line-height: 1.4em;
}
h1 {
	font-size: 1.4em;
	letter-spacing: .5em;
	color: #0D520F;
}
h2 {
	font-size: 1.3em;
	letter-spacing: .4em;
	color: #0D520F;
}
h3, caption {
	font-size: 1.2em;
	letter-spacing: .4em;
	color: #0D520f;
	}
acronym {
	border-bottom: 1px dotted #0D520F;
}
#examples {
	text-align: right;
	font-size: 0.8em;
	margin-right: 5px;
	float: right;
	margin-left: 5px;
	border-bottom: 1px solid #0D520F;
	border-left: 1px solid #0D520F;
	border-top: 1px solid #0D520F;
	width: 25%;
}
#examples ul {
	list-style: none;
	margin-top: 0px;
}
#examples p {
	margin-bottom: 0px;
}
.list1 li, #resources li {
	list-style:  url("greenbullet.gif");
}
code {
	background: #9AB62A;
	letter-spacing: 0.1em;
	padding-right: 2px;
	padding-left: 2px;
}
#resources {
	border-top: 1px solid #0D520F;
	border-bottom: 1px solid #0D520F;
	border-left: 1px solid #0D520F;
	width: 60%;
	margin: 0px 10px 10px;
	padding-left: 5px;
}
a:link {
	color: #0D520F;
}
a:visited {
	color: #0D520F;
}
a:hover {
	color: #527204;
}
a:active {
	color: #0D520F;
}
#rules a {
	font-weight: bold;
	}
#footer {
	font-size: 0.8em;
	margin-top: 20px;
}
#tablesample {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
table {
	width: 85%
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: thin solid  #0D520F;
	border-bottom: thin solid  #0D520F;
	border-left: thin solid  #0D520F;
	border-collapse: collapse;
}
caption {
	font-weight: bold;
	text-align: left;
}
th, td {
	padding: 5px;
	border-left: thin solid #0D520F;;
}
