body {
    
    font-size:12px;
	font-family:arial,verdana;
	background-color:black;
}
#wrapper {
  padding:15px;
  background-color:white;
  width:800px;
  margin:auto;
}
#sliderContainer {
    width:800px;
    height:80px;
    overflow:hidden;
    white-space: nowrap;
}
#SP_1 td {
    width:120px;
    height:80px;
    border-right:1px solid white;
}
#SP_2 td {
    width:120px;
    height:80px;
    border-right:1px solid white;
}
.sliderPart {
    display:inline;
    float:left;
    position:relative;
}
#mainnav {
   
  background-color:black;
  
  background-repeat: repeat-x;
}
#mainnav #level0 td {
    text-align:left;
    background-image:url(/img/bg_mainnav.gif);
    background-color:black;
    padding:5px 10px;
	background-color:#666666;
	color:black;
}
#mainnav #level0 td.active {
    text-align:left;
    background-image:url(/img/bg_mainnav.gif);
    background-color:black;
    padding:5px 10px;
	background-color:#666666;
	color:black;
	font-weight:bold;
}
#mainnav #level0 td a{
    color:black;
    font-size:10px;
    text-decoration:none;
	padding:3px 10px;
}
#mainnav #level0 td.active a{ 
    font-family:arial,verdana;
    color:black;
    font-size:10px;
    text-decoration:none;
    font-weight:bold;
}
#contentContainer {
    background-color:white;
    font-size:12px;
    font-family:arial,verdana;
}
#newsTeaserContainer {
    background-color:#EEEEEE; 
    width:180px; 
    padding:12px; 
}

#newsTeaserContainer b {
    color:#007DFB;
}

#newsTeaserContainer a {
    color:#666666;
    text-decoration:none;
    font-weight:bold;
}
#newsTeaserContainer p {
    margin:3px 0px;
}
#metanav {
	position:relative;
	background-color:black;
    text-align:right;
    color:#333333;
    padding:5px;
    width:790px;
    margin:auto;
	padding:20px;
	padding:5px;
	height:35px;
}
#metanav a {
    color:#FFFFFF;
    font-size:10px;
    text-decoration:none;
	padding:0px 10px;
}
#metanav a:hover {
    color:#FFFFFF;
    font-size:10px;
    text-decoration:none;
}
#Header {
  text-align:right;
}
#bgLeft {
  background-image:url(/img/bg_left.png);
  width:1160px;
  background-repeat:no-repeat;
  background-position: top left;
  margin:auto;
}
#bgRight {
  background-image:url(/img/bg_right.png);
  width:1160px;
  background-repeat:no-repeat;
  background-position: top right;
}
