* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
body {
	color: #444;
	background-color: #fff;
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 80%;
	}






#container {
	
	}
#header {
	color: #e2e1db;
	background-color: #535353;
	}
#splash {
	position: relative;
	width: 700px;
	margin: 0 auto;
	}
#console {
	position: absolute;
	right: 0;
	top: 10px;
	width: 220px;
	margin: 10px 0;
	padding: 0 0 10px 0;
	color: inherit;
	background-color: #fff;
	background-image: url(../images/bg-consolebottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#cl-container {
	width: 480px;
	margin: 0 auto;
	padding-right: 220px; /* L */
	color: inherit;
	background-color: #fff;
	}
#cl {
	float: left;
	width: 100%;
	}
#center {
	float: left;
	width: 100%;
	}
#right {
	float: right;
	position: relative;
	width: 220px;  /* L */
	margin-right: -224px;  /* -L */
	}
#footer {
	clear: both;
	width: 700px;
	margin: 0 auto 20px auto;
	color: inherit;
	background-color: #fff;
	}






.in-header {
	width: 700px;
	margin: 0 auto;
	}
.in-center {
	padding: 20px;
	}
.in-right {
	margin: 10px 0;
	padding: 10px 20px;
	border-left: 1px solid #eee;
	}
.in-footer {
	padding: 20px;
	}






#header ul {
	position: relative;
	padding: 10px 10px;
	list-style: none;
	}
#header ul li {
	display: inline;
	}
#header ul li a {
	padding: 6px 10px;
	color: #e2e1db;
	background-color: inherit;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}
#header ul li a:hover {
	color: #ffdb00;
	background-color: inherit;
	}
#header ul li a.on, #header ul li a.on:hover {
	color: #888;
	background-color: inherit;
	cursor: default;
	}
#footer ul {
	position: relative;
	padding: 10px 0;
	list-style: none;
	border-top: 1px solid #eee;
	}
#footer ul li {
	display: inline;
	}
#footer ul li a {
	padding: 0 5px;
	color: #aaa;
	background-color: inherit;
	font-size: 80%;
	text-decoration: none;
	}
#footer ul li a:hover {
	color: #D44401;
	background-color: inherit;
	}
.in-center ul {
	margin: 5px 40px;
	}
.in-center ul li {
	margin: 8px 0;
	font-size: 110%;
	}
.in-center ul ul {
	margin: 5px 30px 15px 30px;
	}






blockquote {
	margin: 0 0 0 20px;
	padding: 10px;
	}
p, blockquote {
	font-size: 90%;
	line-height: 20px;
	}
blockquote {
	margin: 20px 0;
	color: #555;
	background-color: #fdf2ed;
	font-size: 85%;
	line-height: 18px;
	border: 1px solid #f4bda3;
	}
blockquote strong {
	color: #333;
	background-color: inherit;
	}
.col {
	text-align: justify;
	}
em {
	color: #d44401;
	background-color: inherit;
	font-style: normal;
	}
.x {
	display: none;
	}
.logo {
	display: block;
	width: 40%;
	padding: 32px 20px;
	}
h2 {
	margin: 0 0 20px 0;
	color: #555;
	background-color: inherit;
	font-size: 170%;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 25px;
	}
h4 {
	margin: 0 0 10px 0;
	color: #d44401;
	background-color: inherit;
	letter-spacing: -1px;
	font-size: 130%;
	}
#cl a {
	color: #d44401;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #f6c5ae;
	}
#cl a:hover {
	color: #333;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	}






#console h3 {
	padding: 10px 15px 0 15px;
	color: #555;
	background-color: inherit;
	background-image: url(../images/bg-consoletop.gif);
	background-repeat: no-repeat;
	font-size: 90%;
	}
#console p {
	padding: 0 15px 10px 15px;
	}
#console a {
	display: block;
	float: left;
	margin: 0 8px;
	color: #d44401;
	background-color: #fff;
	font-size: 80%;
	text-decoration: none;
	}
#console .m {
	width: 180px;
	margin: 5px 0 0 0;
	padding: 2px;
	color: #d44401;
	background-color: #fff;
	font-size: 90%;
	border: 1px solid #cccbc9;
	}
#console .button {
	float: right;
	width: 58px;
	height: 20px;
	margin: 3px 10px 0 0;
	padding: 2px 0 0 0;
	color: #fff;
	background-color: #71ae08;
	background-image: url(../images/bg-button.gif);
	background-repeat: no-repeat;
	font-size: 70%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 0;
	cursor: pointer;
	}
fieldset {
	padding: 20px;
	}
legend {
	margin: 0 0 10px 0;
	padding: 0 8px;
	font-weight: bold;
	}
form th {
	width: 100px;
	text-align: left;
	vertical-align: top;
	}
form th span.req {
	color: #c00;
	background-color: inherit;
	}
input.l {
	width: 250px;
	padding: 2px;
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 100%;
	}
input.bttn {
	width: 90px;
	margin: 0 25px 0 0;
	padding: 2px;
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	cursor: pointer;
	}
textarea {
	width: 250px;
	height: 100px;
	padding: 2px;
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 100%;
	}
.alert {
	display: block;
	padding: 10px;
	color: #a00;
	background-color: inherit;
	font-size: 140%;
	}






ul.letters {
	list-style: none;
	}
ul.letters li {
	float: left;
	}
ul.letters li a {
	display: block;
	width: 25px;
	padding: 3px 0;
	margin: 2px;
	text-align: center;
	border: 1px solid #ccc;
	text-decoration: none;
	}
ul.letters li a.all {
	display: block;
	width: 35px;
	padding: 3px 0;
	margin: 2px;
	text-align: center;
	border: 1px solid #eee;
	text-decoration: none;
	}






#mob {
	width: 700px;
	margin: -18px auto 0 auto;
	}
.themob {
	display: block;
	margin: 0 2px 0 0;
	float: right;
	color: #ccc;
	background-color: inherit;
	font-size: 80%;
	text-decoration: none;
	}
.themob:hover {
	color: #D44401;
	background-color: inherit;
	}