@charset "utf-8";
/* CSS Document */

BODY
{
	background-color: #406080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	color: #000000;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	font-weight: normal;
	margin:0px;
	padding:0px;
}

.background
{
	background:#f0f0f0;
}

.header
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:33px;
	color:#406080;
	font-weight:bold;
}

A.footer:link	{	
	text-decoration:	none;
	color:	#406080;
	}	
		
A.footer:visited	{	
	text-decoration:	none;
	color:	#406080;
	}	
		
A.footer:active	{	
	text-decoration:	none;
	color:	#406080;
	}	
		
A.footer:hover	{	
	text-decoration:	underline;
	color:	#406080;
	}

.blue10px
{
	font-size:10px;
	color:#324040;
}
	
a.blue10px:link, a.blue10px:visited, a.blue10px:active
{
	font-size:10px;
	color:#324040;
	text-decoration:none;
}

a.blue10px:hover
{
	font-size:10px;
	color:#324040;
	text-decoration:underline;
}

a.white10px:link, a.white10px:visited, a.white10px:active
{
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}

a.white10px:hover
{
	font-size:10px;
	color:#ffffff;
	text-decoration:underline;
}

.links
{
	font-size:11px;
	color:#324040;
}
	
a:link, a:visited, a:active
{
	font-size:11px;
	color:#324040;
	text-decoration:underline;
}

a:hover
{
	font-size:11px;
	color:#324040;
	text-decoration:none;
}

.microSiteLinks
{
	width:762px;
	background-color:#f0f0f0;
}

#navigationbar {
	height: 30px;
	padding: 5px 0 5px 0;
	text-align: right;
}

#content_rotation {
	float: left;
	width: 177px;
	height: 250px;
	background: #fff;
}

#content_adsense {
	float: left;
	width: 300px;
	height: 250px;
}

#content_game {
	float: right;
	width: 250px;
	height: 230px;
	padding: 10px;
	background: #fff;
	text-align: center;
}

#contentgames {
	padding: 10px;
	margin: 10px 0 10px 0;
	text-align: center;
}

#contentgames img, #subgames img, #content_game img, .gamepic img {
	padding: 5px;
	border: 1px solid #cccccc;
	background: #fff;
}

.noborder {
	float: left;
	text-align: left;
	border: 0px !important;
}

#subgames {
	padding: 10px;
	margin: 10px 0 10px 0;
	text-align: justify;
}

#subgames strong {
	color: #406080;
	font-size: 12px;
}

#gamestable td {
	text-align: justify;
	padding: 5px;
	background: #efefef;
}

#gamestable td a, #gamestable td a:active, #gamestable td a:visited {
	color: #FF3300;
	font-weight: normal;
}

.tableimg {
	text-align: center !important;
}

.topofpage a {
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}

#sidebar
{
	background:#ffffff;
	width:162px;
	float:left;
	margin:0 0 0 10px;
	padding:8px;
}
#sidebar ul
{
}
#sidebar li
{
	list-style:none;
	text-align:center;
}
#sidebar li a
{
	font-size:11px;
	color:#3c6928;
	text-align:center;
	line-height:11px;
}
#sidebar li.title
{
	margin:0 0 20px 0;
}