body {
/*	background-color: #dad6b8;    */
    background-color: #f0d477; 
/*    background-color: #ffffff;  */
    margin: 0px;
}
img {
	border: 0px;
}
div.top {
	margin: 0px;
	background-color: #7f0019;
	color: #ffffff;
}
div.top  h1 {
	text-align: left;
	margin: 0px 10px 0px;
	font-family: sans-serif;
}
div.top  p {
	text-align: left;
	font-size: small;
	margin: 0px 10px 0px;
}
div.maincolumn {
	margin-right: 270px;
	margin-left:20px;
}
div.maincolumn div.topic {
	margin-right: 20px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-color: #7f0019;
	border-left-width: 15px;
	padding-left: 10px;
/*    background-color: #f8ebaf; */
}
div.maincolumn div.topic h4 {
	border-bottom-style: solid;
	border-color: #7f0019;
	padding-left: 10px;
}
div.maincolumn div.topic p {
}
div.maincolumn pre {
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
	background-color: #ffffff;
}
div.maincolumn code {
	background-color: #ffffff;
}
div.maintopcolumn {
	margin-top: 20px;
	margin-right: 290px;
	margin-left: 20px;
	background-color: #ffffff;
	text-align: center;
}
div.maintopcolumn p {
	margin-right: 20px;
}
div.maintopcolumn img {
}
div.subcolumn {
	float: right;
	width: 250px;
	height:100%;
	background-color: #333333;
	color: #ffffff;
	padding: 10px 8px 10px;
}
div.bottom {
	clear: right;
}
div.subcolumn h4 {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-color: #ffffff;
	font-family: serif;
	margin: 1pc 0px 0px;
/*    color: #feefc4; */
    color: #ffffff;
    text-align: right;
}
div.subcolumn h5 {
	margin: 0px 1em 0em;
}
div.subcolumn p {
	text-align: left;
	font-size: small;
	margin: 0px;	
}
div.subcolumn p.more {
	text-align: right;
}
div.subcolumn ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: circle;
	font-size: small;
}
div.subcolumn a {
	color: #ffffff;
}
