body
{
	position:absolute;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:url("bg.png") repeat-x;
}

#maincontent
{
	position:fixed;
	left:15%;
	top:0px;
	width:70%;
	bottom:10px;
	font-family:Calibri,Arial-Narrow;
	overflow:auto;
	text-align:center;
}

#header
{
	position:fixed;
	z-index:1;
	width:100%;
	top:0px;
	left:0px;
	height:100%;
	/*border:1px solid black;*/
	background: url("top.png") no-repeat center top;
}

#content_overflow
{
	position:absolute;
	overflow:auto;
	top:135px;
	bottom:10px;
	left:0px;
	padding-top:100px;
	width:100%;
	z-index:5;
}

#content
{
	position:absolute;
	top:0px;
	bottom:0px;
	left:120px;
	width:630px;
	border:1px solid blue;
	border-top:none;
	padding-left:65px;
	padding-right:65px;
	padding-top:0px;
	padding-bottom:2px;
	text-align:justify;
	background:white url("bg_content.png") repeat-x;
}

a
{
	text-decoration:none;
	color:#09c;
}

/*a:hover
{
	background:#999;
}*/

.linkbutton{
	border:solid 1px #09c;
	background:lightblue;
}

.linkbutton:hover{
	background:lightblue;
}

.extender
{
	position:absolute;
	background:window;
	color:windowText;
	border:solid 1px lightblue;
}

.submenu, .subLevel
{
	border:1px solid lightblue;
	position:absolute;
	visibility:hidden;
}

.extender ul,.extender ul li
{
	list-style:none;
	margin:0px;
	padding:0px;
}

.selected
{
	background-color:Highlight;
	color:HighlightText;
}

#menudiv li
{
	left:0px;
}

#headMenu_ItemSelection
{
	z-index:30;
	position:absolute;
	display:block;
	background:lightblue;
	border:1px solid blue;
	width:0px;
	top:0px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#headMenu_ItemSelection a
{
	position:absolute;
	z-index:30;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
}

#headMenu li
{
	z-index:20;
	padding:5px;
	padding-top:10px;
}

#headMenu
{
	z-index:30;
}

#headMenuDiv
{
	position:relative;
	z-index:30;
	width:530px;
	height:20px;
	padding-top:100px;
	text-align:left;
}

#menudiv a
{
	padding-left:30px;
}

#leftMenu
{
	position:relative;
	width:150px;
	padding:0px;
	margin:0px;
	float:left;
	z-index:20;
}

#leftMenu ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

#leftMenu a
{
	display:block;
	color:black;
	width:150px;
}

#leftMenu_ItemSelection
{
	position:absolute;
	height:100%;
	width:100%;
	background:lightgrey;
	border:solid 1px gray;
	opacity:0.5;
	filter:alpha(opacity=50);}

.firstLevel
{
	color:red;
}

.subLevel
{
	color:black;
}