/* GENERAL fonts */
P, OL, UL, DIV, SPAN, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
}

/* Header Styles */
H1 {
	font-size: 16px;
	}

H2 {
	font-size: 13px;
	padding-top: 5px;
	}

P, H1, H2 {margin: 0px 0px 5px 0px;}

/* Footer config */

TD#footer {
	border-top: none; 
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	 }


TD#footer P {
	font-size: 9px;
	color: #BE001A;
	text-align: right;
	vertical-align: text-bottom;
	padding-right: 10px;
	padding-top: 2px;
	
}

.contenttable {
 font-family : Verdana, sans-serif;
 font-size : 16px;
 vertical-align: top;
}

/* In Text Hyperlinks */
a:link {
 color: #BE001A;   
 text-decoration: none;
}

a:visited {
  color: #BE001A;   
 text-decoration: none;
}

a:hover {
  color: #BE001A;
 text-decoration: underline;
}

/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	vertical-align: top; 
	width: 550px;
}

TD#content H1{
	color: #BE001A;	
	padding-left: 0px;
	}
	
TD#content H2{
	color: #BE001A;
	}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	width: 137px;
	height: 420px;	
	background-image: url(../images/leftnav.gif);
	background-repeat : no-repeat;
	padding-top: 30px;
	padding-left: 20px;
}
TD#menu_1 DIV {
	width: 95%;
	vertical-align: center;
}
TD#menu_1 DIV A {
	color: #E2E0E1;
	text-decoration: none;
	vertical-align: center;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
	vertical-align: center;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
 /* border-bottom: 1px dotted #BE001A; */
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;
  vertical-align: center;
  text-decoration: none;
  font-weight: normal;
}

/*  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;
  vertical-align: center;
  font-weight: normal;

  background-color: #BE001A;
  filter:alpha(opacity='65', style='0');
}
TD#menu_1 DIV.menu1-level1-act A {
  color: #E2E0E1;
  vertical-align: center;
  font-weight: normal;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 10px;
  padding-left:20px;
  vertical-align: center;
  font-weight: normal;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 10px;
  font-weight: bold;
  padding-left:20px;
  vertical-align: center;
}

/* MENU 2, general
TD#menu_2 {	
	width: 750px;	
	background-image: url(../images/navtop.gif);
	background-repeat : no-repeat;
	text-align: right;
	padding-right: 20px;
}

TD#menu_2 SPAN A {
	color: #E2E0E1;
	text-decoration: none;
}

TD#menu_2 SPAN A:hover {
	text-decoration: underline;
}

/*  MENU 2, level 1, normal state (NO) 
TD#menu_2 SPAN.menu2-level1-no {
  
}

/*  MENU 2, level 1, act 
TD#menu_2 SPAN.menu2-level1-act {
  
  font-weight: bold;
}

/* 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;
}
TABLE.contenttable TD { vertical-align:top; }