@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	background:url(/i/ground.jpg) #8D8D8D;
	background-repeat:repeat-x;
	background-position:top;
	color:#707072;
	line-height:17px;
}

h1 {
	margin:0 0 20px 0;
	padding:0;
	color:#93201B;
	font-size:15px;
	border-bottom:1px solid #ccc
}

h2 {
	margin:0 0 5px 0;
	padding:0;
	color:#93201B;
	font-size:12px;
	text-align:left;
}

div#wrapper {
	width:980px;
	margin:0px auto;
	text-align:left;
}

div#logo {
	float:left;
}

div#topimage {
	width:765px;
	height:261px;
	overflow:hidden;
}

div#topmenu {
	clear:both;
	width:968px;
	background:#707072;
	padding:6px;
	color:#fff;
	text-align:right;
}

div#language {
	position:absolute;
	margin:10px 0 0 20px;
}

div#main {
	width:980px;
}

div#main td {
	vertical-align:top;
}

td#leftbar {
	width:215px;
	height:500px;
	background:url(/i/leftbar_ground.jpg) #ececee;
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 0 20px 0;
}


td#rightbar {
	width:215px;
	background:url(/i/leftbar_ground.jpg) #ececee;
	background-repeat:no-repeat;
	background-position:bottom;
}

td#rightbar a {
	text-decoration:none;
	color:#707072;
}

td#content {
	width:510px;
	background:#fff;
	padding:20px;
}


div#bottom {
	padding:6px;
	background:#E5E6E9;
}

div#bottom a {
	text-decoration:none;
	color:#707072;
}

div#bottom a:hover {
	text-decoration:underline;
}

#pdf {
	width:510px;
}

.send {
	border:0;
	background:#93201B;
	color:#fff;
	padding:3px;
	cursor:pointer;
	font-weight:bold;
}
