#head {
	background-color : #9999cc;
	HEIGHT: 150px;
	z-index:2;
}
h1 {
	font-size: medium;
}
#logo {
	LEFT: 5px;
	WIDTH: 125px;
	POSITION: absolute;
	TOP: 5px;
	HEIGHT: 125px;
	background-image : url(../img/logo.gif);
	background-repeat : no-repeat;
		z-index:5;
}
#headline {
	LEFT: 150px;
	TOP: 5px;
	WIDTH: 536px;
	POSITION: absolute;
	HEIGHT: 100px;
	background-image : url(../img/logo3.gif);
	background-repeat : no-repeat;
		z-index:5;
}
#logo2 {
	RIGHT: 5px;
	LEFT: auto;
	WIDTH: 125px;
	POSITION: absolute;
	TOP: 5px;
	HEIGHT: 125px;
	background-image : url(../img/logo2.gif);
	background-repeat : no-repeat;
		z-index:5;
}
#gw_logo {
	LEFT: 150px;
	WIDTH: 568px;
	POSITION: absolute;
	TOP: 100px;
	HEIGHT: 36px;
	background-image : url(../img/gw_banner.gif);
	background-repeat : no-repeat;
		z-index:5;
}

#navigation {
	LEFT: 0px;
	WIDTH: 150px;
	POSITION: absolute;
	TOP: 0px;
	background-color :#9999cc;
	Height: 100%;
		z-index:1;
}
#navi_menu {
	LEFT: 0px;
	WIDTH: 150px;
	POSITION: absolute;
	TOP:150px;
		z-index:2;
}
#content {
	RIGHT: 0px; LEFT: 160px; WIDTH: auto; POSITION: absolute; TOP: 155px; HEIGHT: auto
}
#content2 {
	RIGHT: 0px; LEFT: auto; WIDTH: 200px; POSITION: absolute; TOP: 155px; HEIGHT: 200px; 
}
BODY {
	FONT-SIZE: x-small; MARGIN: 0px; COLOR: #000000; FONT-FAMILY: helvetica, arial, geneva, sans-serif; BACKGROUND-COLOR: #ffffff
}

/* Menu 1 column */
#menu_1 {	
TOP:160px;
	
	position: absolute;
	width: 150px;
	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: 12px;
  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: 12px;
  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: 12px;
  padding-left:20px;
}
/*  MENU 1, level 2, active state (ACT) */
#menu_1 DIV.menu1-level2-act {
  font-size: 12px;
  font-weight:bold;
  padding-left:20px;
}




