p { margin: 10px }

div #contentDims
{
	width: 640px;
	
	background-color: #96F;
}

div.contentWrapper
{
	width: 620px;
	
	margin: 0px 10px;
	padding: 10px 0px;
	
	text-align: left;
}

div #innerContent
{
	margin: 0px 10px;
	padding: 10px 0px;
	
	background-color: #CFF;
			
	font-family: arial;
	font-size: 12pt;
	color: #306;
	
	text-align: left;
}

div #titleText, div #dscText
{
	margin: 10px;
}

div #gameBox
{
	border: 0px solid #000;
	
	width: 575px;
	height: 300px;
	
	margin: 0px 10px;
}

div #moveArea
{
	width: 575px;
	height: 300px;
	
	border: 0px solid #f00;
	
	overflow: hidden;
	position: relative;
	
	background-repeat: no-repeat;
}

div #targetArea
{
	position: relative;
	left: 300px;
	
	width: 90px;
	height: 30px;
	
	border: 1px solid #000;
	
	cursor: pointer;
}

img.console
{
	position: relative; top: 140px; width: 336px; height: 48px; cursor: pointer;
}

table.nav
{
	border-style: none;
	
	width: 580px;
	
	margin: 0px 8px;
}

div #tableofcontents
{
	background-color: #fff;
}

table #tblofcontents
{
	border: none;
	width: 575px;
}

table #tblofcontents th, #tblofcontents td
{
	font-family: arial;
	font-size: 12pt;
	color: #66408C;
	
	text-decoration: underline;
	
	vertical-align: top;
}

table #tblofcontents td
{
	text-decoration: none;
	margin: 10px;
	padding: 5px;
}

table #tblofcontents ul
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

table #tblofcontents li
{
	margin-top: 10px;
}

span.lnk
{
	text-decoration: none;
	cursor: pointer;
}

img.checkbox
{
	width: 25px; height: 25px; border: 0px solid #000; vertical-align: text-bottom	
}

.titleTxt { font-family: arial; font-size: 18pt; color: #FF7F00; font-weight: bold; }
.bodyTxt { font-family: arial; font-size: 12pt; color: #306; }
.headerTxt { font-family: arial; font-size: 12pt; color: #FFBE00; font-weight: bold; }
.dateTxt { font-family: arial; font-size: 12pt; color: #306; font-weight: bold; }
.clamsTxt { font-family: arial; font-size: 12pt; color: #90c; font-weight: bold; }
