body {
	background-color:#dcdcdc;
	text-align:center;
}
body,td {
	font-family:verdana;
	font-size:10pt;
}
a {
	color:#529348;
}
#main {
	text-align:center;
}
#top {
	width:935px;
	height:134px;
	background-image:url('gfx/top-no.png');
}
#contentbox {
	background-image:url('gfx/main-bg.png');
	width:935px;
}
#content {
	padding:10px;
	padding-left:20px;
	text-align:left;
	min-height:550px;
	position:relative;
        top:-15px;
}
#menucontainer {
	text-align:left;
}
#menu {
	border:1px white solid;
	background-color:#95b491;
	background-image:url('gfx/menu-bg.png');
	color:white;
	width:500px;
	position:relative;
	top:22px;
	left:10px;
	height:26px;
	text-align:center;
}
#menu a {
	color:white;
	text-decoration:none;
}
#bottom {
        background-image:url('gfx/bottom.png');
        background-repeat:no-repeat;
        height:40px;
        width:935px;
        color:#999;
        font-size:8pt;
        padding-top:8px;
}
#bottom a {
        text-decoration:none;
        color:#777;
}
td.menu {
	border-right:1px white solid;
	padding-left:5px;
	padding-right:5px;
}
td.menu2 {
	padding-left:5px;
529348;	padding-right:5px;
}
.heading {
	font-weight:bold;
}
.special {
	color:#529348;
}

.button {
	background:#95b491;;
	color:white;
	border:1px white solid;
}

th.list {
	text-align:left;
	font-size:11pt;
	font-weight:bold;
	border-bottom:1px #ccc solid;
}
td.list {
	border-bottom:1px #ccc solid;
}
#langselect {   
        text-align:right;
        font-size:8pt;
        color:#999;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
