html {
	height: 100%;
	width: 100%;
	background: url('bg.gif') repeat-y;
}

body {
	padding: 0;
	margin: 0;
}

#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	color: white;
	font-family: "trebuchet ms", sans-serif;
	margin: 0;
}

a, a:hover {
	color: #a00;
}

#menu ul, #menu ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#menu a {
	font-size: 13pt;
	display: block;
	width: 180px;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	margin-top: 20px;
}

#menu a:hover {
	background-color: #333;
}

#selectedMenuItem a, #selectedMenuItem a:hover {
	background-color: white;
	color: black;
}

#subMenu {
	position: static;
}

#subMenu a {
	font-size: 10pt;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 40px;
	width: 160px;
	margin-top: 0px;
}

#selectedSubMenuItem a, #selectedSubMenuItem a:hover {
	background-color: #555;
}

/*
#subMenu {
	z-index: 2;
	position: absolute;
	left: 200px;
	top: 0px;
	width: 450px;
	padding: 10px;
	background-color: #323132;
}

#subMenu ul, #subMenu li {
	margin: 0;
	padding: 0;
}

#subMenu li {
	display: inline;
	list-style-type: none;
	margin: 0 5px 0 5px;
}

#subMenu a {
	color: white;
	font-family: "Georgia", serif;
	font-size: 10pt;
	font-weight: bold;
}

#selectedSubMenuItem a {
	color: red;
}
*/
#langChoice {
	z-index: 1;
	position: absolute;
	left: 580px;
	top: 10px;
	width: 300px;
	text-align: right;
}

#langChoice ul, #langChoice li {
	margin: 0;
	padding: 0;
}

#langChoice li {
	list-style-type: none;
	display: inline;
}

#langChoice a {
	color: #a00;
	font-size: 10pt;
	font-family: "georgia", serif;
}

#selectedLanguage a {
	color: #500;
	font-weight: bold;
}

#body {
	z-index: 0;
	position: absolute;
	width: 660px;
	padding-left: 30px;
	padding-top: 30px;
	top: 0px;
	left: 200px;
	color: black;
}

hr {
	width: 50%;
	border: 0;
	border-top: 2px solid #800;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1 {
	color: #400;
	font-family: "trebuchet ms", sans-serif;
	font-weight: bold;
	font-size: 30pt;
	padding-left: 30px;
}

h2 {
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
}

h2:hover {
	text-decoration: underline;
}

p,td,th {
	font-size: 12pt;
	font-family: "verdana", sans-serif;
	line-height: 150%;
}

th {
	text-align: right;
}

td,th {
	vertical-align: top;
}

.partners h2 a {
	color: inherit;
	text-decoration: inherit;
}

.partners h2 a:hover {
	text-decoration: underline;
}
