*
{
	margin: 0;
	padding: 0;
}

em
{
	color: #060;
	background-color: inherit;
	font-style: normal;
	font-weight: bold;
}

body
{
	color: #030;
	background-color: #FFF;
	font-size: 14px;
	line-height: 140%;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 2em 1em 1.3em 1em;
	background-image: url( ../img/background.jpg );
}

div#box
{
	width: 740px;
	margin: 0 auto;
}

div#box div#top
{
	width: 740px;
	height: 25px;
	background-image: url( ../img/top.jpg );
}

div#box div#middle
{
	width: 740px;
	height: 100%;
	background-image: url( ../img/middle.jpg );
	background-repeat: repeat-y;
}

div#box div#bottom
{
	width: 740px;
	height: 15px;
	background-image: url( ../img/bottom.jpg );
}

div#box div#header
{
	padding: 1em 0;
	width: 100%;
	text-align: center;
}

div#box div#textHeader
{
	display: none;
}

div#box div.divider
{
	padding: 0;
	width: 100%;
	text-align: center;
}

div#box div#introduction p,
div#box div#epilogue p
{
	margin: 0.5em 34px;
}

div#box div#lists
{
	margin: 0.5em 34px;
}

div#box div#lists ul
{
	margin-left: 1em;
}

div#box div#lists ul li
{
	margin: 0.35em 0;
}

div#box div#lists li.main a
{
	text-decoration: none;
	color: #060;
	background-color: inherit;
	font-style: normal;
	font-weight: bold;
}

div#box div#lists li.main a:hover
{
	text-decoration: none;
	color: #000;
	background-color: inherit;
	font-style: normal;
	font-weight: bold;
}

div#box div#lists li.main
{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../img/mainBullet.png);
}

div#box div#lists li.plus
{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../img/plusBullet.png);
}

div#box div#lists li.minus
{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../img/minusBullet.png);
}

div#box div#buttonDiv
{
	width: 100%;
	text-align: center;
	padding: 0.5em 0;
}

div#box div#buttonDiv a#button
{
	text-decoration: none;
	font-weight: bold;
	padding: 0.25em 0.5em;
	cursor: pointer;
}

div#box div#buttonDiv a#button,
div#box div#buttonDiv a#button:visited,
div#box div#buttonDiv a#button:active,
div#box div#buttonDiv a#button:link
{
	text-decoration: none;
	color: #588308;
	background-color: #FFF;
}

div#box div#buttonDiv a#button:hover
{
	text-decoration: none;
	color: #405f07;
	background-color: #B3C78F;
}

div#box div#acknowledgement p
{
	margin: 0.5em 34px 0 34px;
	font-size: 0.9em;
	line-height: 1.2em;
}

div#box div#reading
{
	padding-bottom: 1em;
}

div#box div#reading p
{
	margin: 0.5em 34px 0 34px;
	font-size: 0.9em;
	line-height: 1.2em;
}

div#box div#reading p#first
{
	border-top: solid 1px #060;
	padding-top: 3px;
	margin-top: 1.5em;
}

div#copy
{
	width: 100%;
	margin-top: 5px;
	color: #B3C78F;
	background-color: transparent;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
}
