body
{
	margin-top:10px;
	margin-bottom:30px;
	margin-left:20px;
	font-family:Verdana;
	font-size:13px;
}

table#cadre
{
	width:798px;
    border:0px solid #000;
    margin:0px auto 0 auto;
}

td#banner 
{
	width:798px;
	height:130px;
	vertical-align:bottom;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding-bottom:5px;
	text-align:right;
	background-image:url(../design/banner.jpg);
}

td#menuBar
{
	width:798px;
	height:22px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-image:url(../design/menuBar.jpg);
}

td#underMenuBar
{
	width:798px;
	height:16px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-image:url(../design/underTitleBar.jpg);
	
}

td#content
{
	width:798px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-image:url(../design/content.jpg);
}

td#underContent
{
	width:798px;
	line-height:10px;
	font-size:2px;
	height:11px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-image:url(../design/underContent.jpg);
}

td#footer 
{
	width:798px;
	height:20px;
	font-size:10px;
	text-align:center;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-image:url(../design/footer.jpg);
}

td#underFooter
{
	width:798px;
	height:11px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	background-image:url(../design/underFooter.jpg);
}

div#contentText
{
	text-align:justify;
	margin-left:55px;
	margin-right:50px;
	margin-bottom:25px;
	margin-top:20px;
}

img
{
	border:none;
}

div#menuhtc 
{
	color: #000000;
	margin-left:30px;
	align:left;
}

#menuhtc a, #menuhtc a:visited, #menuhtc a:hover 
{
   	text-decoration: none;
	color: #000000;
}

* {
margin: 0;
padding: 0;
}


#menuhtc ul 
{ 
    color: #000000;
}

#menuhtc ul li 
{
   list-style-type:none;
   behavior:url('../styles/menu.htc');
   background:#FFFFFF;
   position:relative;
   display:inline;
   padding:3px 15px;
   cursor:pointer;
}

#menuhtc ul>li 
{ 
	display:table-cell;
	width:145px;
}

#menuhtc ul li:hover 
{ 
	background:#999999;
}

#menuhtc ul li ul 
{
   top:expression(this.parentNode.offsetHeight+"px");
   left:expression(0);
   border:solid 1px #000;
   position:absolute;
   visibility:hidden;
}

#menuhtc ul li:hover ul 
{ 
	visibility:visible; 
	z-index:200;
}

#menuhtc ul li ul li 
{ 
	display:block;
}