/* Site Pages CSS */

html { background: #EEF2FF; border: none }

/* Menu Frame (menu.html) */
body.menu
{
	font-family: sans-serif;
	font-size: 75%;
	color: #000000;
	background: #EEF2FF;
}
.menu a
{
	text-decoration: none;
	color: #34345C;
}
.menu h1,h2
{
	margin: 0px;
	background: #D6DAF0;
}
.menu h1
{
	font-size: 150%
}
.menu h2
{
	font-size: 100%;
	margin-top: 1em;
}
.menu ul
{
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}
.menu ul li
{
	margin: 0px;
}
.menu ul li:hover
{
	background: #C6DAF0;
}
.menu ul li a
{
	display: block;
	width: 100%;
}

/* Content Frame (news.html, et. al.) */

body.content
{
	font-family: Verdana, sans-serif;
	font-size: 0.9em; 
	background:#EEF2FF;
	color:#000000;
	margin-top:1em;
	margin-bottom:0;
}

.top {
    width:100%;
}

.wrapper {
    width: 812px;
    background: white url('shade.gif') repeat-y;
    padding: 0;
    margin-left:auto;
    margin-right: auto;
}

.bodywrapper 
{
    padding: 0 24px 24px 24px;
    margin-top: 0;
}

.navbar 
{
    background: #5a6774;
    margin: 0 6px 16px 6px;
    padding: 6px 12px;
    color: white;
    text-align:center;
}
.navbar a
{
    color: #FFA0A0;
}
.navbar a:hover
{
    color: lime;
}

.content h1
{
	text-align: center;
	color:#AF0A0F;
	font-size: 180%;
	margin-bottom: 0;
}

.content div.subheader
{
	text-align: center;
	color:#AF0A0F;
	font-style: italic;
	font-size: 110%;
	margin: 0 0 32px 0;
}

.content .contentbody h2
{
	font-weight: bold;
	text-align: left;
	font-size: 130%;
	background: inherit;
	clear: both;
}

.content .contentbody .item
{
	width: 100%;
	clear: both;
	margin-bottom: 1em;
}

.content .contentbody .itemheader
{
	background: #D6DAF0;
	display: block;
	float: left;
	width: 100%;
	margin-bottom:0;
}

.content .contentbody .itemheader h3
{
	font-weight: bold;
	margin:0;
	padding: 0 0 0 0.3em;
	text-align: left;
	font-size: 100%;
	float: left;
	clear: none;
}

.content .contentbody .itemheader .author
{
	float: right;
	clear: none;
	font-weight: bold;
	margin: 0;
	padding: 0 0.3em 0 0;
}

.content .contentbody .itemcontent
{
	display: block;
	padding: 0.3em 0.3em 0 0.3em;
	margin: 0;
	clear: both;
}

.content .contentbody p
{
	text-align: left;
	margin-top: 0;
	padding-top: 0;
}

.content #rules ol
{
	list-style: decimal outside;
	margin-top:0;
	padding-top:0;
}

.content .footertext
{
	font-size: small;
	font-style: italic;
	text-align: right;
}
