@charset "utf-8";
body, html {
	background-color: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.container {
	width: 850px;
	margin: 0 auto;
	height: 300px;
	height: 100%;
}

.header {
	color: #666;
	font-size: 30px;
	font-weight: bold;
}

.nav {
	font-size: 10px;
	color: #fff;
}

	.nav a {
	text-decoration: none;
	color: #eee;
	}

	.nav a:hover {
	text-decoration: none;
	color: #666;
	}


.main {
	width: 850px;
	background-color: #ccc;
	min-height: 450px;
	float: left;
}

.nav {
	
}

.text {
	width: 550px;
	padding: 15px 15px 15px 0;
	float: right;
}

	.text p {
		font-size: 12px;
	}

	.text p a {
		color: #000;
		text-decoration: none;
		font-weight: bold;
	}
	
	.text p a:hover {
		color: #666;
		text-decoration: none;
		font-weight: bold;
	}
	
.textBackpage {
	width: 820px;
}

	
h1 {
	padding: 0;
	margin: 0;
	font-size: 24px;
}

.floatLeft {
	float: left;
}

.caption {
	font-size: 9px;
	float: left;
	margin: 5px 0 0 15px;
}

.flashbox {
	width: 850px;
	height: 300px;
}

.skiplink {
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
	color: #fff;
	clear: both;
	margin: 0 auto;
}	
	
	.skiplink a {
		color: #fff;
		text-decoration: none;
	}
	
	.skiplink a:hover {
		color: #666;
	}
	
.marginRightBottom {
	margin-right: 10px;
	margin-bottom: 10px;
}

.tableText p {
	font-size: 12px;
}