a:link{
	color: #860900;}
a:visited{
	color: #860900;}
a:active{
	color: #860900;}
body{
	font-family: Bookman Old Style, Times New Roman, Times;
	background-color: rgb(204,204,204);
	color: rgb(0,0,102);
}
table{
	table-border-color-light: rgb(102,153,255);
	table-border-color-dark: rgb(0,0,102);
}
form{
	margin-bottom: 0px;
	margin-top: 0px;}
img{
	border-style: none;}
h1{
	font-size: 1.2em;
	text-decoration: underline;
	margin: 3px 0px 3px 0px;}
div.mainDiv{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
div.gameMainDiv{
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
/********** Styles for the left menu bar **********/
div#menu{
	border-style: none;
	width: 100%;}
a.menuItem1{
	text-decoration: none;
	display: block;
	font-size: 0.9em;
	color: #860900;
	background-color: white;
	width: 99%;
	border-style: solid;
	border-width: 1px 2px 2px 1px;}
a.menuItem2{
	text-decoration: none;
	display: block;
	font-size: 0.9em;
	color: white;
	background-color: #860900;
	width: 99%;
	border-style: solid;
	border-width: 1px 2px 2px 1px;}

/********** Styles for the header bar **********/
div#header{
	width: 100%;
	border-style: solid;
	border-width: 1px;
	background-color: white;}
div#headerLogo{
}
div#headerStuff{

}
table.headerTable{
	font-size: 0.75em;
	margin: 0px 0px 0px auto;}
table.headerTable2{
	font-size: 1em;
	margin: auto 50px 0px auto;}
.headerButton{
	color:#FFFFFF;
	font-family:'verdana',helvetica,sans-serif;
	font-size:0.75em;
	font-weight: bold;
	background-color: #860900;
	border:3px solid;
	border-top-color:#828282;
	border-left-color:#828282;
	border-right-color:#000000;
	border-bottom-color:#000000;
}
/********** Styles for the main page **********/
td.mainCell{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 100%;}
td.featuredCell{
	border-style: groove;
	border-width: 6px;
	border-color: blue;
	width: 100%;}
/********** Styles for the login page **********/
div#main{
	width: 100%;
	background-color: white;
	border-style: solid;
	border-width: 1px;}
table.login{
	margin: auto;}
div#functions2{
	border-style: solid;
	border-width: 2px;
	text-align: center;}
.loginButton2{
	color:#860900;
	font-family:'verdana',helvetica,sans-serif;
	font-size:17px;
	font-weight: bold;
	background-color: #FFFFFF;
	border:3px solid;
	border-top-color:#828282;
	border-left-color:#828282;
	border-right-color:#000000;
	border-bottom-color:#000000;
}
.loginButton1{
	color:#FFFFFF;
	font-family:'verdana',helvetica,sans-serif;
	font-size:17px;
	font-weight: bold;
	background-color: #860900;
	border:3px solid;
	border-top-color:#828282;
	border-left-color:#828282;
	border-right-color:#000000;
	border-bottom-color:#000000;
}
/********** Styles for the High Score Lists **********/
div#topScores{
	width: 99%;
	border-style: solid;
	border-width: 1px;}
td.rank{
	text-align: center;}
td.date{
	width: 10%;
	font-size: 0.6em;
	text-align: left;}
td.name{
	font-size: 1.0em;}
td.score{
	font-size: 1.0em;
	text-align: right;}
td.level{
	font-size: 1.0em;
	text-align: center;}
tr.altrow0{
	background-color: #860900;
	color: white;}
tr.altrow1{
	background-color: white;
	color: #860900;}

/********** Styles for the Shoutbox **********/
div#shoutBox{
float: left;
	width: 200px;
	margin-top: 10px;
	border-style: solid;
	border-width: 1px;}
div#shoutFormDiv{
	text-align: center;}
table#shoutTable{
	width: 100%;}
td.shoutName{
	font-size: 0.7em;
	text-align: left;
	border-color: black;
	border-style: solid;
	border-width: 0px 0px 1px 0px;}
td.shoutDate{
	font-size: 0.7em;
	text-align: right;
	border-color: black;
	border-style: solid;
	border-width: 0px 0px 1px 0px;}
td.shoutMessage{
	font-size: 0.8em;
	height: 28px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: black;}
/********** INSTRUCTIONS STYLES **********/
div.instructions{
	background-color: white;
	text-align: center;
	font-size: 1.0em;
	width: 598px;
	border-style: solid;
	border-width: 1px;
	border-color: #860900;}
/********** Style for the Create Page **********/
div#create{
	background-color: white;
	border-style: solid;
	border-width: 1px;}
/********** Style for the Pop Up Menu **********/
#nav, #nav ul { /* all lists */
width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.1;
}
#nav a {
	display: block;
	width: 100%;
	background: white;
	text-decoration: none;
	border-left: 1px solid #860900;
	border-right: 1px solid #860900;
	border-bottom: 1px solid #860900;
}
#nav a:hover{
	display: block;
	width: 100%;
	background: #860900;
	color: white;
	text-decoration: none;
	border-left: 1px solid #860900;
	border-right: 1px solid #860900;
	border-bottom: 1px solid #860900;
}
#nav li { /* all list items */
	float: left;
	width: 200px; /* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	font-size: 0.9em;
	position: absolute;
	background: white;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#content {
/*	clear: left; */
	color: #ccc;
}
div.snLinks{
	background-color: white;
	text-align: center;
	width: 598px;
	height: 25px;
	font-size: 0.9em;
	border-style: solid;
	border-width: 1px;
	border-color: #860900;
	margin-top: 5px;
}
div.recent{
	background-color: white;
	text-align: center;
	width: 250px;
	height: 280px;
	font-size: 1.1em;
	border-style: solid;
	border-width: 1px;
	border-color: #860900;}