body {
	background-color: #004a72;
	height:100%;
	margin:0;
	padding:0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	}

a {
	color: #006699;
	text-decoration: none;
}

h1, h2, h3 {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	color: #0066CC;
	margin: 10px 0 3px;
}
h1 {
	font-size: 18px;
	color: #0077b2;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
table {border: #FFCC00 1px solid;}
td, th {padding: 3px;}
th {color: #006699; font-size: 95%;}
td {background-color: #FFFFFF;}
td {
	font-size: 11px;
	vertical-align: top;
}
form {
	margin: 10px 0 0;
}
input.fill, textarea.fill {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 2px 2px 3px 4px;
	margin-right: 20px;
	margin-top: -2px;
	border: #096 1px dashed;
}

#center {
	background-color: #ffdd00;
	position: absolute;
	width: 760px;
	margin-left: -380px;
	height: 602px;
	margin-top: -301px;
	top: 50%;
	left: 50%;
}
#menu {
	width: 754px;
	height: 26px;
	position: absolute;
	top: 139px;
	background-color: #FFDD00;
	border: #FFFFFF 3px solid;
	text-align: center;
	padding-top: 3px;
}
#menu ul {
	margin: 0;
}
#menu li {
	display: inline;
	list-style: none;
	margin-right: 28px;
}
#menu a {
	font: bold 15px Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	color: #0077b2;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	border: none;
}

#declar {
	position: absolute;
	width: 415px;
	height: 100px;
	left: 312px;
	top: 17px;
	background: transparent url(_img/top-bkg.jpg) center no-repeat;
	padding: 5px 10px;
	text-align: center;
}
#declar h1, #declar h2, #declar h3 {
	margin: 0;
}
#declar h3 {
	color: #CC0000;
	font-size:13px;
}
#declar p {
	margin: 2px;
	font-size: 11px;
	color:#003333
}

#eninfo {
	background: transparent url(/_img/en-info-bkg.gif) no-repeat;
	cursor: pointer;
	height: 23px;
	left: 3px; top: 2px;
	margin-bottom: -23px;
	position: relative;
}
#eninfo a{
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 2px 0 0 54px;
	height: 23px;
	width: 140px;
}

#content {
	width: 714px;
	height: 330px;
	overflow: auto;
	background: #ecf5d9 url(_img/content-bkg.jpg) fixed center no-repeat;
	border-left: #FFFFFF 3px solid;
	border-right: #FFFFFF 3px solid;
	padding: 10px 20px 10px;
}
#content p, #content ul {
	color: #003333;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	margin: 4px 0;
}
#content ul {
	list-style-image: url(/_img/dotball.gif);
	margin: 0 30px;
	padding: 0 5px;
}

#event {
	background-color: #FFF;
	padding: 8px;
	border-top: #FFCC00 1px solid;
	border-bottom: #FFCC00 1px solid;
	margin: 20px 5px;
}
#event img {
	float: left;
	padding: 2px;
	margin-right: 10px;
	border: #CCC 1px solid;
}
#event .data {
	float: right;
	font-size: 10px;
	color: #999999;
}
#event br {clear: both;}

#infoline {
	width: 754px;
	height: 20px;
	background: #FFDD00 url(_img/infoline-bkg.jpg) bottom;
	border-left: #FFFFFF 3px solid;
	border-right: #FFFFFF 3px solid;
	text-align: center;
	color: #003366;
	padding-top: 10px;
}

#thumbpic a:link img, #thumbpic a:visited img {
	border:  #CCC 1px solid;
	background-color: #FFF;
	padding: 2px;
	margin: 2px;
}
#thumbpic a:hover img  {
	border: #FF6 2px solid;
	margin: 1px;
}
#thumbpic a:active img  {
	border: #FF6 1px solid;
	background-color: #FFF;
	margin: 2px;
}

#counter {
	background-color: #004a72;
	color: #B4DCDB;
	font-size: 9px;
	padding-right: 15px;
	padding-top: 3px;
	text-align: right;
}
#splash {
	position:absolute;
	height: 600px;
	margin-top: -300px;
	top: 50%;
	width:100%;
	z-index:1;
	text-align: center;
}

.imgcenter {margin: 3px auto}
.imgright {
	background-color: #FFF;
	padding: 4px;
	border-right: #999999 1px solid;
	border-bottom: #999999 2px solid;
	float: right;
	margin-left: 15px;
}
.imgleft {
	background-color: #FFF;
	padding: 4px;
	border-right: #999999 1px solid;
	border-bottom: #999999 2px solid;
	float: left;
	margin-right: 15px;
}
.imgbdr {
	background-color: #FFF;
	padding: 4px;
	border-right: #999999 1px solid;
	border-bottom: #999999 2px solid;
}

.orange {color: #F60;}
