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

html {
  scrollbar-base-color: white;
  scrollbar-3d-light-color: white;
  scrollbar-arrow-color: #C7AE63;
  scrollbar-darkshadow-color: white;
  scrollbar-face-color: white;
  scrollbar-highlight-color: #C7AE63;
  scrollbar-shadow-color: #C7AE63;
  scrollbar-track-color: white;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
}

body {
	scrollbar-base-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: none;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 15px 15px;
	height: 100%;
}

#table {
    height: 100%;
    width: 100%;
    padding: 0;
	#position: relative;
	#top: 50%;
	display: table;
}

#table-cell {
    display: table-cell;
	vertical-align: middle;
	#position: relative;
	#top: -350px;
}

#page {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
	height: 700px;
	border: none;
	background-color: white;
	background-image: url(../images/default_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
}

.accessibility {
	display: none;
}

#site_name {
	display: none;
}

#box0 {
	position: absolute;
	top: 515px;
	left: 181px;
	height: 16px;
	width: 789px;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px none black;
	background-image: url(../images/newsticker_bg.jpg);
	overflow: hidden;
}

#box1 {
	position: absolute;
	top: 540px;
	left: 181px;
	width: 145px;
	height: 85px;
	margin: 0px;
	padding: 5px;
	border: 1px none black;
	background-image: url(../images/box_bg.jpg);
	overflow: hidden;
}

#box2 {
	position: absolute;
	top: 540px;
	left: 342px;
	width: 145px;
	height: 85px;
	margin: 0px;
	padding: 5px;
	border: 1px none black;
	background-image: url(../images/box_bg.jpg);
	overflow: hidden;
}

#box3 {
	position: absolute;
	top: 540px;
	left: 503px;
	width: 145px;
	height: 85px;
	margin: 0px;
	padding: 5px;
	border: 1px none black;
	background-image: url(../images/box_bg.jpg);
	overflow: hidden;
}

#box4 {
	position: absolute;
	top: 540px;
	left: 664px;
	width: 145px;
	height: 85px;
	margin: 0px;
	padding: 5px;
	border: 1px none black;
	background-image: url(../images/box_bg.jpg);
	overflow: hidden;
}

#box5 {
	position: absolute;
	top: 540px;
	left: 825px;
	width: 145px;
	height: 85px;
	margin: 0px;
	padding: 5px;
	border: 1px none black;
	background-image: url(../images/box_bg.jpg);
	overflow: hidden;
}

#box6 {
	position: absolute;
	top: 655px;
	left: 15px;
	width: 960px;
	height: 15px;
	margin: 0px;
	padding: 5px;
	border: 1px none black;
	background-color: none;
	overflow: hidden;
}

#gsearch {
	display: none;	
}

#gsearch_text {
	color: #C7AE63;
	border: 1px solid #CBC58B;
}

#gsearch_button {
	border: 1px solid #CBC58B;
	background: #CBC58B;
	color: white;
	padding: 0px;
}

#language_menu {
	position: absolute;
	bottom: 25px;
	right: 180px;
	z-index: 5000;
}

#language_menu a {
	font-weight: bold;	
}