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

body {
	margin: 0 0 0 0;
	background: url(img/bg.jpg) repeat;
}

img {
	border: none;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 994px;
}

#header {
	margin: 0 0 0 0;
	background: url(img/header.png) no-repeat;
	width: 994px;
	height: 275px;
}

#logo {
	margin: 50px 0 0 148px;
	float: left;
	width: 316px;
	height: 188px;
}

#language_chooser {
	width: 274px;
	height: 29px;
	float: right;
	margin: 44px 89px 0 0;
}

#language_chooser img {
	margin-right: 4px;
	margin-left: 5px;
	float: left;
}

#nav {
	width: 994px;
	height: 45px;
	background: url(img/nav_bg.png) no-repeat;
}

#nav #buttons {
	width: 880px;
	margin: 0 auto 0 auto;
	list-style: none;
	padding: 0 0 0 0;
}

#nav #buttons li {
	float: left;
	font: normal 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	width: 176px;
}

#nav #buttons li a {
	color: #3b3c3c;
	text-decoration: none;
	line-height: 39px;
	width: 176px;
	display: block;
}

#nav #buttons li a:hover {
	color: #3b3c3c;
	text-decoration: underline;
	line-height: 39px;
	width: 176px;
	display: block;
}

#content {
	width: 994px;
	background: url(img/content_bg.png) repeat-y;
}

#sidebar {
	margin: 9px 0 0 65px;
	float: left;
	width: 206px;
}

#sidebar .box {
	width: 206px;
	margin-bottom: 13px;
	background: url(img/sidebar_bg.png) bottom center no-repeat;
}

#sidebar p {
	color: #ffffff;
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
	padding-bottom: 10px;
}

#sidebar h3 {
	margin: 0 0 0 0;
	padding-left: 32px;
	width: 206px;
	height: 34px;
	background: url(img/sidebar_top.png) no-repeat;
	font: normal 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3b3c3c;
	line-height: 26px;
}

#page {
	margin: 9px 64px 0 0;
	float: right;
	width: 659px;
	background: url(img/page_bg.png) no-repeat bottom center;
}

#page h1 {
	margin: 0 0 0 0;
	padding-left: 36px;
	width: 656px;
	height: 34px;
	background: url(img/page_top.png) no-repeat;
	font: normal 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3b3c3c;
	line-height: 26px;	
}

#page p {
	color: #3b3c3c;
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
}

#page h2 {
	color: #3b3c3c;
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
}

#footer {
	width: 994px;
	height: 63px;
	background: url(img/footer.png) no-repeat top center;
	margin: 0 0 0 0;
}

#footer p {
	color: #bb4f5c;
	font: normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
text-align: center;
}

#footer p a {
	color: #bb4f5c;	
}

.clear {
	clear: both;	
}

.style1 {color: #FFFFFF; text-decoration:none}


.interlink {float:right; padding: 15px 20px 0 3px;}

#interlink a {padding:0 0 0 3px;}

table.interlink {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.interlink th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.interlink td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

blockquote{
background: #E8EDF1;
margin: 0px 25px 15px 25px;
padding: 10px 20px 15px 15px;
border-top: 1px solid #DDDDDD;
border-right: 1px solid #666666;
border-left: 1px solid #DDDDDD;
border-bottom: 1px solid #666666;
}