@charset "iso-8859-9";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #EDEFDE;
}
.oneColLiqCtrHdr #container {
	width: 80%;
	max-width:960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FBFBF0;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow: auto;
	background-image: url(http://www.banguoglu.com/i/bg_header.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.oneColLiqCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.oneColLiqCtrHdr #header h1 {
	padding: 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.oneColLiqCtrHdr #mainContent h1 {
	color: #333333;
	font-size: x-large;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.05em;
}
.ol {
	margin-right: 5px;
}
.or {
	margin-left: 5px;
}

div#body {
	line-height: 170%;
	text-align: justify;
}

.oneColLiqCtrHdr #mainContent {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.oneColLiqCtrHdr #footer {
	text-align: center;
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: x-small;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColLiqCtrHdr #menu {
	padding: 8px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-right: 20px;
	margin-left: 20px;
}
a {
	color: #3C5E50;
	text-decoration: none;
}
.oneColLiqCtrHdr #container #menu a {
	font-weight: normal;
}
.oneColLiqCtrHdr #container #menu .s {
	font-weight: bold;
}



b.rtop, b.rbottom{
	display:block;
	background-color: #EDEFDE;
}


b.rtop b{
	display:block;
	height: 1px;
	overflow: hidden;
	background-color: #dcddb5;
}
b.rbottom b{
	display:block;
	height: 1px;
	overflow: hidden;
	background-color: #FBFBF0;
}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
.oneColLiqCtrHdr #container #menu a:hover {
	color: #629983;
}
table {
width:100%;
}

table tr td {
padding:4px;
width:33%;
vertical-align:top;
}