#logo_l {
	height: 113px;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 110px;
	background-image : url(../images/logo.gif);
	background-repeat : no-repeat;
}
#logo_r {
	height: 68px;
	right: 5px;
	position: absolute;
	top: 10px;
	width: 124px;
	background-image : url(../images/logo_blank.gif);
	background-repeat : no-repeat;
}
#head {
	height: 125px;
	left: 160px;
	right: 5px;
	position: absolute;
	top: 15px;
	width: auto;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 30px;
	color : #190B6D;
	font-weight : bolder;
}
#head2 {
	height: 125px;
	left: 190px;
	right: 5px;
	position: absolute;
	top: 45px;
	width: auto;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color : #190B6D;
}
#scrollpane {
	height: 125px;
	left: 160px;
	right: 5px;
	width: auto;
	position: absolute;
	top: 65px;
}

#info {
height: 100px;
left: auto;
position: absolute;
right: 5px;
top: 5px;
width: auto;
}

#subnavigation {
height: 25px;
left: auto;
position: absolute;
right: 5px;
top: 105px;
width: auto;
}

#navigation {
height: auto;
left: 5px;
position: absolute;
top: 140px;
width: 150px;
}


#content {
height: auto;
left: 160px;
right: 200px;
position: absolute;
top: 150px;
width: auto;
}

body             {
	font-family: helvetica, arial, geneva, sans-serif;
	font-size: x-small;
	color: #000000;
	margin: 0px;
	background-color : #FFFFFF;
}
h1 {
	font-size: medium;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: medium;
}
#menu_head {
	height: 125px;
	left: 160px;
	float:left;
	position: absolute;
	top: 120px;
	right:100px;
	width: auto;
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	color : #190B6D;
	text-align : left;
}

/* Menu 0 row */


/*  MENU 0, level 1, normal state (NO) */
/*************************************/
/* Menu 0 row */
/*#menu_head {	
	border-bottom: 1px solid #999999;
	float:left;
	width: 120px;
	font-weight:bold;
	font-size: 11px;
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	background-color: #eeeeee;
	filter:alpha(opacity='70', style='0');
	text-align : center;
	}
.menu_0 DIV {
	width: 95%;
}
*/
#menu_head DIV A {
	color: navy;
	text-decoration: none;
}
#menu_head DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
#menu_head DIV.menu0-level1-no {
width: 120px;
	float:left;
	text-align : center;
  border-bottom: 1px dotted #999999;
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;
  background-color: #eeeeee;
}
/*  MENU 1, level 1, active state (ACT) */
#menu_head DIV.menu0-level1-act {
width: 120px;
	text-align : center;
	float:left;
  border-bottom: 1px solid #999999;
  font-weight:bold;
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;

  background-color: #eeeeee;
}
#menu_head DIV.menu0-level1-act A {
  color:black;
}



/* Menu 1 column */
#menu_1 {	
	vertical-align: top; 
	position: absolute;
	width: 150px;
	top: 145px;	
	background-image: url(../images/menubackground.jpg);
	background-repeat : no-repeat;
	padding-top: 10px;
}
.menu_1 DIV {
	width: 95%;
}
#menu_1 DIV A {
	color: navy;
	text-decoration: none;
}
#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #999999;
  font-weight:bold;
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;

  background-color: #eeeeee;
  filter:alpha(opacity='70', style='0');
}
#menu_1 DIV.menu1-level1-act A {
  color:black;
}

/*  MENU 1, level 2, normal state (NO) */
#menu_1 DIV.menu1-level2-no {
  font-size: 11px;
  padding-left:15px;
}
/*  MENU 1, level 2, active state (ACT) */
#menu_1 DIV.menu1-level2-act {
  font-size: 11px;
  font-weight:bold;
  padding-left:15px;
}

/*  MENU 1, level 3, normal state (NO) */
#menu_1 DIV.menu1-level3-no {
  font-size: 11px;
  padding-left:25px;
}
/*  MENU 1, level 3, active state (ACT) */
#menu_1 DIV.menu1-level3-act {
  font-size: 11px;
  font-weight:bold;
  padding-left:25px;
}

/*  MENU 1, level 3, normal state (NO) */
#menu_1 DIV.menu1-level4-no {
  font-size: 11px;
  padding-left:35px;
}
/*  MENU 1, level 3, active state (ACT) */
#menu_1 DIV.menu1-level4-act {
  font-size: 11px;
  font-weight:bold;
  padding-left:35px;
}


