/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, H3 {
	font-family: verdana, arial;
	font-size: 14px;
                line-height: 1.5;
}

H1 { 	font-size: 18px;
	color: black;
}

H2 { 
	font-size: 16px;
}

H3 { 
	font-size: 10px;
	color: rgb(150,150,150);
}

P, H1, H2, H3 {margin: 0px 0px 5px 0px;}

body {
	margin: 0 0 0 0;
	background-color: black;

}

TD#header_1 {
	width: 760px;
	height: 157px;
}

TD#header_1 P {
	color: black;
	font-weight:bold;
}

TD#logo {
	width: 240px;
	height: 150px;
                background-color: white; 
}

TD#footer {
	background-color: rgb(230,230,230);
	text-align: left;
	padding-left: 40px;
	font-size: 10px;
	height: 40px;
	color: rgb(185,185,185);
}

TD#footer A {
	color: rgb(150,150,150);
}

/* Colleft column */
TD#colleft {
	padding-left: 31px;
	padding-right: 31px;
	padding-top: 31px;
	padding-bottom: 31px;
	vertical-align: top; 
	width: 148px;
	background-color: white;
}

/* Content column */
TD#content {
	padding-left: 1px;
	padding-right: 31px;
	padding-top: 31px;
	vertical-align: top; 
	width: 760px;
                border-right: 3px solid rgb(185,185,185);
	background-color: white;
}

/* Content column */
TD#content2 {
	padding-left: 31px;
	padding-right: 31px;
	padding-top: 31px;
	vertical-align: top; 
	width: 760px;
	background-color: white;
}

/**************************************************/
/* Search column */
TD#search {
	height: 43px;
                text-align: left;
               	border-top: 7px solid black;
	background-color: rgb(210,27,18);
	color: white;
}

/**************************************************/
/* Impress column */
TD#impress {
	height: 43px;
                /* padding-left: 31px; */
                text-align: center;
               	border-top: 7px solid black;
	background-color: rgb(210,27,18);
	color: white;
}


TD#news {
	background-color: rgb(220,220,220);
	text-align: left;
	vertical-align: top;
	padding-top: 40px;
	padding-left: 40px;
	font-size: 12px;
	color: black;
}

/**************************************************/
/* Menu 1 column */
TD#menu_1 {
	height: 43px;
	border-top: 7px solid black;
	/* vertical-align: top; */
	/* background: center 10px; */
	/* background-color: rgb(210,27,18); */
	color: white;
}

TD#menu_1 DIV {
	width: 175px;
}

TD#menu_1 DIV A {
	color: #blue;
	text-decoration: none;
}

TD#menu_1 DIV A:hover {
	font-weight:bold;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
	border-top: 1px solid navy;
	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;
}