/* CSS Ctable - Captains Table*/
body 
{
	margin:0px auto;
	padding:0px;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	left: 100px;
	text-align: center;
}

p 
{
	font-size: 9px;
	font-style: normal;
	font-weight: bold;	
}

#container
{
	border:thick inset #D4D0C8;
	background:#FFFFFF;
	height:900px;
	width:900px;
	padding: 5px;
}


#rightbox
{
float:right;
width:700px;
height:auto;
}

#leftcol {
	float: left;
	width: 160px;
	height: 705px;
	padding-left: 10px;
	left: 5px;
	}
#leftcol #box200 {
	float: right;
	height: 200px;
	width: 155px;
	font-size: 14px;
	color: #663300;
	background-color: #C0C0C0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
}

#leftcol #box500 {
	float: right;
	height: 500px;
	width: 155px;
	font-size: 14px;
	color: #663300;
	background-color: #C0C0C0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
}
#rightcol {
	float: right;
	width: 200px;
	height: 405px;
	}

#menuhoriz {
	display: inline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#menuback {
	background-color: #00FF99;
	}	

a:link {color: blue;
		text-decoration:none;
		font-size:11px;}

a:visited {color: black;
		text-decoration:none;
		font-size:11px;}

a:hover {color: blue;
		text-decoration:none;
		font-size:11px;}

a:active {color lime;
		text-decoration:none;
		font-size:11px;}
