@charset "utf-8";
/* CSS Document */

/* Basic Elements */
html, body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#CCC;
	}
#container {
	width: 840px;
	margin:auto;
	background-color:#FFF;
	}
#header {
	width: 840px;
	height: 90px;
	background-image:url("images/header-bg.gif");
	}
#logo {
	width:249px;
	margin:15px 0 0 25px;
	float:left;
}
#toptxt {
	width:340px;
	float:right;
	margin:20px 70px 0 0;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color:#333;
}
span {
	font-size:16px;
	font-weight:bold;
	color:#006699;
}
span span {
	font-size:16px;
	color:#000;
}
#content {
	float: right;
	width: 74%;
	}
#buttons {
	text-align:center;
	}
#left {
	float: left;
	width: 26%;
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	color: #fff;
	padding: 5px 0;
	background: #333;
	text-align:center;
	font-size:13px;
	}
#footer a {
	color:#FFF;
	}

/* Sidebar */
#sidebar {
	margin-top:0px;
	}
#sidebar ul {
	margin: 0 0 27px 0;
	padding: 0;
	list-style: none;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	border-left: 5px solid #666666;
	text-decoration: none;
	padding: 4px 0 4px 6px;
	}
#sidebar li a:hover {
	color:#3399CC;
	border-left: 5px solid #3399CC;
	}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	color:#666;
	line-height:20px;
	}
table {
	color:#666;
	line-height:20px;
	}
ul {
	color:#666;
	line-height:20px;
	margin:14px;
	list-style-type:square;
	}
ul ul {
	color:#666;
	line-height:20px;
	margin:0;
	list-style-type:circle;
	}
ol {
	color:#666;
	line-height:20px;
	margin:10px;
	}
img {
	border: 0;
	}
h1 {
	text-align:center;
	margin:12px 0 7px 0;
	color:#333;
	font-size:22px;
	}
h2 {
	text-align:center;
	margin:8px 0 12px 0;
	color:#666;
	font-size:18px;
	font-weight:normal;
	}
h3 {
	margin:10px 0 7px 10px;
	color:#333;
	}
h4 {
	margin:15px 0 7px 10px;
	color:#333;
	font-size:14px;
	}
a {
	color:#666;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
.bold {
	font-weight:bold;
	}
.button {
	margin:12px 28px;
	}
.boldfront {
	font-weight:bold;
	font-size:16px;
	text-align:center;
	}
.banner {
	margin-top:25px;
}
.bonusbox {
	margin:15px 12px 0;
	padding:6px 9px;
	height:200px;
	border: 2px dashed #CCC;
	}
.bonusbox img {
	margin-left:4px;
	}
.ver {
	text-align:center;
	font-size:14px;
	color:#999999;
	}
.b {
	color:#666666;
	font-weight:bold;
	font-size:14px;
	}