HTML, BODY, TD, INPUT {
	font-family : Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content {
	position: absolute;
	top: 133px;
	left: 40px;
	width: 670px;
	padding: 15px 10px 20px 20px;
	margin: 0;
	background-color: #BACDD2;
	border: solid 5px #ffffff;
}


BODY {
	background-color : #ffffff;
	color : #000000;
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

H1  {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight : normal;
}

H2  {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight : normal;
}

H3  {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
}

P  {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	line-height : 14pt;
}

P.picture  {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top : 3pt;
	margin-bottom : 3pt;
	line-height : 14pt;
}

P.teaser  {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom : 8pt;
	line-height : 14pt;
}

TD.standardcell  {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

TD.headercell  {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.highlight {
	font-weight : bold;
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.normal {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


.link, a.s2d {
	font-weight : bold;
	text-decoration : underline;
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

TD.s2d  {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


#header {
	width: 100%;
	height: 90px;
	margin: 0px;
	padding: 0px;
	background: #595959  no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

#obentop {
	position: absolute;
	top: 5px;
	left: 45px;
	width: 930px;
	text-align: right;
	margin: 0;
	padding: 0;
}

#obentop p {
	font-size: 80%;
	display: inline;
	margin: 0;
	color: #BACDD2;
}

#obentop a {
	font-size: 80%;
	display: inline;
	text-decoration: none;
	margin: 0;
	color: #BACDD2;
}	

#obentop a:hover {
	text-decoration: underline;
}


#menuBar {
	position: absolute;
	top: 58px;
	left: 45px;	
	width: 930px;
	height: 50px;
	text-align: right;
	margin: 0;
	padding: 0;
}

ul.menuBar {
	margin: 0;
	padding: 7px 0px 7px 16px;
}

li.menuButton {
	display: inline;
	list-style: none;
}

a.menuButton  {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 7px 10px 7px 10px;
	background: url("../button.gif") repeat-x top right;
}

a.menuButtonActive, a.menuButton:hover {
	position: relative;
	top: 20px; 
	left: 0px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 27px 10px 7px 10px;
	background: url("../buttonactive.gif") repeat-x top right;
}

.menu {
	background-color: #E58D0F;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	visibility: hidden;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	z-index: 20;
}

a.menuItem, a.menuItemActive {
	color: #ffffff;
	background-color: transparent;
	display: block;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: solid 1px #ffffff;
}

a.menuItem:hover, a.menuItemActive {
	background-color: #E58D0F;
	color: #1E587C;
}

#topper {
	width: 930px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background : #1E587C no-repeat;	
	position: absolute;
	top: 133px;
	left: 45px;
}

#toppertop {
	position: absolute;
	top: 138px;
	left: 50px;
	width: 200px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	filter:Alpha(opacity=40);
	-moz-opacity:0.40;
	opacity:20%;
}



#sidebar {
	position: absolute;
	top: 433px;
	left: 745px;
	width: 205px;
	padding: 5px 10px 10px 10px;
	margin: 0;
	border-top: solid 5px #ffffff;
	border-right: solid 5px #ffffff;
	border-left: solid 5px #ffffff;
	border-bottom: none;
}