
.orsa{
position: absolute;
display: none;
margin:-11px 0 0 -114px; width:220px; height:98px;
background-image:url('alt1.png'); background-repeat:no-repeat;

padding: 4px 5px 5px 5px;
font: normal 12px Verdana; text-align:center;
z-index: 100;

}
.orsa2{
position: absolute;
display: none;
margin:-11px 0 0 -118px; width:238px; height:111px;
background-image:url('alt2.png'); background-repeat:no-repeat;

padding: 6px 5px 4px 5px;
font: normal 12px Verdana; text-align:center;
z-index: 100;

}
.ust{ position:absolute; z-index:101}
h3
{
     color:White;
    }
.orsa .column{
float: left;
width: 104px; /*width of each menu column*/
margin-right: 5px;

}

.orsa .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.orsa .column ul li{
padding-bottom: 5px;
}

.orsa .column h3{
background: #3782fe;
font: bold 11.5px Arial;
margin: 5px 0 0 0;
align:center;

}
.orsa .column img{
 width:100px; height:100px;

}

.orsa .column ul li a{
text-decoration: none;
}

.orsa .column ul li a:hover{
color: red;
}

      
                body
                {
                    font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.6

                    }
                    .orsa2 .column{
float: left;
width: 104px; /*width of each menu column*/
margin-right: 5px;

}

.orsa2 .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.orsa2 .column ul li{
padding-bottom: 5px;
}

.orsa2 .column h3{
background: #3782fe;
font: bold 11.5px Arial;
margin: 5px 0 0 0;
align:center;

}
.orsa2 .column img{
 width:100px; height:100px;

}

.orsa2 .column ul li a{
text-decoration: none;
}

.orsa2 .column ul li a:hover{
color: red;
}

      
                body
                {
                    font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.6

                    }
   a
    {
         text-decoration:none;
         color:#5f5f5f;
         font-size:12px;
         font-weight:bold;
        }
        
h1{ font-size:18px; color:#0032c3}
.hr
{
 position:relative;  display:block;
  left:1px; top:3px;
}
.hr2
{
 position:relative;  display:block;
left:1px; top:3px;
}
.habercer
{
 position:absolute; display:inline-block;
 z-index:2; display:block; 
 }
 
 
 
 .sponsorListHolder{
	margin-bottom:30px;
}

.sponsor{
	width:210px;
	height:210px;
	float:left;
	margin:10px;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}
.sponsor2{
	width:215px;
	
	
	margin:10px;
	
	/* Giving the sponsor div a relative positioning: */
	
	cursor:pointer;
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0; vertical-align:middle; text-align:center;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;	
	background:url("images/background.jpg") no-repeat center center #f9f9f9;
}
.sponsorFlip2{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	
	left:0; vertical-align:middle; text-align:center;
	top:0;
	width:100%;
	padding:10px 0 10px 0;
	border:1px solid #ddd;	
	background:url("images/background.jpg") no-repeat center center #f9f9f9;
}

.sponsorFlip:hover{
	border:1px solid #999;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:48%;
	margin:-70px 0 0 -70px;
}

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}

.sponsorDescription{
	font-size:11px;
	padding:65px 10px 20px 12px;
	font-style:italic;
}

.sponsorURL{
	font-size:10px;
	font-weight:bold;
	padding-left:12px;
}

.clear{
	/* This class clears the floats */
	clear:both;
}


/* The styles below are only necessary for the styling of the demo page: */

.note{
	font-size:12px;
	font-style:italic;
	padding-bottom:20px;
	text-align:center;
}


a img{
	border:none;
}