/*
<style>
/* */

body
	{
	background: url(images/background-body.jpg);
	font-family: Verdana;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	}

td, th
	{
	font-family: Verdana;
	font-size: 11px;
	}

/* * * * * * * * * * *
 * Containers
 * divs one inside the other - centers page
 * * * * * * * * * * */
#containerIE
	{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#container
	{
	background: url(images/background-page-inner.jpg);
	text-align: left;
	width: 999px;
	margin: 6px auto;
	padding: 0px;
	}
/* * * * * * * *
 * Top
 * * * * * * * */
#top
	{
	background: url(images/background-page-top.jpg);
	width: 999px;
	height: 35px;
	}
/* * * * * * * *
 * bottom
 * * * * * * * */
#bottom
	{
	background: url(images/background-page-bottom.jpg);
	width: 999px;
	height: 42px;
	}
/* * * * * * * *
 * Menu
 * * * * * * * */
#menu
	{
	margin-left: 19px;
	margin-right: 20px;
	height: 61px;
	background: #F5F5F5;
	}
#menu .menu
	{
	float: right;
	display: inline;
	margin-right: 19px;
	margin-top: 15px;
	height: 36px;
	width: 600px;
	}
#menu .menu .menuItem
	{
	background: url(images/background-topmenu.jpg) left top no-repeat;
	height: 36px;
	float: left;
	display: inline;
	}
#menu .menu .menuItemRight
	{
	background: url(images/background-topmenu-right.jpg) right top no-repeat;
	height: 36px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 36px;
	float: left;
	display: inline;
	}
#menu .menu .menuItem a
	{
	color: white;
	text-decoration: none;
	}
#menu .logo
	{
	margin-left: 10px;
	padding-top: 13px;
	}
#menu .logo a img
	{
	border: 0px;
	}
#menu .submenuItems
	{
	position: absolute;
	padding: 10px;
	background: #F5F5F5;
	border: 1px solid #77A400;
	}
#menu .submenuItems a
	{
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	}
/* * * * * * * *
 * Banner
 * * * * * * * */
#banner
	{
	background: url(images/background-banner.jpg) left top no-repeat;
	width: 960px;
	height: 143px;
	margin-left: 19px;
	margin-top: 10px;
	}

#banner .toolBox
	{
	background: url(images/background-userbox.jpg) left;
	width: 292px;
	height: 133px;
	margin-left: 20px;
	margin-top: 0px;
	}
#banner .toolBoxInner
	{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	}
/* * * * * * * *
 * Banner
 * * * * * * * */
#content
	{
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
	}
#content .navigation
	{
	background: url(images/background-navigation.jpg) left top;
	width: 920px;
	height: 20px;
	}

#content h1
	{
	font-size: 15x;
	color: #E38D10;
	margin: 0px;
	border-bottom: 1px solid #77A400;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	}
#content h2, #content h3
	{
	font-size: 14px;
	color: #77A400;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	}
#content h3
	{
	font-size: 13px;
	color: #E38D10;
	}
#content .text
	{
	margin-left: 10px;
	margin-right: 10px;
	}
#content .galleryItem
	{
	width: 160px;
	height: 140px;
	float: left;
	display: inline;
	}
#content .galleryItem img
	{
	border: 0px;
	}
#content .galleryNavigation
	{
	height: 20px;
	}
#content .galleryNavigation img
	{
	border: 0px;
	}
#content a
	{
	color: #ff7d00;
	}

#content a img
	{
	border: 0px;

	}
/* * * * * * * *
 * General
 * * * * * * * */
 form
 	{
 	margin: 0px;
 	}
.topper
	{
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	}
.clearer
	{
	clear: both;
	}
.hidden
	{
	display: none;
	}
.right
	{
	float: right;
	}
