<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	/* Resetting the default styles of the page */
	margin:0;
	padding:0;
}


body{
	/* Setting default text color, background and a font stack */
	font-size:0.825em;
	color:#fff;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}


#sponsor_body2 {
	float: right;
	width: 750px;
	background-color:#fff;
	padding:0px 0px 0px 0px;
	text-align: left;
	color: #333;
	vertical-align: top;
}

.sponsorListHolder{
	margin-bottom:30px;
}

/* Main Banners */

.sponsor{
	width:180px;
	height:180px;
	float:left;
	margin:2px;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	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;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;	
	background:url("sponsor/imgs/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:50%;
	margin:-70px 0 0 -70px;
}

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}

.sponsorDescription{
	font-size:12px;
	padding:50px 10px 20px 20px;
	text-align:center;
}

.sponsorURL{
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

/* Small Banners */

.tecsponsor{
	width:143px;
	height:100px;
	float:left;
	margin:2px;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}

.tecsponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:143px;
	height:100px;
	border:1px solid #ddd;	
	background:url("image/background.jpg") no-repeat center center #f9f9f9;
}

.tecsponsorFlip: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;
}

.tecsponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:90%;
	left:55%;
	margin:-65px 0 0 -70px;
}

.tecsponsorData{
	/* Hiding the .sponsorData div */
	display:none;
	background-color:#999999;
}

.tecsponsorDescription{
	font-size:11px;
	color:#ffffff;
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	padding:30px 0px 0px 0px;
	text-align:center;
	background-color:#999999;
}
.tecsponsorURL{
	font-size:10px;
	text-align:center;
	background-color:#999999;
	height:35px;
}

/* Defults Setting */


.clear{	clear:both;}




#main{
	position:relative;
	margin:0 auto;
	width:750px;
}

h1{
	padding:30px 0;
	text-align:center;
	text-shadow:0 1px 1px white;
	margin-bottom:30px;
	background:url("sponsor/imgs/page_bg.gif") repeat-x bottom #f8f8f8;
}

h1,h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

h2{
	font-size:14px;
	font-weight:normal;
	text-align:center;
	
	position:absolute;
	right:40px;
	top:40px;
}

.note{
	font-size:12px;
	font-style:italic;
	padding-bottom:20px;
	text-align:center;
}

a, a:visited {
	color:#CC0033;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}</pre></body></html>