body {
	padding:			0px;
	margin:				0px;
	font-family:		Arial, sans-serif;
	background-color:	#e0e0e0;
}

img {
	vertical-align:		bottom;
}

p {
	text-indent:		3em;
	text-align:			justify;
}

a {
	text-decoration:	none;
	border-bottom:		2px dotted #888888;
	color:				#1f6ca4;
}

div.header {
	margin:				auto;
	font-size:			xx-large;
	background-color:	#1f6ca4;
	color:				#ffffff;
	height:				100px;
}

div.menu {
	margin:				auto;
	padding:			2px;
	background-color:	#cde0ef;
	border-top:			2px solid #1f6ca4;
	border-bottom:		2px solid #1f6ca4;
	
}

menu {
	margin:				0px;
	padding-left:		2px;
	font-size:			x-small;
	display:			inline;
}

li.menu {
	margin:				2px;
	padding:			2px;
	display:			inline;
}

a.menu {
	color:				#1f6ca4;
	font-style:			normal;
	border:				0px;
}

div.content {
	margin:				auto;
	position:			absolute;
	top:				130px;
	left:				10px;
#	left:				200px;
	padding-right:		10px;
	padding-bottom:		20px;
	color:				#000000;
	background-color:	#e0e0e0;
}

div.boxtop {
	background:		#1f6ca4;
	color:			#ffffff;
	border:			0px;
	font:			bold small Arial, sans-serif;
	width:			180px;
	padding-top:	2px;
	padding-bottom:	2px;
	text-align:		center;
	margin-top:		10px;
}

div.boxcontent {
	color:			#1f6ca4;
	background:		#cde0ef;
	border-left:	2px solid #1f6ca4;
	border-bottom:	2px solid #1f6ca4;
	border-top:		1px solid #1f6ca4;
	border-right:	1px solid #1f6ca4;
	font:			small Arial, sans-serif;
	padding:		10px;
	margin:			auto;
} 

span.boxcontentbold {
	font:			bold small Arial, sans-serif;
	color:			#1f6ca4;
}

div.events {
	width:			180px;
	position:		absolute;
	top:			130px;
	left:			10px;
}

ul.event {
	margin:			5px;
	padding-left:	15px;
}
