html {
margin: 0;
padding: 0;
height: 100%;
}
 
body {
	margin: 0px;
	background-color: #000000;
	text-align: center;
}

.globalContainer {
	position: relative;
	height: 612px;
	width: 952px;
	background-color: #FFFFFF;
	margin: auto;
	text-align:left;
}

.contentSubContainer {
	margin-left: 34px;
}

.header {
	position: absolute;
	left:	0px;
	top: 0px;
	height: 37px;
	width: 100%;
}

.menuContainer {
	position: absolute;
	left: 745px;
	top:37px;
	height:575px;
	width:207px;
	background-image: url(/images/elements/bg_menu.jpg);
	background-repeat: no-repeat;
}

.menuEntries {
	position: absolute;
	width: 145px;
	margin-top: 150px;
}

.keyVisualContainer {
	position: absolute;
	background-color: #FF8D28;
	left: 0px;
	top: 37px;
	width: 255px;
	height: 575px;
}

.titleLine {
	margin-left: -34px;
}

.BCseperator {
	color: #CCCCCC;
}



/*  SCROLLING  */

#divUpControl {position:absolute; left:415px;top:93px; width:320px;height:30px; z-index:1; text-align: right}
#divDownControl {position:absolute; left:415px; top:556px; width:320px;height:30px; z-index:1;text-align: right}
#divContainer {
	LEFT: 256px; VISIBILITY: hidden;
	OVERFLOW: hidden; WIDTH:404px;
	CLIP: rect(0px 404px 550px 0px);
	POSITION: absolute;
	TOP: 30px;
	HEIGHT: 550px;
	background-image: url(/images/elements/bg_content.gif);
	background-repeat: no-repeat;
}
	
#divContent {
	LEFT: 0px;
	POSITION: absolute;
	TOP: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 24px;
}
h1 {
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #FF8D28;
	margin-bottom: 30px;
	margin-top: -2px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ABD99F;
	margin-top: 20px;
	margin-bottom: 18px;
	/*letter-spacing: 1px;*/
}

h3 {
	font-weight:bold;
	color:#999999;
	font-size: 13px;
}

pscoll { 
	font: normal 12px Arial, Helvetica, sans-serif;
}


ul {
	list-style-image:url(/images/elements/bullet_A.gif);
	font-weight:bold;
	font-size: 11px;
}

/*  LINKS  */

h2 a:link, h2 a:active, h2 a:visited {
	text-decoration: none;
	border:none;
	color: #ABD99F;
}

h2 a:hover {
	border-bottom:1px dashed;
}


#divContent a:link, #divContent a:active, #divContent a:visited {
	text-decoration: none;
	border:none;
	color: #ABD99F;
	font-weight: bold;
}

#divContent a:hover {
	border-bottom:1px dashed;
}

.accentText {
	font-weight:bold;
	color:#666666;
	font-size: 12px;
}

.linkBox {
	float:right;
	max-width: 135px;
	overflow: hidden;
	margin-left: 8px;
}

.normalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-align: left;
	font-weight:normal;
}