/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, TD { font-family: Arial,Helvetica,sans-serif; font-size: 12px; }
H1 { font-family: Arial,Helvetica,sans-serif; font-style: italic; font-weight: bold; color: #0076c0; font-size: 14px; }
H2 { font-family: Arial,Helvetica,sans-serif; font-weight: bold; font-size: 12px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}
A  {font-family:Arial; font-size: 12px; color: blue; text-decoration:underline; margin: 0px;}


BODY { background-color:#dcdcdc; }

.csc-sitemap-level1 { padding-left: 0px; color:red; }
.csc-sitemap-level2 { padding-left: 40px; }
.csc-sitemap-level3 { padding-left: 80px; }

TABLE#content { 
	width: 800px;
}

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

TD#header_1 {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	vertical-align: top; 
}


/* Content column */
TD#colNormal {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	vertical-align: top; 
}

TD#colRight {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	vertical-align: top; 
}

TR#menu_0 TD {
	width: 160px;
	text-align: center;
	vertical-align: middle;
	height: 29px;
	background-image: url(../images/menu_0bg.gif);
	background-repeat:no-repeat;

}

TR#menu_0 A {
	display: block;
	color: #327ab5;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial Narrow,Helvetica,sans-serif;
	font-size:12px;
}

TR#menu_0 A:hover {
	display: block;
	line-height: 28px;
	height: 29px;
	background-image: url(../images/menu_0abg.gif);
	background-repeat:no-repeat;
}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
/*	weidth: 160px;	*/
	height: 430px;
	background-image: url(../images/menubackground30.jpg);
	background-repeat : no-repeat;
	padding-top: 10px;
}
TD#menu_1 DIV {
	width: 160px;
}
TD#menu_1 DIV A {
	color: black;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#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) */
TD#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');
}
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: 10px;
  padding-left:10px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:10px;
}
/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  font-size: 9px;
  padding-left:15px;
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  font-size: 9px;
  font-weight:bold;
  padding-left:15px;}





/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: white;
  font-size: 10px;
  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: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}



