body {
	background-color: #706A9A;
/*	background-image : url("images/test.png");*/
/*	background-image : url("images/test-768.png");*/
/*	text-align: left;*/
	margin-top : 40px;
	margin-left : 5px;
	margin-right : 5px; 
	margin-bottom : 5px;
	font-family : Tahoma, Arial, sans-serif;
	color : #000000;
	font-size : 10pt;
	line-height : 1.3em;
}


/*.center {
	text-align : center;
}*/

.right {
	float : right;
	width : 45%;
	text-align : right;
}

.left {
	float : left;
	width : 45%;
	text-align : left;
}

div.main {
	background-image : url("images/test.png");
	background-repeat : repeat-y;
	border-width : 2pt;
	border-style : solid;
	border-color : black;
	padding : 15px 10px;
	width: 500px;
	margin-left: 10px;
	margin-right: 10px;
/*	position : absolute;
	float : left;
*/
}

div.rightcol	{
	position : absolute;
/*	float : right;*/
/*	right : 20px; */
	left : 500px;
	top : 100px;
	width : 150px;
	border-width : 2pt;
	border-style : solid;
	border-color : black;
	margin-left : 20px;
	margin-right : 10px;
}

div.nav	{
	padding : 15px;
	
/*	padding-bottom : 30px;*/
}

div.entry       {
	border-width : 1pt;
	border-style : solid;
	border-color : black;
	padding : 15px 10px;
	margin : 10px 0px;
}

div.entry p {
	text-indent : 10em;
	text-align : justify;
}

.date {
	border-width : 0pt;
	font-weight : bold;
}

.time {
	border-width : 0pt;
	font-weight : bold;
}	

div.survey		{
	border-width : 2pt;
	border-style : solid;
	border-color : black;
	padding : 15px;
	margin : 10px 10px;
}

div.footer		{
	text-align : center;
	font-size : 8pt;
	border-width : 0pt;
	margin : 10px 0px;
}


