@CHARSET "ISO-8859-1";

html,body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color: #EEE9DF;
}

#wrapper {
	margin: 0px auto;
	width: 800px;
	background: url('../img/page-content.gif') #eee9df repeat-y top;
}

#header {
	height: 50px;
	background: url('../img/page-header.gif') #766a6a no-repeat top;
}

#content {
	padding: 20px 30px 20px 160px;
	color: #544b4b;
}

#left-menu {
	width: 141px;
	float: left;
	background: #766a6a;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: none;
}

#left-menu-header {
	height: 109px;
	background: url('../img/menu-header.gif') #766a6a no-repeat top;
	margin: 0px;
	padding: 0px;
}

#left-menu-content {
	background: url('../img/menu-content.gif') #766a6a repeat-y top;
	margin: 0px;
	padding: 0px;
	border: none;
	border: solid 1px white;
}

#left-menu-footer {
	height: 22px;
	background: url('../img/menu-footer.gif') #766a6a no-repeat top;
	margin: 0px;
	padding: 0px;
	border: none;
}

#left-menu a {
	color: #544b4b;
}

#left-menu a:hover {
	color: white;
}

#left-menu ul {
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 10px;
	list-style-type: none;
	vertical-align: middle;
}

#left-menu li {
	margin: 3px 0px;
	padding: 0px;
}

#footer {
	height: 50px;
	background: url('../img/page-footer.gif') #766a6a no-repeat top;
}

img#welcome-image {
	width: 683px;
}

table#language-select {
	width: 683px;
	text-align: center;
}

table#language-select a {
	text-decoration: none;
}

table#language-select a img {
	border: none;
}

#content a {
	color: #ff8000;
}

.error {
	color: #ff8000;
	border: solid 1px #ff8000;
}

#content .info {
	border: solid 1px #544b4b;
	background-color: white;
	padding: 0px 10px;
}

#content p.image {
	text-align: center;
	font-style: italic;
	/*color: white;*/
}

#content .image img {
	border: solid 1px white;
}

#content .left {
	float: left;
}

#content .right {
	float: right;
}

#content .clear {
	clear: both;
}

#content .banner {
	border: solid 1px white;
}

#content p {
	color: #544b4b;
	text-align: justify
}

#content h1,h2,h3 {
	color: #544b4b;
}

#content h1 {
	font-size: 120%;
}

#content h2 {
	font-size: 110%;
}

#content h3 {
	font-size: 100%;
}

pre {
	
}

textarea {
	width: 100%;
	height: 150px;
}

.form {
	width: 100%;
}

#content iframe {
	width: 100%;
	height: 600px;
	border: solid 1px white;
}

.inline-image {
	border: solid 1px white;
	margin: 0px 10px 10px 0px;
	float: left;
}