/* CSS Document */

body {
	background: #fff url(images/bkg.jpg) left bottom repeat-x fixed;
	padding: 5px 0 0 5px;
	font: normal 14px Verdana, arial, sans-serif, helvetica;
	text-align: center;
	}
	
	.style20 {
	overflow: auto;
	position:absolute;
	left: 0px;
	top: 106px;
	width: 741px;
	height: 622px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#c00;
	scrollbar-base-color:#cccccc;
	scrollbar-track-color:#333333;
	scrollbar-darkshadow-color:#c00;
	scrollbar-face-color:#cccccc;
	scrollbar-highlight-color:#c00;
	scrollbar-shadow-color:#c00;
	padding: 5px;
}

.bodytext {
	overflow: auto;
	position: absolute;
	left: 120px;
	top: 1017px;
	width: 300px;
	height: 102px;
	
}
	
	
img{
border:0;
display: block;
}
div#container {
text-align: left;
	position: relative;
	width: 750px;
	padding: 0;
	margin: 0 auto;
}
	
div#header {
	position: relative;
	height: 75px;
	background: url(images/powerlogo.gif) no-repeat top left;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	}
	
div#navbar {
	position: relative;
	width: 100%;
	margin: 5px 0;
	}
	
div#navbar ul, div#navbar li {
	display: inline;
	padding: 0;
	margin: 0;
	}
	
div#navbar li a {
	text-decoration: none;
	color: #000;
	margin: 0 10px;
	}
	
div#navbar li a:hover {
	color: #c00;
	}

div#content {
	position: relative;
	height: 510px;
	background: #fff;
	padding: 10px;
	border: 1px solid #271D7B;
	}
	
#content h1 {
	font-size: 14px;
	color: #221C74;
	border-bottom: 1px solid #7b96ad;
	margin: 10px 0 0 0;
	}
	
#content h1 span {
	border-bottom: 5px solid #7b96ad;
	color: #7b96ad;
	}	
#content ul {
	padding: 0;
	margin: 0 10px;
	}
	
#content li {
	list-style-image: url(images/square.jpg);
	margin: 0 10px;
	padding: 0;
	}
	
#content hr {
	color: #ccc;
	height: 1px;
	}
div#footer {
	position: absolute;
	top:635px;
	width: 100%;
	height: 40px;
	margin: 10px 0;
	background: url(images/footer.gif) no-repeat top left;
	border-top: 1px solid #777;
	}

#footer p {
	text-align: right;
	font-size: 11px;
	padding: 20px 10px;
	margin: 0;
	}

#footer a {
	color: #c00;
	}
/*------------------------------------------------------------------------------------*/
#content a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none;

}
#content a.info:hover{z-index:25; background-color:#ff0}
#content a.info span{
display: none;
padding:0;

}
#content a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:20px; 
	left:-70px; 
	height: auto;
    border:1px solid #336;
    background-color:#fff; color:#000;
	font-size:10;
	text-align: justified;
}
/*---------------------------------------------------------------------------------*/
.clearer{
clear: left;
}

.uk{
position: relative;
text-align: center;
width: 150px;
background: #336;
float: left;
margin: 10px 5px 0 0;
}
/*.uk span{
padding: 40px 20px 0 0 ;
position: relative;
width: 100px;
color: #fff;
font-weight: bold;
}*/
.european{
position: relative;
text-align: center;
width: 150px;
background: #f30;
float: left;
margin: 10px 5px 0 0;
}
.other{
position: relative;
text-align: center;
width: 150px;
background: #f36;
float: left;
margin: 10px 5px 0 0;
}
.misc{
position: relative;
text-align: center;
width: 150px;
background: #363;
float: left;
margin: 10px 5px 0 0;
}
.assemblies{
position: relative;
text-align: center;
width: 150px;
background: #fc0;
float: left;
margin: 10px 5px 0 0;
}
.other h2, .european h2, .uk h2, .misc h2{
position: relative;
margin: 0;
color: #fff;
font-size: small;
font-weight: bold;
}
.assemblies h2{
position: relative;
margin: 0;
color: #000;
font-size: small;
font-weight: bold;
}
.current{
color:271D7B;
font-weight: bold;
}
