/* IMPORTS */
@import "mainmenu_css.css";


/* HTML */
body{
	background-color: #111;
}

div{
	font-family: Verdana;
	font-size: 11px;
}

img{
	border:0px;
}

/* CLASS */
.jflanguageselection{
	width:66px;
}

/* ID */
embed#expose{
	margin-top: 30px;
	margin-left:-690px;
}

div#headerbackground{
	height:222px;
	z-index: -10;
	background-color: #111;
	border-bottom:0px solid #FFF;
	margin-top:17px;
}

div#container{
	width:970px;
	border:0px solid #FFF;

	margin-top:-253px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
}

div#header{
	width:970px;
	padding-top:30px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#111;
}

div#components{
	float:left;
	width:970px;
	margin-top:-170px;
	padding-left:30px
}
	
div#language{
	float:left;
	position: relative;
	width: 670px;
	margin-top:10px;
}

div#main{
	float:left;
	width:970px;
	min-height: 380px;
	margin-top:-177px;
	/*background-color:#EFEFEF;*/
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background-color:#FFF;
}

div#leftCol{
	float:left;	
	width:150px;
}

div#centerCol{
	float:left;	
	width:800px;
	margin-left:10px;
	margin-bottom:10px;
}

div#content
.contentheading{
	float:left;
	width:670px;
	margin-left:-670px;
	margin-top:50px;
	font-size:12px;
	font-weight: bold;
}

div#content{
	z-index:-10;
}


div#rightCol{
	float:left;	position:relative;
	width: 150px;
}

div#spacer{
	float:left;
	width:150px;
	height:56px;
	border-left:1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color:#FFF;
	margin-bottom:30px;
}

div#disclaimer{
	float:left;
	width: 820px;
	margin-top:-89px;
	margin-left:151px;
	margin-bottom:30px;
	background-color: #FFF;
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #DEDEDE;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
}
