/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

BODY#template {
	margin-top: 5px;
}

Table#main {
	background-color: #FFFFFF;
	width: 955px;
	height: 800px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	
}


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

/* Content column */
TD#content-main {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top;
    height: 650px;
	width:708x;
}

/* Content column */
TD#content-right{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top;
	width: 100px;
	height: 650px;
}

/* Menu 1 column */
TD#menu_1 {
	vaertical-align: top;
	height: 147px;
	width: 955px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
	font-size: 12px;
}
TD#menu_1 DIV {
	width: 100%;
}
TD#menu_1 DIV A {
	color: #B90125;
	text-decoration: none;
	font-size: 11px;
	
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	background-color: #FFFFFF;
	filter: alpha(opacity='90', style='0');
	filter: alpha(opacity='90', style='0');
	width: auto;

	
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	background-color: #B90125;
	filter:alpha(opacity='90', style='0');
	width: auto;

}
TD#menu_1 DIV.menu1-level1-act A {
  color:#FFFFFF;
}


/* Menu 2 column */
TD#menu_2 {
	vertical-align: top;
	width: 193px;
	background-repeat : no-repeat;
	padding-top: 50px;
	height: 650px;
}
TD#menu_2 DIV {
	width: 100%;
}
TD#menu_2 DIV A {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
TD#menu_2 DIV A:hover {
	text-decoration: underline;
}
TD#menu_2 DIV.menu2-level2-no {
	border-bottom: 0px dotted #999999;
	font-weight:bold;
	font-size: 12px;
	padding-top:2px;
	padding-left:5px;
	filter:alpha(opacity='90', style='0');
	width: 188px;
	background-color: #B90125;
	color: #0000FF;
}
TD#menu_2 DIV.menu2-level2-act {
	border-bottom: 0px solid #999999;
	font-weight:bold;
	font-size: 12px;
	padding-top:2px;
	background-color: #FFFFFF ;
	filter:alpha(opacity='90', style='0');
	padding-left: 5px;
	width: 188px;
}
TD#menu_2 DIV.menu2-level2-act A {
  color:#B90125;
}
TD#menu_2 DIV.menu2-level3-no {
	border-bottom: 0px dotted #999999;
	font-size: 11px;
	padding-top:2px;
	padding-left:20px;
	width: 175px;
	font-weight:bold;
	
}

TD#menu_2 DIV.menu2-level3-no A {
  color: #B90125;
}

TD#menu_2 DIV.menu2-level3-act {
	border-bottom: 0px solid #999999;
	font-size: 11px;
	padding-top:2px;
	padding-left: 20px;
	width: 175px;
	font-weight:bold;
}
TD#menu_2 DIV.menu2-level3-act A {
  color: #FFFFFF;
}


/* 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;
}
