* {     font-size: 12px;
        line-height: 17px;
	font-weight: normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
     /* font-family: monospace; */          
	color: #000000;
	text-decoration: none;
     /* text-align: justify; */
}
body {  background-color: #ffffff;
}
a {     font-weight: bold;
        color: #000000;
}
b {     font-weight: bold;
        color: #888888;
}
a:hover {color: #ff9900;
}
h1 {    font-size: 14px;
        font-weight: bold;
        color: #888888;
}
table,tr {     padding:10px;
}
input,textarea { color: #000000;
}
td {    padding-top: 5px;
        padding-right: 25px;
}
div {   padding:0px;
        margin:0px;
}
*.small {font-weight: normal;
         font-size:10px;
}
*.error {font-weight: bold;
         font-size:10px;
		 color: #990000;
}
img {   border: none;
}


#body { margin:auto;
        padding:50px 0;
        width:1000px;
        height: 100%;
        background: #ffffff url('titleback.gif') top left no-repeat;
        position: relative;
}

#logo { position: absolute;
        top: 50px;
        left: 20px;
}

#page { position: absolute;
        top: 39px;
        left: 370px;
}

#title {float: left;
        clear: right;
        width: 590px;
        border-bottom: 1px solid #000000;
}

#menu { float: left;
        clear: right;
        width: 590px;
     /* border-bottom: 1px solid #000000; */
        padding: 10px 0;
}

#content {float: left;
        clear: right;
        width: 590px;
        border-bottom: 1px solid #000000;
        padding: 10px 0;
}

#footer {float: left;
        clear: right;
        width: 590px;
        text-align: right;
        padding: 10px 0;
}

#lang {float:right;
       clear:left;
}
.bottomborder {
        border-bottom: 1px dashed #888888;
        padding-bottom:15px;
        margin-bottom:15px; 
}


#start {display:block}
#publications {display:none}
#references {display:none}
#contact {display:none}


