@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#FFF;
}

a:link,
a:visited {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#6CF;
	text-decoration:none;
}

.clear{
	clear:both;
}

#PageContainer{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url("images/bg_carbonfiber_grey.gif") top no-repeat;
	background-color:#000;
}

#PageContent{
	float:left;
	width:100%;
	top:10px;
}

.contentBox{
	position: relative; 
	width: 920px;
	/* height:225px; -- We're going to set the height per section */
	padding: 10px;
	background-color: #222;
	margin:auto;
}

.contentBox2{
	position: relative; 
	width: 920px;
	/* height:225px; -- We're going to set the height per section */
	padding: 10px;
	background-color: #222;
	margin:auto;
}

.contentBoxClear{
	position: relative; 
	width: 910px;
	padding: 10px;
	margin:auto;
}

.headerBg{
	position: absolute; 
	/* top: 10px; */ 
	/* left: 10px; */
	background-color: #aaaaaa; 
	height: 30px; 
	width:920px;
}

.headerFg{
	position: absolute; 
	top: 17px; 
	left: 15px; 
	height: 20px;
	color: #fff;
}

.menuItem {
	float: left;
	width: 278px;
	background-color: #333;
	margin: 5px;
	padding: 5px;
}

.menuItem a:link,
.menuItem a:visited {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

.menuItem:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	
	background-color: #111;
}

.menuItem a:hover {
	color:#f00;
	font-weight:bold;
	text-decoration:none;
	
	background-color: #000;
}



.flagItem {
	float: left;
	width: 220px;
	height: 32px;
}

.bii{
	/* Borderless Inline Image */
	border:none;
	top:-2px;
}

.bii_flag{
	/* Borderless Inline Image */
	position:relative;
	border:none;
	top:4px;
}