body{
	margin: 0px;
	padding: 0px;
	font-family: Lucida Sans unicode, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	background: #FFF;
}

td
{
    font-family: Lucida Sans unicode, Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

a{
	text-decoration: none;
	color: #37719b;
}

a:hover{
	text-decoration: underline;
}

a img{ border: none; }

h1, h2, h3, h4, h5, h6{
	 color: #37719b;
}

h1{ font-size: 2em; }
h2{ font-size: 1.8em; }
h3{ font-size: 1.6em; }
h4{ font-size: 1.4em; }
h5{ font-size: 1.2em; }
h6{ font-size: 1.1em; }

.wrapper{
	width: 800px;
	margin: 0 auto;
}

.menu{
	height: 45px;
	background: #336799;
}

.menu, .menu *{
	z-index: 100000;
}

.menu ul{
	margin: 0px;
	padding: 15px 0px 0px 0px;
	list-style: none;
	text-align: right;
}

.menu ul li{
	float: right;
	display: inline;
	padding: 0px 20px;
	font-weight: bold;
	font-size: 1.1em;
	position: relative;
	height: 30px;
}

.menu ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
}

.menu ul li ul{
	position: absolute;
	padding: 3px 0px;
	top: 30px;
	right: 0px;
	background: #5c85ad;
	text-align: right;
	width: 180px;
	display: none;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	zoom: 1;

}
.menu ul li ul li {
	float: none;
	display: block;
	height: auto;
	padding: 3px 15px;
}
.menu ul li ul li a{
	font-weight: normal;
	font-size: 0.9em;
}
.menu ul li ul li a:hover { text-decoration: underline;}

.container{
	background: #fff;
}

.content{
	width: 750px;
	padding-top: 0px;
}

.content_frontpage{
	width: 600px;
	float: left;
	padding: 0px;
	overflow: hidden;
}

.banner_frontpage{
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	clear: both;
}
.banner_frontpage, .banner_frontpage * {
	z-index: 1;
}

.sidebar_frontpage{
	width: 200px;
	float: right;
	padding: 0px;
}

.statement{
	color: #346392;
	font-weight: bold;
}

.simplesearch{
	float: right;
	padding-left: 20px;
	padding-right: 13px;
	margin-top: 14px;
}

.simplesearch_input{
	width: 100px;
	padding: 3px;
	border: 1px solid #3b5d83;
	border-right: 0px;
	font-size: 11px;
	color: #646464;
}

.simplesearch_button{
	width: 18px;
	padding: 2px;
	background: #fff url(images/search.png) center center no-repeat;
	border: 1px solid #3b5d83;
	border-left: 0px;
	text-indent: -100px;
	font-size: 11px;
	color: #000;
}

.sidebar_frontpage strong{
	color: #37719b;
}

.sidebar_frontpage .image{
	text-align: center;
	margin-top: 30px;
}


/* SEARCH */

.searchlist{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.searchlist li{
	margin-bottom: 10px;
}

.searchlist .search_header{
	display: block;
}

.searchlist .search_text{
	font-style: italic;
	display: block;
}

.searchlist .search_url{
	display: block;
	font-size: 0.9em;
	color: #666;
}

/* SEARCH END */

/* SLIDESHOW */

#slideshow 
{
	white-space: nowrap;
	margin-left: -14px;
	margin-right: -14px;
	margin-top: -10px;
	width: 775px;
	border: 1px dotted #bbb;
	border-left: 0px;
	border-right: 0px;
}
#slideshow div 
{
	padding-right: 20px;
}

.speedbuttons {
	text-align: right;
	display: block;
	margin-left: -14px;
	margin-right: -14px;
	width: 775px;
}
.speedbuttons a {
	margin-left: 10px;
}

/* SLIDESHOW END */
