* {zoom: 1;}
* {margin: 0; padding: 0; border: 0;} 

body {
font-family: Tahoma, "Trebuchet MS", "Arial Black", "LTUnivers 630 BasicBold", sans-serif;
	color: white; 
	background-image: url(webelements/bg_dancers.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #01004E;
	}

#bgpic {
background-image: url(webelements/bg_dancers.png);
position: absolute;
top: 250;
left: 0;
}

#logo {
	background-image: url(webelements/logobubble.png);
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#content {
position: relative;
margin-top: -5px;
height: 830px;
overflow: hidden;
scrollbar-3dlight-color: #DDD;
scrollbar-arrow-color: white;
scrollbar-darkshadow-color: #DDD;
scrollbar-face-color: 01004E;
scrollbar-highlight-color: #CCCCFF;
scrollbar-shadow-color: #666666;
scrollbar-track-color: #ddd;
}

.boxes {
top: 0;
left: 0;
background-image: url(webelements/box_transparent.png);
background-repeat: no-repeat;
height: 257px;
width: 831px;
overflow: hidden;
}

.textscroll {
	top: 0;
	left: 0;
	height: 253px;
	width: 831px;
	overflow-x: hidden;
overflow-y: auto;
}

.largebox {
background-image: url(webelements/largebgbox.png);
background-repeat: no-repeat;
height: 611px;
width: 825px;
overflow-x: hidden;
overflow-y: auto;
margin-top: 0px;
top: 0px;

}

.searchbox {
position: absolute;
top: 5px;
left: 875px;
}
.boximage {
	margin-top: 5px;
}

.codepic {
	background-color: white;
}
.boxtext {
margin-top: 5px;
margin-left: 15px;
font-size: 16px;
color: white;
text-align: center;
line-height: 16px;
}

.justified {
margin-top: 5px;
margin-left: 15px;
font-size: 14px;
color: white;
text-align: left;
line-height: 16px;
}

.justified2 {
margin-top: 5px;
margin-left: 15px;
font-size: 14px;
color: white;
text-align: center;
line-height: 16px;
}


.greentext {
	color: #2CB219;
   font-weight: bold;
}

.tinytext {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
}

.menutext {
	margin: 0px;
	font-size: 12px; 
	color: white;
	text-align: center;
}

.invisible {
margin-left: 15px;
margin-top: 5px;
font-size: 12px;
color: #00005E;
text-align: justify;
line-height: 16px;
}

h1 {
margin: 15px;
font-size: 28px;
font-weight: bold;
color: aqua;
text-align: center;
	}
	
h2 {
	margin: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #2CB219;
	text-align: center;
}
h3 {
	margin: 12px;
	font-size: 17px;
	color: white;
	font-weight: bold;
	text-align: center;
}

h4 {
	margin: 1px;
	font-size: 12px;
	color: white;
	font-weight: normal;
	text-align: center;
	line-height: 10px;
}

h5 {
	margin: 15px;
	font-size: 17px;
	color: white;
	font-weight: normal;
	text-align: center;
}


h6 {
	margin: 15px;
	font-size: 17px;
	color: #FF0066;
	font-weight: bold;
	text-align: center;
}


h7 {
	margin: 15px;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-align: center;
        line-height: 18px;
	
}

li {
list-style-image: url(webelements/bullet2.png);
font-size: 13px;
color: white;
line-height: 18px;
margin-left: 30px;
}

a:hover {
background: transparent;
color: #990099;
}

img {
	border: 0px;
}

.rightpic {
	float: right;
	margin-top: 15px;
}
 a:link {
 	text-decoration: none;
	color: #FF0099;
 }
 
 a:visited {
 	text-decoration: none;
	color: #FF0099;
	border-style: none;
 }
  
 a:active {
 text-decoration:none;
 color: #FF0099;
 }
 
 .scrollpage1 {
	background-repeat: no-repeat;
	overflow-x: hidden;
	overflow-y: auto;
	height: 470px; 
	width: 557px;
	
	}
