body {margin:0;padding:0;top:0;text-align:center;font-size:0.7em;}
div, ul, ol, form, tr, td {margin:0;padding:0;border:0;}
div, a, p, td, input, textarea, label {font-family:"Arial Black", Verdana, Helvetica, sans-serif;}
img {border:none;margin:0;padding:0;}
fieldset {border:none;padding:0;margin:20px 0 10px 0;}
fieldset p {margin-bottom:0;}
input, textarea {border:1px solid #999;padding:1px 4px;color:#444;font-family:arial;}
input {width:400px;}
input.medium {width:120px;}
input.medium_right {width:120px;text-align:right;}
input.small {width:60px;}
input.small_right {width:60px;text-align:right;}
input.check {width:15px;vertical-align:middle;}
select {border:1px solid #999;padding:1px 5px 1px 0;}
select {font-size:0.93em;}
textarea {width:90%;padding:4px;font-size:1em;}
button {background:none;border:none;color:#996600;text-decoration:underline;cursor:pointer;border-bottom:1px solid #996600;padding:0;}
td {vertical-align:top;}

h1 {color:#543B27;font-size:1.6em;margin:20px 0 5px 0;font-weight:normal;}
h2 {color:#996600;font-size:1.4em;margin:0 0 5px 0;font-family:arial;}
h3 {color:#555;font-size:1.2em;margin:10px 0 2px 0;font-weight:normal;}
h4 {font-size:1.1em;color:#555;}
h5 {color:#333;font-size:1em;margin:0 0 5px 0;}
h6 {color:#222;font-size:0.9em;margin:0 0 5px 0;}

p, label {color:#555;font-family:arial;font-size:1.1em;}
p.sp {line-height:1.2em;margin-top:0;}
a {color:#996600;text-decoration:underline;}

ul, ol {margin-left:15px;}
ul {list-style:square;}

ul.map {list-style:none;}
ul.map li {margin:10px 0 5px 15px;}
ul.map li ul {list-style:none;}
ul.map li ul li {margin:5px 0 5px 20px;}

/* classes */
div.clear {clear:both;height:1px;}
div.header {cursor:pointer;}
div.content {overflow:hidden;}

td.fifty {width:48%;}
ul.list {list-style:none;}
ul.list li {padding:3px;}

.tnews {font-size:1.1em;}
.xright {text-align:right;}
.xsmall {font-size:0.9em;color:#666;}

/* hidden */
#printed_logo {display:none;}

/* containers */
#intro {margin:150px auto 0 auto;}
#page {width:900px;border:1px solid #c9c9c9;text-align:left;margin:8px auto 0 auto;background: url(../public/style/brown.jpg) top left repeat-y;}
#topic {position:relative;width:900px;height:510px;}
#left {float:left;width:296px;}

#logo {float:right;width:244px;}
#logo img {margin:0;}
#flag {display:block;margin:4px;text-align:center;}
#rhome {float:right;width:585px;height:510px;/*background: url(../public/style/arrow.jpg) top right no-repeat;*/}
#rhome ul {list-style:none;margin-left:5px;}
#rhome ul li {margin:0;padding:0;}
#rhome h1 {font-size:2.5em;color:#543B27;margin:20px 0 0 0;font-weight:normal;}
/*
#rhome h1 {font-size:2.5em;color:#996600;margin:20px 0 0 0;font-weight:normal;}
*/
#rhome a, #rhome img {color:#8d9095;margin:0;text-decoration:none;line-height:1.15em;}
#rhome span {font-size:1.4em;color:#d0d0d0;font-family:arial;font-weight:bold;}
#rhome span a {font-size:0.95em;color:#d0d0d0;font-family:arial;font-weight:bold;}

#menu {float:right;width:235px;text-align:right;padding-right:8px;}
#menu h1 {font-size:2.2em;color:#543B27;margin:10px 0 0 0;font-weight:normal;}
#menu ul {list-style:none;}
#menu ul li {margin:0;padding:0;}
#menu a {font-size:1.3em;color:#fff;margin:0;text-decoration:none;}
#menu a.slim {font-size:1.2em;font-family:arial;}

#right {float:right;width:580px;margin:10px 10px 0 0;}
#right h1 {margin-bottom:15px;border-bottom:3px solid #eee;}
#right table {width:100%;}
#right td {vertical-align:top;padding:5px;}
#right td p {margin:0;}
#right a, #right td {font-family:arial;}
#right img {margin:0 0 0 13px;}

#foot {clear:both;margin-left:296px;height:54px;}
#foot p {margin:0 0 4px 14px;}
#foot span {color:#996600;font-size:1.2em;margin:0 10px 3px 10px;}
#foot a {font-size:1.2em;color:#996600;margin:0;text-decoration:none;}
#foot button {text-decoration:none;border:none;}
#foot button img {vertical-align:middle;}

#area {height:25px;background:#eee;text-align:center;padding-top:5px;color:#666;font-family:arial;}
#subscribe {clear:both;width:418px;height:193px;}

#smenu {text-align:right;font-size:0.9em;color:#666;margin-bottom:20px;}

#credits {width:900px;margin:15px auto 0 auto;font-family:arial;}
#credits a {font-family:arial;}


/**
Stylesheet: Slideshow.css
	CSS for Slideshow.

License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
	
HTML:
	<div class="slideshow">
		<div class="slideshow-images" />
		<div class="slideshow-captions" />
		<div class="slideshow-controller" />
		<div class="slideshow-loader" />
		<div class="slideshow-thumbnails" />
	</div>
	
Notes:
	These next four rules are set by the Slideshow script.
	You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/
#show {width:500px;margin:0 auto 65px auto;}
.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	width:100%;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow {
	height: auto;
	margin: 0 auto;
	width: 100%;
}
.slideshow a img {
	border: 0;
}

/**
HTML:
	<div class="slideshow-captions">
		...
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the captions animation.
*/

.slideshow-captions {
	background: #000;
	bottom: 0;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10000;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .8;
}

/**
HTML:
	<div class="slideshow-controller">
		<ul>
			<li class="first"><a /></li>
			<li class="prev"><a /></li>
			<li class="pause play"><a /></li>
			<li class="next"><a /></li>
			<li class="last"><a /></li>
		</ul>
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the controller animation.
*/

.slideshow-controller {
	background: url(../public/style/controller.png) no-repeat;
	height: 42px;
	left: 50%;
	margin: -21px 0 0 -119px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 238px;
	z-index: 10000;
}
.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden { 
	opacity: 0;
}
.slideshow-controller-visible {
	opacity: 1;
}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 12px;
}
.slideshow-controller a.active {
	background-position: 0 18px;
}
.slideshow-controller li {
	list-style: none;
}
.slideshow-controller li.first a {
	background-image: url(../public/style/controller-first.gif);
	left: 33px;
	width: 19px;
}
.slideshow-controller li.last a {
	background-image: url(../public/style/controller-last.gif);
	left: 186px;
	width: 19px;
}
.slideshow-controller li.next a {
	background-image: url(../public/style/controller-next.gif);
	left: 145px;
	width: 28px;
}
.slideshow-controller li.pause a {
	background-image: url(../public/style/controller-pause.gif);
	left: 109px;
	width: 20px;
}
.slideshow-controller li.play a {
	background-position: 20px 0;
}
.slideshow-controller li.play a.active {
	background-position: 20px 18px;
}
.slideshow-controller li.prev a {
	background-image: url(../public/style/controller-prev.gif);
	left: 65px;
	width: 28px;
}

/**
HTML:
	<div class="slideshow-loader" />
	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

/**
HTML:
	<div class="slideshow-thumbnails">
		<ul>
			<li><a class="slideshow-thumbnails-active" /></li>
			<li><a class="slideshow-thumbnails-inactive" /></li>
			...
			<li><a class="slideshow-thumbnails-inactive" /></li>
		</ul>
	</div>
	
Notes:
	Customize the active / inactive classes to affect the thumbnails animation.
	Use the !important keyword to override FX without affecting performance.
*/

.slideshow-thumbnails {
	bottom: -65px;
	height: 65px;
	left: 0;
	position: absolute;
	width: 100%;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 65px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 5px 1px 5px 0;
	padding-left:0;
	position: relative;
}
.slideshow-thumbnails a {
	display: block;
	float: left;
	padding: 0;
	position: relative; 
}
.slideshow-thumbnails a:hover {
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	opacity: .5;
}

