/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
H1 {
	font-size: 20px;
	color: #19407B;
}
H2 { font-size: 18px; }
H3 { font-size: 16px; }
H4 {
	font-size: 14px;
	color: #000066;
	padding-bottom: -20px;
}
P, H1, H2 {margin: 0px 0px 5px 0px;}
	a:link {
	color: #1F0C69;
	text-decoration: underline;
}
    a:hover {
	color: #84C225;
	text-decoration: underline;
}
    a:visited {
	color: #333333;
	text-decoration: underline;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336699;
	background-color: #DDE3F1;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336699;
}





.otable {
	max-width:950px;
	width:expression(document.body.clientWidth > 950? "950px": "auto" );
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-left: 3px;
	background-color: #FFFFFF;
	height: 200px;
	text-align: center;
}
#footer P {
	font-size: 11px;
}
a.foot:link, a.foot:visited {
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
	padding-right: 5px;
}
a.foot:hover {
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
	padding-right: 5px;
}
/* Content column */
TD#content {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	vertical-align: top;
}
/*  SEARCH ROW */
TD#search {
	text-align: right;
	height: 36px;
	vertical-align: middle;
}
/* Menu 1 column */
TD#menu_1 {
	vertical-align: top;
	width: 258px;
	background-color: #4F6ABB;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-bottom: 20px;
	background-image: url(../images/navtop.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
TD#menu_1 DIV {
	/*width: 95%;*/
}
TD#menu_1 DIV A {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
	display: block;
}

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

  background-color: #eeeeee;
  filter:alpha(opacity='70', style='0');
}
TD#menu_1 DIV.menu1-level1-act A {
  color: #1F0C69;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 13px;
  padding-left:15px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 13px;
  font-weight:bold;
  padding-left:15px;
}
/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  font-size: 13px;
  padding-left:30px;
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  font-size: 13px;
  font-weight:bold;
  padding-left:30px;
}
/*  MENU 1, level 4, normal state (NO) */
TD#menu_1 DIV.menu1-level4-no {
  font-size: 13px;
  padding-left:45px;
}
/*  MENU 1, level 4, active state (ACT) */
TD#menu_1 DIV.menu1-level4-act {
  font-size: 13px;
  font-weight:bold;
  padding-left:45px;
}
/*  MENU 1, level 5, normal state (NO) */
TD#menu_1 DIV.menu1-level5-no {
  font-size: 13px;
  padding-left:60px;
}
/*  MENU 1, level 5, active state (ACT) */
TD#menu_1 DIV.menu1-level5-act {
  font-size: 13px;
  font-weight:bold;
  padding-left:60px;
}





/*  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: 11px;
  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: 12px;
  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;
}
a.linktri:link, a.linktri:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1F0C69;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 25px;
	background-image: url(../images/linktrigreen.gif);
	background-repeat: no-repeat;
	background-position: left;
}
a.linktri:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1F0C69;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 25px;
	background-image: url(../images/linktripurple.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.tregion {
	background-image: url(../images/top_banner2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
	vertical-align: bottom;
	height: 175px;
}
hr {
	padding-top: 5px;
	padding-bottom: 5px;
}
.waterscape {
	height: 51px;
	width: 228px;
	background-image: url(../images/waterscape.gif);
}
