* {
		margin: 0;
		padding: 0;
		border: 0;
		}

body {
		text-align: center;
		font-family: helvetica, tahoma, sans-serif;
		background-color: #322206;
		color: #C5956B;
		}

#container {
		width: 780px;
		position: relative;
		text-align: justify;
		margin: 0 auto;
		padding-top: 50px;
		}

.alt {
		display: none;
		}

.access {
		display: none;
		}

hr {
		display: none;
		}

ul {
		list-style: none;
		}

a {
		text-decoration: none;
		background-color: #C5956B;
		color: #981B1E;
		}

a:hover,
span.selected a {
		text-decoration: underline;
		}

#globalcontent {
		background-color: #C5956B;
		color: #1F1000;
		}

#banner h1 a {
		display: block;
		width: 780px;
		height: 200px;
                background: #C5956B url('../i/banner.jpg') no-repeat;
		}

#menulanguage {
		float: right;
		padding-right: 100px;
		height: 30px;
		width: 300px;
		}

#menulanguage .menutitle {
		display : none;
		}

#menulanguage ul {
		display: block;
		float: right;
		list-style: none;
		height: 30px;
		width: 300px;
		}

#menulanguage li {
		float: left;
		height: 30px;
		width: 100px;
		}

#menulanguage li a {
		display: block;
		height: 30px;
		text-align: center;
		padding: 0 10px;
		font: 12px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
		color: #991c1f;
		font-weight: bold;
		text-decoration: none;
		}

#menulanguage li a:hover {
		color: #f7f7f7;
		background-color: #991c1f;
		text-decoration: underline;
		}

#menulanguage li.selected a {
		color: #f7f7f7;
		background-color: #991c1f;
		text-decoration: underline;
		}

#menu {
		position: absolute;
		top: 250px;
		left: 0;
		height: 30px;
		width: 200px;
		}

#menu .menutitle {
		display : none;
		}

#menu ul {
		list-style: none;
		height: 30px;
		width: 200px;
		}

#menu li {
		float: left;
		height: 30px;
		width: 100px;
		}

#menu li a {
		display: block;
		height: 30px;
		text-align: center;
		padding: 0 10px;
		font: 12px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
		color: #991c1f;
		font-weight: bold;
		text-decoration: none;
		}

#menu li a:hover {
		color: #f7f7f7;
		background-color: #991c1f;
		text-decoration: underline;
		}

#menu li.selected a {
		color: #f7f7f7;
		background-color: #991c1f;
		text-decoration: underline;
		}

#menupreference {
		position: absolute;
		top: 250px;
		right: 0;
		height: 30px;
		width: 100px;
		}

#menupreference .menutitle {
		display : none;
		}

#menupreference ul {
		list-style: none;
		height: 30px;
		width: 100px;
		}

#menupreference li {
		float: left;
		height: 30px;
		width: 100px;
		}

#menupreference li a {
		display: block;
		height: 30px;
		width: 80px;
		text-align: center;
		padding: 0 10px;
		font: 12px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
		color: #991c1f;
		font-weight: bold;
		text-decoration: none;
		}

#menupreference li a:hover {
		color: #f7f7f7;
		background-color: #991c1f;
		text-decoration: underline;
		}

#menupreference li.selected a {
		color: #f7f7f7;
		background-color: #991c1f;
		text-decoration: underline;
		}

#content {
		clear: both;
		background-color: #DEA879;
		padding: 2em 10px;
		}

#content h3 {
		margin-top: 2em;
		margin-bottom: 1em;
		color: #352206;
		background-color: #DEA879;
		}

#content a {
		color: #991c1f;
		background-color: #DEA879;
		}

#content a:hover {
		color: #991c1f;
		background-color: #DEA879;
		text-decoration: underline;
		}

#content ul {
		margin-left: 20px;
		list-style-type: disc;
		color: #991c1f;
		background-color: #DEA879;
		}

#content li {
		margin: 0.2em 0;
		}

#content li span {
		color: #352206;
		background-color: #DEA879;
		}

#content p.note {
		margin-top: 1em;
		font-style: italic;
		background-color: #DEA879;
		color: #991c1f;
		}

#content p.sign {
		float: right;
		color: #352206;
		background-color: #DEA879;
		}

#footer {
		padding: 0 10px;
		}

#footer #top {
		float: right;
		margin-right: 5px;
		background: #C5956B url('../i/up.gif') no-repeat left center;
		padding-left: 14px;
		}

input, textarea {
		border: 1px solid #991c1f;
		padding: 0.2em;
		}

input.btn {
		padding: 0.2em 1em;
		}