/*****************************************/
/************ General layout *************/
/*****************************************/
body {
    background-color: white;
	text-align: center; /* this is for ie, because it's dump */
	font-family: 'Times New Roman', 'Nimbus Roman L', serif;
}

div.container {
	width: 860px; 
	margin-left: auto;
	margin-right: auto;
	display: block; 
}

div.title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 10px 0px;
    border-bottom: 1px solid #910606;
    border-top: 1px solid #910606;
}

div.leftColumn {
	width: 205px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float: left;
}

div.rightColumn {
	width: 620px;
	padding: 0px 0px 0px 30px;
	float: left;
}

div.copyright {
	text-align: center;
	padding-top: 10px;
	clear: both;
	border-top: 1px solid #910606;
	margin-top: 40px;
}


/*****************************************/
/******** Navigation menu column *********/
/*****************************************/
div.menuTop {
    background-image: url(images/top.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: white;
    width: 205px;
    height: 14px;
    clear: both;
	margin: 0;
	padding: 0;
}

div.menuCenter {
    background-image: url(images/center.png);
    background-color: white;
    background-repeat: repeat-y;
    width: 205px;
    height: 380px;
	color: #333;
	padding: 0px;
	margin: 0px;
	clear: both;
}

div.menuCenter h2 {
    clear: both;
	text-align: center;
	font-weight: bold;
	padding: 0px 7px 0px 2px;
	height: 80px;
	margin: 0;
	font-size: 150%;
	text-decoration: underline;
	color: #a20808;
}

div.menuCenter ul {
	list-style: none;
	margin: 0;
	padding: 0px 7px 0px 2px;
	height: 200px;
	border: none;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}
	
div.menuCenter li {
    text-indent: 0;
	margin: 0;
	padding: 0;
}

div.menuCenter li.selected {
	color: #720000;
	text-decoration: none;
	width: 196px;
    background: none;
	padding: 5px 0px;
	font-weight: bold;
}

div.menuCenter li a {
	display: block;
	margin: 0px 0px;
	border: none;
	padding: 5px 0px;
	color: black;
	text-decoration: none;
	width: 196px;
}

div.menuCenter li a:hover {
	background-color: #2a7700;
	color: #fff;
	padding: 4px 0px;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

div.menuCenter p.playButton {
    text-align: center; 
    text-indent: 0px; 
    padding: 1px 7px 0px 2px;
}

html>body div.menuCenter p.playButton {
    padding: 0px 7px 0px 2px;
}

div.menuCenter a.playButton {
    background-image: url(images/play1.png);
    background-repeat: no-repeat;
    text-decoration: none;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;    
    border: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

div.menuCenter a.playButton:hover {
	background-image: url(images/play2.png);
}

div.menuBottom {
    background-image: url(images/bottom.png);
    background-position: top;
    background-repeat: no-repeat;
    background-color: white;
    width: 205px;
    height: 16px;
    clear: both;
	margin: 0;
	padding: 0;
}

div.getSoftware {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 75%; 
    text-align: center; 
    clear: both;
	margin: 30px 7px 20px 0px;
	padding: 0;
}

div.getSoftware p {
    clear: both;
    padding: 0;
    margin: 0;
}


/*****************************************/
/******** General content classes ********/
/*****************************************/
h1 {
    clear: both;
	text-align: center;
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 200%;
	color: #a20808;
	background-image: url(images/h1-separator.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: white;
}

p.text {
    clear: both;
	text-align: justify; 
	line-height: 1.5em;
	text-indent: 2em;
	margin: 0px 0px;
	padding: 10px 0px;
}

p.email {
	text-align: center; 
	font-size: 120%;
	line-height: 1.5em;
	text-indent: 0em;
	margin: 0px 0px;
	padding: 10px 0px;
}

a {
    margin: 0px;
    padding: 0px;
    border-style: none;
}

a.text {
	text-decoration: none;
	font-weight: bold;
}

a.text:link {
	color: #166600;
}

a.text:visited {
	color: #176e00;
}

a.text:active {
	color: #36ff00;
}

a.text:hover {
    color: #d90000;
}


/*************************************/
/******* How to play section *********/
/*************************************/
div.howToPlay h2 {
    clear: both;
	text-align: center;
	padding: 0em 0em;
	margin: 0;
	font-size: 150%;
}

div.howToPlay ol {
    text-align: left; 
    list-style-type: decimal;
    margin: 0px 0px;
	padding: 0px 0px 0px 3em;
	text-indent: 0em;
	line-height: 1.5em;
}

div.howToPlay ol li {
    padding: 5px 0px;
}

div.howToPlay p.backToTop {
    text-align: center; 
    font-size: 80%; 
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}

div.howToPlay a.refAnc {
    font-weight: normal;
    vertical-align: text-bottom;
    font-size: 70%;
    margin: 1px;
	text-decoration: none;
}

div.howToPlay a.refSym {
    font-weight: normal;
    margin: 1px;
	text-decoration: none;
}

div.howToPlay a.refAnc:link, div.howToPlay a.refSym:link, div.howToPlay a.refAnc:visited, div.howToPlay a.refSym:visited {
	color: #b70909;
}

div.howToPlay a.refAnc:active, div.howToPlay a.refSym:active {
	color: #0cff00;
}

div.howToPlay a.refAnc:hover, div.howToPlay a.refSym:hover {
    margin: 0px;
    border-width: 1px; 
    border-style: solid;
    border-color: #b70909;
    background-color: white;
	text-decoration: none;
}

div.howToPlay ul.square {
    text-align: left;
    list-style-type: square;
    margin: 0px 20px;
	padding: 0px 0px 0px 0px;
}

div.howToPlay ul.square li {
    text-align: left; 
	line-height: 1.5em;
	text-indent: 0em;
	margin: 0px;
	padding: 10px 0px;
}

div.howToPlay img {
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
}

div.howToPlay div.table {
    display: table
}

div.howToPlay div.tableRow {
    display: table-row;
}

div.howToPlay div.tableCell1 {
    display: table-cell;
    text-align: left; 
	line-height: 1.5em;
	text-indent: 0em;
	margin: 0px 0px;
	padding: 15px 0px;
	font-weight: bold;
	float: none;
}

div.howToPlay div.tableCell2 {
    display: table-cell;
    text-align: justify; 
	line-height: 1.5em;
	text-indent: 0em;
	margin: 0px 0px;
	padding: 15px 0px 15px 20px;
	float: none;
}

div.howToPlay img.smallButton {
    vertical-align: text-bottom; 
    margin: 0; 
    padding: 0;
}

div.howToPlay img.cardIcon {
    vertical-align: text-bottom; 
    margin: 0px 10px 0px 0px; 
    padding: 0px;
}

div.howToPlay p.footnote {
    clear: both;
    padding: 2px 0px 0px 0px;
	border-top-style: groove;
	text-indent: 0em;
	font-size: 0.8em;
	text-align: left;
	color: #7d6340;
}

div.howToPlay ul.sectionNavigationBar {
    font-size: 80%; 
    text-indent: 0em; 
    background-color: #b3b06a;
    border-top: 1px solid black;
	border-bottom: 1px solid black;
	display: block;
	list-style: none;
	margin: 20px 0px 20px 0px;
	padding: 1px 5px;
	float: left;
}

div.howToPlay ul.sectionNavigationBar li.gotoPreviousSection {
    text-align: left; 
	margin: 0px; 
    padding: 0px;
    border: none;
    display: block;
	list-style: none;
	float: left;
	width: 33%;
}

div.howToPlay ul.sectionNavigationBar li.gotoListOfContents {
    text-align: center; 
	margin: 0px; 
    padding: 0px;
    border: none;
    display: block;
	list-style: none;
	float: left;
	width: 34%;
}

div.howToPlay ul.sectionNavigationBar li.gotoNextSection {
    text-align: right; 
	margin: 0px; 
    padding: 0px;
    border: none;
    display: block;    
	list-style: none;
	float: right;
	width: 33%;
}

div.howToPlay ul.sectionNavigationBar a, a:link, a:visited, a:active {
    color: #000;
	text-decoration: none;
	font-weight: bold;
}
div.howToPlay ul.sectionNavigationBar a:hover {
    color: #fff;
}
