
	body
	{
		font-family: Verdana, sans-serif;
		background-color: silver;
		width: 100%;
		height: 100%;
		margin: 0px;
		text-align: center;
	}

	/* FIXME: Think about the eyecatcher! */

	#eyecatcher
	{
		position: absolute;
		top: 510px;
		left: 50%;
	}

	#eyecatcher_main
	{
		position: absolute;
		top: 600px;
		left: 63%;
	}

	div #content
	{
		font-size: 12pt;
		line-height: 1.5;
		text-align: left;
		margin: 0px 205px 70px 30px;
	}

	div #content div
	{
		text-align: left;
	}

	h1
	{
		font-size: 20pt;
		border-bottom: 1px solid black;
		margin: 0px 0px 20px 0px;
	}

	img.border
	{
		border-style: solid;
		border-width: 1px;
		border-color: green;
		margin: 5px;
	}

	#imgframe
	{
		position: relative;
		top: 0px;
		right: 0px;
		/*padding: 5px;*/
		margin: 20px 0px 20px 0px;
		/*text-align: center;*/
	}

	#main
	{
		margin: 0 auto 0 auto;
		background-color: white;
		width: 780px;
	}

	#header
	{
		width: 780px;
		height: 225px;
		background-image: url("../imgs/header_bg.jpg");
		background-repeat: repeat-x;
		background-color: white;
		border-top-style: solid;
		border-top-width: 1px;
		border-color: #76c955;
	}

	#main_content
	{
		text-align: left;
		margin: 20px 20px 20px 20px;
		min-height: 566px;
		height: auto;
	}

	* html #main_content
	{
		text-align: left;
		margin: 20px 20px 20px 20px;
		height: 546px;
	}

	#footer
	{
		bottom: 0px;
		float: none;
		height: 60px;
		width: 780px;
		background-image: url("../imgs/footer_bg.jpg");
		background-repeat: repeat-x;
		text-align: center;
	}

	#logo
	{
		width: 130px;
		margin: 25px 20px 25px 20px;
		background-color: white;
		padding: 20px;

		float: left;
		border-style: solid;
		border-width: 1px;
		border-color: green;
	}

	#linkbar
	{
		float: none;
		margin-top: 130px;
		background-color: white;

	}

	#imgbar
	{
		width: 152px;
		margin: 20px 20px 0px 0px;
		float: right;
	}

	table.list
	{
		width: 500px;
	}

	table.list th
	{
		border-style: solid;
		border-width: 1px;
		border-color: #9ae87d;
		background-color: #9ae87d;
		padding: 2px;
		text-align: left;
	}

	table.list td
	{
		text-align: left;
		padding: 0 20px 0 0;
	}

	a:link, a:active, a:visited
	{
		font-size: 12pt;
		color: green;
		text-decoration: none;
	}

	a:hover
	{
		font-size: 12pt;
		color: green;
		text-decoration: underline;
	}

	a.navi_menu:link, a.navi_menu:active, a.navi_menu:visited, a.navi_menu:hover
	{
		font-size: 12pt;
		color: green;
		text-decoration: none;
	}

	ul li a.navi_menu_sub:link, a.navi_menu_sub:active, a.navi_menu_sub:visited
	{
		font-size: 11pt;
		text-decoration: none;
		display: block;
		width: 170px;
	}

	ul li a.navi_menu_sub:hover
	{
		font-size: 11pt;
		text-decoration: underline;
		display: block;
		width: 170px;
	}

	dl, dt, dd, ul
	{
		list-style-type: none;
		margin: 0px 20px 0px 0px;
		padding: 0px;
	}

	dl
	{
		position: relative;
		float: left;
	}

	dt
	{
		margin: 0px 10px 0px 0px;
	}

	dd ul
	{
		z-index: 100;
		position: absolute;
		left: 0px;
		top: auto;
		width: 170px;
		background-color: #9ae87d;
		display: none;
		text-align: left;
	}

	/* Fix IE. Hide from IE Mac */

	html ul li { float: left; }
	html ul li a { height: 1%; }

	dl:hover ul
	{
		display: block;
	}

	.error_message
	{
		position: relative;
		border-style: solid;
		border-width: 1px;
		border-color: red;
		padding: 2px;
		margin: 10px;
	}
	
	.info_message
	{
		position: relative;
		border-style: solid;
		border-width: 1px;
		border-color: green;
		padding: 2px;
		margin: 10px;
	}

