body {
	margin:0;
	padding:0;
	font: bold 12px Verdana;
	color:white;
background-image: url(/TooBoKouBackgroundC.gif); 
background-color: black;
background-repeat: no-repeat;
background-position:center;
background-attachment: fixed
}
/*Dynamic Drive CSS Library http://www.dynamicdrive.com/style/ */
.mattblacktabs{
width: auto;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
text-align:center;
}
.mattblacktabs ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
}
.mattblacktabs li{
display: inline;
margin: 0;
}
.mattblacktabs li a{
display: inline-block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border: 2px solid white;
/*border-right: 2px solid black; /*right divider between tabs*/
color: white;
background-color: transparent; /*background of tabs (default state)*/
}
.mattblacktabs li a:visited{
color: white;
}
.mattblacktabs li a:active{
background: #102B53; 
color: white;
} 
.mattblacktabs li.selected a{
border: 2px solid white;
background: #102B53;
}
.mattblacktabs li a:hover{
border: 2px solid #102B53;
background-color: transparent; 
color: white;
}
.highslide {
  cursor: /* url(../../highslide/graphics/zoomin.cur), */ pointer;
  outline: none;
}
.highslide-html {
  background-color: white;
}
.highslide-html-content {
	position: absolute;
  display: none;
	padding: 10px;
	background-color: #e7e7e7;
}
.control {
	float: right;
  display: block;
  margin: 0 5px;
	font-size: 9pt;
  font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
  cursor: move;
}
.highslide img {
	border: 3px solid white;
}
.highslide:hover img {
	border: 3px solid black;
}
.highslide-image {
  border: 5px solid white;
}
.highslide-caption {
  display: none;
  border: 0px solid blue;
  border-top: none;
  padding: 5px;
  margin-top: -1px;
  background-color: white;
  font-family: verdana;
  font-weight: bold;
  font-size: 10pt;
	color: black;
	a: black;
	text-align: center;
}
.highslide-caption a:visited {
	color: black;
}
.highslide-loading {
  display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
  text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
  background-color: black;
}
.highslide-display-block {
  display: block;
}
.highslide-display-none {
  display: none;
}
#Center-Calendar {
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -240px;/*  half the width */
} 
#Center-Experience {
	position: absolute;
	width: 400px;
	left: 48%;
	margin-left: -140px;/*  half the width */
} 
#Center-Calendar a, #Center-Calendar a:visited, #countrydivcontainer a, #countrydivcontainer a:visited { 
	color:white; 
	background:transparent; 
	text-decoration:underline; 
}
#Center-Calendar a:hover, #countrydivcontainer a:hover { 
	cursor: pointer;
	color:white; 
	background:transparent; 
	text-decoration:none; 
}
.centered { 
margin-left: auto; 
margin-right: auto; 
display: table; 
display: inline-block;
} 
.centeringContainer{
text-align: center;
}
#pscroller2{
width: 400px;
height: 120px;
border: 1px solid black;
padding: 5px;
background-color: #F0F0F0;
}
.rssclass .rsstitle{
font-weight: bold;
}
.rssclass .rssdate{
color: gray;
font-size: 85%;
}
.rssclass a{
text-decoration: none;
}
#left {
  float:left;
  width:400px;
  height:auto;
	margin-left:20px
}

#right {
  float:center;
  width:500px;
  height:auto;
}