body {background-color: white;
	font-family:'Lucida Casual', 'Arial';
	} 

img {
	border-style: none;
	margin:0;
	padding:0;
}

a.blue:link {color: PowderBlue; text-decoration: none; font-weight: bold;}
a.blue:visited {color: PowderBlue; text-decoration: none; font-weight: bold;}
a.blue:hover {color: PowderBlue; text-decoration: none; font-weight: bold;}
a.blue:active {color: PowderBlue; text-decoration: none; font-weight: bold;}

div.left {
	float:left;
	width:160px;
	margin:0;
	padding:1em;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	}

div.content {
	margin-left:192px;
	padding:1em;
	}

div.container {
	width:100%;
	margin:0px;
	border-style: none;
	}

div.header,div.footer {
	padding:0.5em;
	color:PowderBlue;
	background-color:#003300;
	clear: both;
	}


h1 {
	font-size: 30pt;
	text-align: center;
	width: 100%;
	padding:2px;
} 

h2 {
	font-size: 18pt;
	padding:2px;
	text-align: center;
} 

h3 {
	font-size: 18pt;
	padding:2px;
	color: navy;
	text-decoration: overline;
	text-align: center;
}

h4 {
	font-size: 12pt;
	padding:2px;
	color: navy;
	text-align: center;
}

h5 {
	font-size: 8pt;
	padding:0px;
	color:aqua;
	text-align: right;
}

p {
	margin-left: 50px;
	margin-right:50px
} 

p.login {
	font-size: 8pt;
	margin-left: 5px;
	margin-right:5px
	padding:0px;
	color:PowderBlue;
	margin:0px;
	text-align: right;
}

p.board {
	margin-left: 5px;
	margin-right:5px
	padding:2px;
	margin:2px;
	text-align: center;
}

p.menu {
	margin-left: 5px;
	margin-right:5px
	text-align: center;
	float:left;
	width:100%;
	text-decoration: none;
	padding:2px;
	margin:2px;
}



p.menu a {
	text-decoration: none;
	text-align: center;
}

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

span {
	float:left;
	width:0.7em;
	color: #003300;
	font-size:400%;
	line-height:80%;
}

ul#menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 100%;
	color: white;
	background-color: #330066;
}

ul#menu li { display: inline; }

ul#menu li a
{
	float: left;
	width: 5em;
	color: white;
	background-color: #330066;
	padding: 0.2em 1em;
	text-decoration: none;
	border-right: 1px solid white;
}

ul#menu li a:hover {
	background-color: #369;
	color: #fff;
}

/* Striped Table */
table.Results {
	font-size: 8pt;
	margin-left: auto;
	margin-right: auto;
    border-spacing: 0px;
/*    border-collapse: collapse; */
    background: #E9E9F3;
    border: 0.5em solid #E9E9F3;
}
table.Results th {
    text-align: center;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border: 0px;
    border-bottom: 1px solid #9999AA;
}
table.Results td {
    text-align: right;
    border: 0px;
    border-bottom: 1px solid #9999AA;
    border-left: 1px solid #9999AA;
    padding: 0.1em 0.5em;
}
table.Results thead th {
    text-align: center;
    font-weight: bold;
    color: #6C6C9A;
    border-left: 1px solid #9999AA;
}
table.Results th.Corner {
    text-align: center;
    border-left: 0px;
}
table.Results tr.Odd {
    background: #F6F4E4;
}

