/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
}

H1 { 	font-size: 15px;
	color: #FA9503;
}

H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

body {
	margin: 0 0 0 0;
	/* background-color: #024C2A; */
	background-color: black;

}

table {
	background-color: #CBF3C7; 
}

TD#logo {
	width: 160px;
	height: 160px;
	background-color: #00391F;
}

TD#header_1 {
	width: 800px;
	height: 160px;
	background-color: darkgreen;
}
TD#header_1 P {
	color: white;
	font-weight:bold;
}
TD#footer {
	/* background-color: #61A58B; */
	background-color: #62A67A;
	text-align: right;
	padding-right: 40px;
	font-size: 11px;
	font-weight:bold;
	vertical-align: middle;
	height: 40px;
	color: white;
}

TD#footer A {
	color:white;
}

/* Content column */
TD#content {
	padding-left: 31px;
	padding-right: 31px;
	padding-top: 31px;
	vertical-align: top; 
	width: 738px;
	background-color: white;
	border-left: 1px solid darkgreen;
}

/**************************************************/
/* Search column */
TD#search {
	vertical-align: top;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	width: 160px;
	background: center 10px; 
	background-color: #CBF3C7;
	color: black;
}

/**************************************************/
/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top;
	width: 160px;
	background: center 10px; 
	background-color: #CBF3C7;
	color: white;
}

TD#menu_1 DIV {
	width: 175px;
}

TD#menu_1 DIV A {
	/* color: darkgreen; */
	color: #00542E;
	text-decoration: none;
}

TD#menu_1 DIV A:hover {
	/* text-decoration: underline; */
	font-weight:bold;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
	border-top: 1px solid darkgreen;
	font-size: 11px;
	padding-top:5px;
	padding-left:15px;
	padding-bottom: 5px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
	border-top: 1px solid darkgreen;
	font-weight:bold;
	font-size: 11px;
	padding-top:5px;
	padding-left:15px;
	padding-bottom: 5px;
}

/* TD#menu_1 DIV.menu1-level1-act A:hover { */
/*	color:blue; */
/* } */

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
	font-size: 10px;
	padding-left:30px;
	padding-bottom: 5px;
	text-decoration: none;
}
/*  MENU 1, level 2, active state (ACT) */

TD#menu_1 DIV.menu1-level2-act A:hover {
	text-decoration: underline;
	font-weight:bold;
}

TD#menu_1 DIV.menu1-level2-act {
	font-size: 10px;
	font-weight:bold;
	padding-left:30px;
	padding-bottom: 5px;
}

/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
	font-size: 10px;
	padding-left:45px;
	padding-bottom: 5px;
	text-decoration: none;
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
	font-size: 10px;
	font-weight:bold;
	padding-left:45px;
	padding-bottom: 5px;
}