body {
	font-size: 80%;
	margin: 5px auto;
	width: 960px;
	padding: 0px;
	border: 0px solid rgb(159,182,213);
	font-family: "trebuchet ms", arial, sans-serif; /*trebuchet ms */
}

div {
	border: 0px solid red;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 15px;
}
.menu_pic {
	border: 1px solid white;
}
.menu_pic:hover {
	border: 1px solid rgb(0,147,221);
}
.hl {
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}
.hl:hover {
	color: red;
	border: 2px solid rgb(0,147,221);
}
.sname{
	font-size: 1px;
	height: 1px;
}
.found{
	background-color: rgb(240,242,133);
}
span
{
	background-color: rgb(240,242,133);
}

a {
color: rgb(40,22,111);
}
a:hover {
color: rgb(0,147,221);
}

.tdx {border: 1px solid rgb(102,122,179);}

#headerbg {
	width: 960px;
	height: 113px;
	margin-top: 0px;
	background: url('./img/header_bg.jpg');
	
}

#headeren {
	width: 960px;
	height: 113px;
	margin-top: 0px;
	background: url('./img/header_en.jpg');
	
}

#globalmenu {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	width: auto;
	font-size: 8pt;
}

.menu {
	width: 960px;
	height: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
	background: url('./img/menu.jpg');
	font-size: 14px;
	color: white;
	font-weight: bold;
}

.menu a {margin-left: 5px; margin-right: 5px;}
.menu a:hover {color: white;}

#navigation{
	float: left;
	width: 180px;
	margin-left: 5px;
	margin-top: 10px;
	background-color: white;
}

#qmenu {
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 15px;
	width: auto;
}
#qmenu2 {
	float: left;
	margin-top: -15px;
	margin-right: 0px;
	width: auto;
}

#cc {
	border: 0px solid red;
	border-top: 1px dotted rgb(102,122,179);
	margin-right: 5px;
	margin-left: 5px;
	width: 95%;
}

#content {
	margin-top: 45px;
	margin-left: 195px;
}
#footer {
	clear: both;
	height: 35px;
	background: url('./img/footer.jpg');
	margin-top: 15px;
	border-top: 15px solid white;
	background-color: rgb(159,182,213);	
	text-align: center;
	font-size: 8pt;
}

.table {clear: right; margin: 0.5em 0px 0.2em 0px; empty-cells: show; border-collapse: collapse;}
.table tr {margin: 0px; padding: 0px; border-bottom-style: solid; border-bottom-width: thin;}
.table td {padding: 2px 7px 2px 7px; border: solid 1px rgb(150,150,150); text-align: left; font-size: 90%;}


/******************************/
/* SECTION 4 - SUB-NAVIGATION */
/******************************/
.nav-sub {clear: both; float: left; width: 180px; min-height: 500px; height: auto !important; height: 500px; margin: 0px; padding: 0px; background-color: white; border: solid 0px rgb(200,200,200);}
.nav-sub ul {float: left;	list-style: none; width: 180px;	margin: 0px; padding: 0px;}	
.nav-sub li {margin: 0px; padding: 1px;}
.nav-sub li.title {vertical-align: top; margin: 0px; padding: 0px 5px 4px 20px; color: rgb(100,100,100); text-transform: uppercase; font-weight: bold; font-size: 140%;}

.nav-sub li.group a {
	display: block;
	min-height: 1.5em;
	height: auto !important;
	height: 1.5em;
	line-height: 1.5em;
	margin: 3px 0px 0px 0px;
	padding: 0px 3px 0px 10px;
	border-top: solid 0px rgb(0,0,100);
	border-left: solid 10px rgb(201,198,234);
	color: rgb(0,0,100);
	font-weight: normal;
	font-size: 120%;
	background-color: #9FB6D5;
}
.nav-sub li a {
	display: block;
	min-height: 1.5em;
	height: auto !important;
	height: 1.5em;
	line-height: 1.5em;
	margin: 0px 0px 0px 5px;
	padding: 0px 2px 2px 10px;
	border-left: solid 4px rgb(102,122,179);
	border-right: solid 3px white; 
	text-decoration: none;
	font-size: 90%;
	background-color: rgb(159,170,211); /* #9FB6D5;*/
}
.nav-sub li a.selected {

border-left: solid 3px white; 
border-right: solid 3px rgb(102,122,179);
background-color: rgb(102,122,179); 
color: white; 
text-decoration: none;}
.nav-sub li a:hover 
{
border-left: solid 3px white; 
border-right: solid 3px rgb(102,122,179);
background-color: rgb(102,122,179); 
color: white; 
text-decoration: none;}