html {
	overflow-y:scroll;
	height: 100%;
}
	
body {
	margin: 0px;
	background:url(../gfx/bg.gif) no-repeat #FFFFFF;
	color: #000000;
	height: 85%;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.5em;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
	margin: 0px;
	line-height: 1.5em;
}


a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #C8C8C8;
}

a.mainlevel#active_menu {
	color: #E98517;
	outline: none;
}


#rcas {

}

#menubox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 360px;
	
	
	font-weight: bold;
	font-size: 13px;
	line-height: 1.6em;
	text-align:right;
}

#rcaslogo {
	position: absolute;
	top: 16px;
	left: 40px;
	width: 220px;
	height: 94px;
	background:url(../gfx/rcas_logo.gif) no-repeat;
}

#mainmenu {
	position: absolute;
	top: 134px;
	left: 0px;
	width: 180px;
}

#mainmenu ul {
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
}

#controlmenu {
	position: absolute;
	top: 288px;
	left: 0px;
	width: 180px;
}

#controlmenu ul {
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
}

#menubox_sep_toLeft {
	position: absolute;
	top: 350px;
	left: 0px;
	background: url(../gfx/sep_toLeft.gif) no-repeat;
	width: 302px;
	height: 58px;
}


#separator {
	position:absolute;
	left: 300px;
	top: 55px;
}


#separator_toRight {
	background: url(../gfx/sep_toRight.gif) no-repeat;
	width: 30px;
	height: 28px;
	float: left;
}

#separator_line_leftRight {
	margin: 55px 146px 0px 330px; 
	border-top: 2px solid #3F3F3F;
	height: 26px;
}

#separator_line_topDown {
	margin: 0px 0px 0px 300px; 
	border-left: 2px solid #3F3F3F;
	height: 100%;
	font-size: 1px;
}

#separator_line_topDownFinish {
	margin: -1px 0px 0px 300px; 
	font-size: 1px;
	background: url(../gfx/sep_topDownFinish.gif) no-repeat;
	width: 2px;
	height: 10px;
}





#dlr_logo_box {
	font-size: 1px;
	position:absolute;
	top: 0px;
	right: 0px;
	width:146px;
	height: 120px;
	
	/*border: 1px solid #0000FF;*/
}

#dlr_logo {
	background:url(../gfx/dlr_logo.gif) no-repeat;
	width: 75px;
	height: 62px;
	position:absolute;
	top: 8px;
	right: 28px;
}

#dlr_logo_sep {
	position: absolute;
	top: 55px;
	height: 23px;
}

#dlr_logo_sep_flow {
	background: url(../gfx/sep_flow.gif) no-repeat;
	width: 56px;
	height: 23px;
	float: left;
}

#dlr_logo_sep_line {
	background-color:#3F3F3F;
	position: absolute;
	width: 90px;
	height: 2px;
	left: 55px;
	top: 21px;
	clear: left;
}



#contentbox{
	padding-right: 18px;
	position: absolute;
	top: 84px;
	left: 352px;
	
	/*border: 1px solid #00FF00;*/
}

#contentbox a {
	color: #E98517;
}

#contentbox a:hover {
	text-decoration: underline;
}

#contentbox img {
	position: absolute;
	top: 330px;
	left: -307px;
	border: 1px solid #C8C8C8;
}

.componentheading {
	visibility: hidden;
	position: absolute;
	top: -60px;
	left: 0px;
}

img.flag {
	position: static; 
	border: 0px;
}

.contentheading {
	font-weight: bold;
	font-size: 24px;
	padding: 0px 0px 15px 1px;
}
