body {
	font: 12px Verdana, "Lucida Grande";
	color: #555;
	margin: 0;
	padding: 0;
	background: #E2EBED;
	line-height: 18px;
}

h1 {
	background: url(logo.gif) no-repeat;
	width: 600px;
	margin: 0;
	text-indent: -9999px;
	float: left;
}

h1 strong {
	font: bold 12px Verdana, "Lucida Grande";
	color: #888;
	margin: 0 0 0 4px;
	line-height: 80px;
}

h1 a {
	text-decoration: none;
}

a {
	color: #307082;
}

a:hover {
	color: #d60808;
}

img {
	border: none;
}

input, textarea {
	font: 12px Verdana, "Lucida Grande";
}

#container {
	margin: 0 auto;
	width: 760px;
	padding: 0 13px;
	text-align: left;
	border-top: 4px solid #317082;
	background: #fff;
}

#header {
	background: #FFF url(flag.gif) top right no-repeat;
	padding-top: 16px;
	height: 80px;
}

#topbanner {
	float: right;
	margin: 0;
	padding-top: 5px;
}

#quicksummary {
	height: 125px;
	margin: 10px 0;
	background: url(background.gif) no-repeat;
	clear: both;
}

#loginform {
	width: 200px;
	padding: 40px 0 0 10px;
	text-align: center;
	float: left;
}

#login {
	float: left;
	width: 130px;
}

#login p {
	margin: 5px;
}

#logininfo {
	clear:both;
	color:#fff;
}

#logininfo a{
	color:#fff;
}

input.username {
   border:1px solid #bbb;
	height:21px;
	width:90px;
	padding-left:21px;
	line-height:21px; 
	background: #fff url(ico_username.gif) no-repeat;
}

input.password { 
   border:1px solid #bbb;
	height:21px;
	width:90px;
	padding-left:21px;
	line-height:21px;
	background: #fff url(ico_password.gif) no-repeat;
}

.submitbutton {
	width: 40px;
	height: 57px;
	margin-top: 4px;
	float: left;
}

#pagebody {
	border-left: 1px dotted #ddd;
	padding: 10px 20px;
	width: 511px;
	float: right;
}

#pagebody h4 {
	font-size: 14px;
	margin: 0;
}

#sidebar {
	width: 190px;
	float: left;
	padding: 10px 3px;
}

#sidebar h4 {
	font-size: 14px;
	margin: 0 0 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #eee;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding-left: 10px;
}

#sidebar ul li {
	margin-bottom: 8px;
	background: url(arrow.gif) no-repeat left center;
	padding-left: 10px;
}

#sidebar ul li a {
	text-decoration: underline;
}

#footer {
	border-top: 2px solid #A8D2DF;
	background: #317082;
	color: #b7dfeb;
	font-size: 11px;
	margin: 0 auto;
	width: 760px;
	padding: 13px;
	clear: both;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer span {
	margin-left: 180px;
}

/* if IE */
* html ul, * html ol {
	margin-left: 30px;
}

ol li {
	margin-bottom: 15px;
}

ol li span {
	margin-bottom: 10px;
	line-height: 30px;
	font-weight: bold;
}

.clear {
	clear: both;
}

#liquid {
	padding: 0px;
	overflow: hidden;
	width: 550px;
	float: right;
}

#liquid .liquids {
	display: block;
	height: 125px;
}

#liquid ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#liquid li {
	float: left;
}

#liquid .liquid {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 125px;
	width: 178px;
	background: #fff;
	border-left: 4px solid #FFF;
}

#liquid .liquid span {
	position: absolute;
	left: -999px;
	width: 990px;
}

#liquid .s1 {
	background: #FFF url(s1.jpg);
}

#liquid .s2 {
	background: #FFF url(s2.jpg);
}

#liquid .s3 {
	background: #FFF url(s3.jpg);
	border-right: 0;
}
.hide {
	display:none;
}

.threadlist {
	margin: 15px auto;
}
.threadlist ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding-left: 10px;
}

.threadlist ul li {
	margin-bottom: 8px;
	background: url(arrow.gif) no-repeat left center;
	padding-left: 10px;
}

.threadlist ul li a {
	text-decoration: underline;
}