/*

dark blue: #246991
medium blue: #00a6eb
light blue: #8dceeb

*/


body {
	margin: 0;
	font: 11px Verdana, Arial, sans-serif;
	color: #000;
}

img {
	border: 0;
	padding: 0;
}

ul {
	list-style-type: square;
}

input {
	font: 11px Verdana, Arial, sans-serif;
	color: #5189bd;
	background-color:#FFFFFF;
	border: 1px solid #246991;
}

label {
	display: block;
	width: 180px;
	float: left;
	margin: 0 6px 0 0;
}

textarea {
	font: 11px Verdana, Arial, sans-serif;
	color: #5189bd;
	border: 1px solid #246991;
	padding: 2px 5px;
}

select {
	font: 11px Verdana, Arial, sans-serif;
	border: 1px solid #246991;
}

embed {
	margin: 0;
	padding: 0;
}

h1 {
	font: bold 14px Verdana, Arial, sans-serif;
	color: #246991;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

h2 {
	font: bold 12px Verdana, Arial, sans-serif;
	color: #246991;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

h3 {
	font: bold italic 17px Verdana, Arial, sans-serif;
	color: #fff;
	float: right;
}

a { 	
	text-decoration: none;
	color: #00a6eb;
}

a:link { 	
}
	
a:visited { 
}

a:hover { 
	color: #8dceeb;
}

a:active { 
	color: #8dceeb;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th {
	background: #9ec4de;
	font-weight: normal;
}

td {
	padding: 2px 10px;
	border-bottom: 1px solid #9ec4de;
}

hr {
	color:#9ec4de;
	background-color:#9ec4de;
	border-bottom: 1px solid #9ec4de;
}


#site {
	width: 981px;
	display: block;
	margin: 0 auto;
}

/* ------------------------------------- top ----------------------------------------- */


#top {
	height: 102px;
	padding: 24px 0 12px 0;
	overflow: hidden;
}

#lang {
	display: none;
}


#logo {
	float: left;
}

#logo img {
	float: left;
	margin: 0 12px 0 0;
}

#contact {
	float: left;
	margin: 51px 0 0 0;
	width: 500px;
	color: #246991;
	font: 10px Verdana, Arial, sans-serif;
}

#metanav {
	display: none;
}

#query {	
	padding: 1px 5px;
	width: 140px;
	margin: 0 6px 0 10px;
	float: left;
}

#button {
	float: left;
}

#search {
	float: right;
}

#pic_right {
	display: none;
}
	

/* ------------------------------------- left ----------------------------------------- */

#left {
	display: none;
}


/* ------------------------------------- center ----------------------------------------- */

#center {
	float: left;
	width: 647px;
}

#head {
	display: none;
}

#content {
	margin: 12px 0;
	padding: 12px;
	background: #d3ebff;
	overflow: hidden;
}

#content li {
	margin-bottom:5px;
}

#content .flashheadline {
	margin: 0 0 10px 0;
}

#content .flashheadline object {
display: none;
}

#content .flashheadline embed {
display: none;
}

#content img {
	margin: 12px 12px 12px 0;
}

#content table {
	border:0 !important;
	padding:1px !important;
	margin:0 !important;
}

#content td {
	border:0 !important;
	padding:1px !important;
	margin:0 !important;
}


/* ------------------------------------- right ----------------------------------------- */

#right {
	display: none;
}

/* ------------------------------------- intro ----------------------------------------- */

#intro {
	display: none;

}

/* ------------------------------------- footer ----------------------------------------- */

#footer {
	display: none;
}

/* ------------------------------------- sitemap ----------------------------------------- */

.sitemaphead {
	background: #d3ebff;
	padding:4px;
	border: 1px solid #246991;
	height:16px;
	overflow:hidden;
}

.sitemaphead h2 {
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 5px 10px;
}

.sitemapoutput {
	overflow:hidden;
	margin: 5px 0;
}

.sitemapoutput {
	overflow:hidden;
	margin: 10px 0;
}

.sitemapoutput blockquote {
	margin: 5px 10px;
}

.sitemapoutput blockquote a {
	padding-left:10px;
	background-image:url(/_static/img/nav_arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

span.h1, span.h3, span.i {
display:block;
font-size:14px;
font-weight:bold;
color: #999999;
}