body {
	background-color: #6f6f6f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
}

#logo {
	text-align:center;
	margin-top: 0px;
	border: 0px;
}

a {
	color: #3f3f3f;
}

a img {
	border: 0px;
}

#scrollableArea {
	top:90px; 
	he/ight:385px; 
	width: 750px; 
	float:left;
	over/flow:auto;
	margin: 30px 0px 0px 0px;
	bo/rder: 1px solid #333333;
}

#content_home {
	top:100px; 
	width:1106px; 
	he/ight:390px; 
	margin: 0px 0px 0px; 
	text-align:center;
	bo/rder: 1px solid #333333;
}

#text_home {
	margin: 20px 0px 0px 203px; 
	width:700px; 
	line-height:20px; 
	font-size:12px;
}

#frame, #content_frame {
	background-color: #FFF;
	position: absolute;
	left: 50%;
	text-align:left;
	width: 1106px;
	margin-left: -554px;
}

#content_frame {
	width: 1106px;
	margin-left: -554px;
}

#header {
	width: 1106px;
	height: 100px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#footer {
	width: 100%;
	border-top:3px solid #333333;
	height: 16px;
	left: 0px;
	text-align: right;
	background-color: #333333;
	margin-bottom: 20px;
}

#content {
	width:100%;
}

#main_navi {
	width: 100%;
	background-color: #333333;
	color: #333333;
	margin-bottom: 3px;
	border-top: 1px solid #333333; 
	border-bottom: 2px solid #333333; 
}

#sub_navi {
	width: 210px;
	height: 200px;
	margin: 20px 48px 0px 0px; 
	float: left;
	bo/rder: solid 1px;
}

#headline {
	width: 650px;
	margin: 0px 0px 20px 0px; 
	float:left;
}

#copy {
	width: 670px;
	margin: 0px 0px 0px 0px; 
	float:left;
}

#copy #image {
	float:right; 
	margin: 12px 0px 30px 25px;
}

#copy ul {
	margin: 0px 0px 10px 15px; 
	padding: 0px;
}

H1, H2 {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0px; 
}

H2 {
	font-size: 12px;
	color: #3f3f3f;
}

.copy {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	color: #3f3f3f;
	font-size: 12px;
	line-height:18px;
}

#main_navi a, #sub_navi a, #footer a {
	font-size: 14px;
	text-decoration:none; 
	margin: 5px 60px 20px 0px; 
	font-weight:bold;
	color: #FFF;
}

#main_navi a, #footer a {
	te/xt-transform:uppercase;
}

#sub_navi a {
	font-size: 12px;
	color: #333333;
}

#sub_navi a.thirdLevelNav, #sub_navi a.thirdLevelNav_active {
	font-size: 12px;
	text-transform:none;
}

#sub_navi li {
	margin: 10px 0px 0px 0px; 
	padding: 0px;
	list-style-type: none;
}

#sub_navi ul {
	margin: 0px 0px 10px 50px; 
	padding: 0px;
}

#sub_navi ul.thirdLevelNav {
	margin: 0px 0px 15px 15px; 
}

#sub_navi li.thirdLevelNav {
	margin: 5px 0px 0px 0px; 
}

#footer a {
	text-transform:uppercase;
	font-size:7pt;
}

.red, #main_navi a:hover, #main_navi a.active, #sub_navi a:hover, #sub_navi a.active, #sub_navi a:hover.thirdLevelNav_active, #sub_navi a.thirdLevelNav_active, #footer a:hover, #footer a.active, #header a {
	text-decoration:underline; 
}

.verticalNavi_label {
	margin: 0px 0px 5px 0px; 
}

.clear {
	clear:both;
	margin:0px;
}

#minHeight {
	float:right;
	height:390px;
	width:1px;
}

#ticker {
	width: 748px;
	padding: 2px;
	margin: 0px;
	font-size: 9x;
	background-color: #ece9e0;
	border: 1px solid #ece9e0;
	color: #35342f;
}

p {
	margin: 0px 0px 12px 0px;
}

#main_navi table {
	margin:2px 0px 0px 255px
}

/* Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  float:left; 
  margin: 0px 20px 20px 0px;
  text-decoration: none;
  height: 235px;
  width:200px;
}
  
a.tooltip:hover {
  background-color:transparent;
  }

a.tooltip img {
	margin-bottom:2px; 
	border: 1px solid #cccccc;
}

a.tooltip span {
  display: none;  
  top: -50%;
  left: -50%;
  text-decoration: none; 
}

a.tooltip span img {
	border: 0px;
}

a.tooltip:hover span {
  z-index: 1000;
  display: block;
  position: absolute; 
  border:1px;
  border-style:solid; 
  border-color:#cccccc; 
  background-color:#ffffff;
}