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; 
	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;
	border-width : 1px;
}

.left {
	float : left;
/*	width : 45%;*/
	text-align : left;
	border-width : 1px;
}

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: 768px;
}

div.rightcol	{
	position : absolute;
	right : 60px; 
	top : 100px;
	width : 300px;
	border-width : 2pt;
	border-style : solid;
	border-color : black;
	margin-left : 20px;
	margin-right : 10px;
}

div.nav	{
	padding : 15px;
}

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

div.entry p {
	text-indent : 1cm;
	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;
}

