/* CSS Document */

body  {background-color:#fffff0; }



.header {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFF0;
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	height: 145px;
	width: 100%;
	border: none;
	padding: .1em;
	margin: 0px;
	color: #000066;
	position: absolute;
	top: 17px;
	background-image: url(headerbgxxx.jpg);
	vertical-align: 1%;
}
.thread {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFF0;
	background-color: #000033;
	padding: 3px;
	width: 100%;
	position: absolute;
	top: 0px;
	
}
.leftcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #000066;
	background-color: #FFFFCC;
	margin: 10px;
	padding: 10px;
	float: left;
	width: 25%;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	position: absolute;
	left: 0px;
	top: 165px;
	height: 100%;
}
.rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	text-align: justify;
	text-indent: 2em;
	white-space: normal;
	padding: 1em;
	float: none;
	width: 65%;
	border-top-style: none;
	position: absolute;
	top: 160px;
	right: 0px;
	left:29%;
	border-right-style: none;
	border-bottom-style: none;
}
