body {
	width: 1215px;
	margin: 0;
	padding: 0;
}
div#mainBody {
	font-family: Times New Roman, Serif;
	font-size: 1.1em;
	width: 640px;
	margin: 100px 0 50px 150px;
}
#mainBody p.img-wrapper {
	text-align: center;
}
#mainBody img {
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}
.nav-paragraph {
	font-size: 1.3em;
	line-height: 1.5em;
}
ol,ul {
	padding-left: 0px;
}
ul ul, ul ol, ol ul, ol ol {
	padding-left: 2em;
}
li {
	margin-bottom: .2em;
}
table {
	border-spacing: 10px;
}
table.bank {
	border-spacing: 0;
	width: 450px;
	height: 275px;
	margin-top: 2em;
}
table td {
	text-align: center;
}
table th {
	font-weight: bold;
}
h1,h2,h3,h4 {
	font-family: Clarendon, Superclarendon, Georgia, Serif;
}
h1,h2 {
	color: #3399FF;
	margin: 0;
}
h2,h3 {
	margin: 2em 0 .5em 0;
}
h4 {
	margin: .2em 0 0 0;
}
p {
	line-height: 1.4em;
}
dl {
	font-size: .9em;
	line-height: 1.3em;
	border-top: 1px dotted #3399FF;
	padding-top: 10px;
	margin-top: 30px;
}
dd {
	margin: -37px auto auto 10px;
	
}
a,a:hover,a:visited {
	text-decoration: none;
	color: black;
	border-bottom: 1px solid #3399FF;
}
.nav-paragraph a, .nav-paragraph a:visited {
	text-decoration: none;
	color: white;
	border-bottom: none;
	background-color: #3399FF;
	padding: 2px 6px 3px 6px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
.nav-paragraph a:hover {
	background-color: #1874CD;
}

div#navigation {
	position: fixed;
	z-index: 1000;
	left: 890px;
	top: 0px;
	margin: 0;
	padding: 105px 0 20px 50px;
	font-family: Clarendon, Superclarendon, Georgia, Serif;
	font-size: 90%;
	color: #3399FF;
	width: 275px;
	background-color: white;
}
div#navigation p {
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	position: relative;
}
div#navigation p strong {
	font-size: 1.5em;
}
div#navigation p span#nav-location {
	position: absolute;
	left: -1.5em;
}
div#navigation p#nav-to-index {
	margin-top: 2em;
}
div#navigation a {
	color: black;
}
div#navigation ul {
	list-style-type: none;
}

div#rulesTOC {
	position: absolute;
	z-index: 900;
	left: 940px;
	top: 228px;
	width: 250px;
	margin: 0;
	padding-bottom: 54px;
	font-family: Clarendon, Superclarendon, Georgia, Serif;
	background-color: white;
}
div#rulesTOC ol {
	color: black;
	font-size: .7em;
}
div#rulesTOC ol a {
	text-decoration: none;
	border-bottom: none;
}
div#rulesTOC ol a:hover {
	border-bottom: 1px solid #3399FF;
}
div#rulesTOC ol li {
	margin-bottom: .4em;
}

div#returnToTheTop {
	position: fixed;
	z-index: 800;
	left: 940px;
	top: 250px;
	font-family: Clarendon, Superclarendon, Georgia, Serif;
	font-size: 90%;
}