@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #9F9584;
	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: #000000;
}
img {
border: none;
}

ul {
	list-style: square outside;
}

.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px outset #cccc99;
	text-align: justify;
}
.oneColLiqCtrHdr #header {
	background: #cc9966; 
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColLiqCtrHdr #header h1 {
	color: #7E5429;
	font: italic bold 2.5em Georgia, "Times New Roman", Times, serif;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.hdrimg{
	vertical-align: middle;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #mainContent h2{
	font: bold 1.75em "Courier New", Courier, monospace;
	color: #999966;
	margin: 0px;
	padding: 10px 0px 0px 15px;
}
.oneColLiqCtrHdr #mainContent h3{
	font: bold 1.25em Geneva, Arial, Helvetica, sans-serif;
	color: #9F9584;
}
.oneColLiqCtrHdr #mainContent h4{
	font: bold 1em Geneva, Arial, Helvetica, sans-serif;
	color: #9F9584;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cc9966;
} 
.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;
	color: #F9F7F3;
	text-align: center;
	font: 0.85em "Lucida Calligraphy", Verdana, sans-serif;
}

#tblbod {
	border: thin solid #996633;
	vertical-align: middle;
	width: 95%;
	padding: 5px;
}
.tblbrdr {
	border: thin solid #996633;
}
.tdbrdr {
	border: thin groove #cccc99;
	padding: 5px;
	height: 15px;
}
.tdregbrdr {
}
.rgnbrdr{
	border: thin groove #cccc99;
	padding: 5px;
	height: 27px;
	font-weight: bold;
	text-align: center;
}
.trhdr {
	font: bold italic 1.1em Verdana, Arial, Helvetica, sans-serif; 
	color: #996633;
}
.bodname {
	font-family: "Lucida Calligraphy", Verdana, sans-serif;
	font-weight: bold;
}
.shzname {
	font-style: italic;
	font-weight: bold;
	color: #996633;
}
.bodtitle {
	font-style: italic;
	font-weight: bold;
}
.bayan {
	padding: 10px;
	width: 75%;
	border-right: thin outset #999966;
	border-left: thin inset #999966;
	margin: 0 auto;
}
