body {
	background-color: white;
	margin: 0px;
	padding: 0px;
}

body, div { font-family: 'calibri', helvetica, verdana, arial, sans-serif ; font-size: 9pt; }

div{
	border:0px solid red;
}

A IMG { border: none; }

.TopLine{
width:920px;
height:74px;
}

p{
text-indent:10px;
}
.logo{
float:left;
width:250px;
}

img{
margin:0;
}
.menubar{
float:left;
text-align:left;
width:650px;
height:25px;
background-color:#EBEBEB
}

.langbar{
float:left;
width:650px;
height:25px;
text-align:right;
background-image:url(../img/hr_03.jpg);
background-repeat:repeat-x;

font-size:8;
}

.addrbar{
float:left;
width:650px;
height:20px;
background-image:url(../img/hr_02.jpg);
background-repeat:repeat-x;
text-align:right;
}

.main_container{
width:940px;
height:532px;
clear:both;
font-weight: bold;
}

.leftside{
float:left;
width:250px;
height:530px;
background-image:url(../img/bg_left.gif);
background-repeat:no-repeat;
text-align:left;
margin-left:10px;
}

.rightside{
float:left;
width:650px;
height:530px;
background-image:url(../img/bg_right.gif);
background-repeat:no-repeat;
text-align:left;
clear:right;
padding:10px;
}


.pgTitle{
color:#AD2B2B;
}


.anews{
margin:10px 10px; 
width:220px; 
height:18px; 
vertical-align:center;
text-align:center;
background-color:#D9D9D9
}

.lavaLampNoImage {
            position: relative;
            height: 25px;
            width: 600px;
            background-color: #EBEBEB;
            overflow: hidden;
			padding:0;
			margin:0;
            border: 0px solid gray;
}

.lavaLampNoImage li {
                    float: left;
                    list-style: none;
					}
					
.lavaLampNoImage li.back {
                        background-color: #D59797;
                        width: 110px;
                        height: 25px;
                        z-index: 8;
                        position: absolute;
                    }
.lavaLampNoImage li a {
                        font-size:80%;
						font-style:italic;
						font-weight:bold;	
                        text-decoration: none;
                        color: #white;
                        outline: none;
                        text-align: center;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 24px;
                        position: relative;
                        overflow: hidden;
                        margin: 6px 10px;
						width:110px;
						
                    }
.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active{
                            border: none;
							color:black;
                    }        

.lavaLampNoImage li a:visited {   color:black;border: none;}        


