body {
	background: #fff;
	color: #000;
	padding: 0px;
	border: 0px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
	margin-bottom: 20px;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

a {
	background-color: transparent;
	color: #4f82a8;
}

a:visited {
	background-color: transparent;
	color: #a8744f;
}

a:hover {
	background-color: #a8744f;
	color: #000;
}

a.plain {
	text-decoration: none;
}

a:hover.plain {
	background-color: transparent;
}

.ie5winhack, .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* A topic section on the main page */
.topicsection {
	margin-bottom: 2em;
	clear: left;
}

/* A thing section on the main page */
.thingsection {
	border-top: 1px #000 solid;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 2em;
	padding-top: .5em;
}

/* Header of a topic section */
.tshead {
}

/* Body of a topic section */
.tsbody {
	text-align: right;
}

.tsbody h3 {
	margin-bottom: 0;
}

.tsbody p {
	margin-top: .5em;
}

/* games list in the topics box */
.tsgames {
}

.tsgames h3,h4 {
	margin-bottom: 0;
}

/* A little box with a topic in it */
.topicbox {
	border: 1px #000 dashed;
	margin-left: 15%;
	margin-right: 15%;
	background-color: #cfdae4;
	padding: 1%;
	font-size: .8em;
	margin-bottom: 2em;
}

.topicbox h1,h2,h3,h4 {
	margin-top: 0;
}

.topicbox p {
	margin-bottom: 0;
}

/*
.topicbox a {
	background-color: transparent;
	color: #009;
}

.topicbox a:visited {
	background-color: transparent;
	color: #404;
}

.topicbox a:hover {
	background-color: #6A6;
	color: #000;
}
*/

/* A list of games entered, by system */
.gamesbox {
	border: 1px #000 dashed;
	margin-left: 15%;
	margin-right: 15%;
	padding: 1%;
	font-size: .8em;
	margin-bottom: 2em;
}

.gamesbox h1,h2,h3,h4 {
	margin-top: 0;
}

.gamesbox p {
	margin-bottom: 0;
	text-align: right;
}

/* Acknowledgments at the bottom of a page */
.acknowledgements {
	font-size: .8em;
	line-height: 1.2em;
}

/* Navigation bar at the bottom of a page */
.navbar {
	border: 1px dashed #000;
	background-color: #cfdae4;
	padding: .3em;
	margin: 1em;
	font-size: .9em;
}

.navbar p {
	margin-top: 0;
	margin-bottom: 0;
}

.navbar a {
	background-color: transparent;
	color: #4f82a8;
}

.navbar a:visited {
	background-color: transparent;
	color: #a8744f;
}

.navbar a:hover {
	background-color: #a8744f;
	color: #000;
}

/* The tinier sub-bar inside the navigation bar */
.subbar {
	font-size: .8em;
}

/* Credit for the organizer at the bottom */
.organizer {
	font-style: italic;
	font-size: .9em;
	text-align: right;
}

/* An article style */
.article {
}

.article h1 {
	 text-align: right;
	 font-size: 1.7em;
}

.article h2 {
	 font-size: 1.4em;
}

.article li {
	 margin-bottom: .3em;
}

/* A command quote style */
.commands {
        margin-left: 5%;
	margin-right: 5%;
}

/* A restriction on a prize selection */
.restriction {
	font-size: .8em;
}

.error {
    background-color: transparent; 
    color: #c00; 
    font-weight: bold; 
}

.required {
    background-color: transparent; 
    color: #c00; 
}

.pages {
    border-top: 1px solid #4f82a8;
    background-color: #cfdae4;
    padding: .1em .2em .1em .2em;
    text-align: right
}

.pages .curpage {
    font-weight: bold;
}

.optbar {
    font-size: 80%;
    border-top: 1px solid #4f82a8;
    background-color: #cfdae4;
    text-align: center;
    vertical-align: center;
    margin-bottom: 1em;
}

.options h3 {
    margin: 2em 0 .2em 0;
}

.optionbox {
    border: 1px solid #4f82a8;
    padding: .2em;
}

.submitbox {
    background-color: #cfdae4;
    font-size: 80%;
}

/* And a wacky hack to fix clearing problems. See
http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Holly hack \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
