/* CSS Document */
body{
font-family:Arial, Sans-serif;
font-size:12px;
font-weight:normal;
margin:0px;
background-color:white;
background-image: url(images/tile.gif);
background-repeat: repeat-x;
}

.wrapper{
width:900px;
height:800px;
float:left;
margin:0px;
}

.top{
margin:0px;
float:left;
}

.side{
background-image: url(images/side.jpg);
background-repeat: no-repeat;
width:236px;
height:601px;
float:left;
margin-top:-3px;
}

.sidenav{
width:200px;
margin-top:10px;
}

/* First  Level UL tags */

.nav, .nav ul{
padding: 0;
margin: 0;line-height: 1;
list-style: none;
height:18px;
}

/* First Level Links */

.nav li{
float: bottom;
}

.nav li a{
background-image: url(images/butback.gif);
background-repeat: no-repeat;
width: 200px;
height:18px;
display: block;

color: #fff;
text-decoration: none;
     
padding: 3px 0px 0px 5px;
font:11px Arial, sans-serif;
text-align:left; text-indent:15px;
margin-right:1px;
}

.nav li a:hover{
background-image: url(images/butbacko.gif);
background-repeat: no-repeat;
color: #fff;
display: block; height:18px;
}


/* Hide the drop-downs until mouseover */
     
.nav li ul{
width: 139px;
}
     
/* Show the drop-downs on mouseover */     

.nav li:hover ul, .nav li.sfhover ul{
left: auto;
}


h1{
font-size:11px;
font-weight:normal;
color:white;
float:left;
margin-left:-230px;
margin-top:130px;
}

h1 a{
color: white;
text-decoration: none;
}

h1 a:hover{
color: white;
text-decoration: underline;
}

.maincontent{
float:left;
width:580px;
margin-top:-611px;
margin-left:120px;
}

html>body .maincontent{
margin-left:230px;
}

*:lang(en) .maincontent{
margin-top:-611px;
margin-left:230px;
}

.flash{
margin-top:20px;
float:left;
height:221px;
border: 1px rgb(0,0,0) solid;
}

.headerbar{
background-image: url(images/headerbar.jpg);
background-repeat: no-repeat;
width:565px;
height:39px;
margin-top:10px;
padding:10px;
color:white;
}

*:lang(en) .headerbar{
margin-top:240px;
}

.content{
float:left;
width:540px;
margin-left:2px;
text-align: justify;
}

img{
border:none;
}
