/* GENERAL fonts */
P, OL, DIV, H1 {
	font-family: Arial,sans-serif;
	font-size: 12px;
}
H1 { font-size: 22px; }
H1 {margin: 0px 0px 5px 0px;}
body {background-color:#D6D3CE}
a:link {text-decoration: none ;color: #006699;}
a:visited {text-decoration: none ;color: #006699;}
a:active {text-decoration: none ;color: #006699;}
a:hover {text-decoration: underline ;color: #000000;}

TD#footer {border-top: dotted 1px white;}
TD#footer P {
	font-size: 8px;
	text-align: center;
}

/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top; 
	width: 600px;
	background-color:white
}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top;
	width: 150px;	
/*	background-image: url(../images/menubackground.jpg);*/
	background-color: white;
	background-repeat : no-repeat;
	padding-top: 18px;
}
TD#menu_1 DIV {
	width: 95%;
}
TD#menu_1 DIV A {
	color: Verdana;
	text-decoration: none;
	color: #0066999;
	font-weight: ;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
	color:black;
}



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

/*  MENU 1, level 2, ac */
  background-color: orange;
  filter:alpha(opacity='70', style='0');
}
/*
TD#menu_1 DIV.menu1-level1-act A {
  color:black;
}*/

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 15px;
  padding-left:20px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 15px;
  font-weight:bold;
  padding-left:20px;
  background-color: orange;
  filter:alpha(opacity='70', style='0');

}

/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: yellow;
  width: 50%;
  text-align: center;
  padding: 2px 4px 2px 4px;
}
TR#menu_2 TD A {
  color: yellow;
  font-size: 18px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {

  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}



/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: white;
  font-family: verdana, arial;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  padding: 10px 10px 50px 50px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}


