/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

DIV#header_1 {
/*		border-top: dotted 1px lightgrey; */
}

TD#footer {
	border-top: solid 1px lightgrey;
}
TD#footer P {
	background-color: #1c3f86;
	color: lightgrey;
	font-size: 10px;
	text-align: center;
}

/* Content column */
TD#content {
	border-top: solid 1px lightgrey;
	background-color: #6dadd9;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: top; 
	width: 760px;
}

/* Menu 1 column */
TD#menu_1 {
	border-top: solid 1px lightgrey;
	vertical-align: top; 
	width: 200px;	
/*	background-image: url(../images/contentbg.jpg);
	background-repeat : repeat; */
	background-color: #1c3f86;
	padding-top: 10px;
	padding-bottom: 40px;
}
TD#menu_1 DIV {
	width: 95%;
}
TD#menu_1 DIV A {
	color: lightgrey;
	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:4px;
  padding-left:5px;
  padding-bottom: 1px;
}
/*  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:4px;
  padding-left:5px;
  padding-bottom: 1px;
  background-color: #6dadd9;
  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-top: 2px;
  padding-left: 20px;
  padding-bottom: 1px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {	
  font-size: 10px;
  font-weight:bold;
  border-top: 2px solid #1c3f86;
  padding-top: 2px;
  padding-left:20px;
  padding-bottom: 1px;
  color: black;
  background-image: url(../images/menu2_act.gif) ;
  background-repeat: no-repeat;
	background-color: #6dadd9;
}
TD#menu_1 DIV.menu1-level2-act A {
  color: black;
}

