@charset "utf-8";
/* CSS Document 
RUN FOR HOPENHAGEN
*/

body{
	font-size: 12px; 
	font-family: 'Arial', Verdana, Lucida Grande, Sans-Serif;
	background: #000000 url('../images/main-bg.jpg') no-repeat center top;
	color: #ffffff;
	text-align: center; 
	margin:0px;
}
.content{
	background: transparent url('../images/content-bg.gif') no-repeat center 70px;
	width: 800px;
	height: 560px;
	display: block;
	width:800px;
	margin: 24px auto;
	top: 0px;
}
.col{
	width:330px;
	padding: 10px 18px 0  0;
	height:112px;
	color: #ffffff;
	text-align:left;
	float:left;
	background:transparent;
	margin:0px;
}
.colLeft{
	margin: 0 0 0 53px;
}
.colRight{
	margin: 0 43px 0 0;
}
.txtGreen{
	color:#74b329;	
}

a:link{color:#FFF; text-decoration:none;}
a:visited{color:#FFF; text-decoration:none;}
a:active{color:#FFF; text-decoration:none;}
a:hover{color:#74b329; text-decoration:none;}

.topBar{
	background: #74b329 url('../images/topBarGrade.png') repeat center top;
	display: block;
	width:100%;
	height: 34px;
	margin: 0 0 0 0;
	top: 0px;
	left: 0px;
}
.topBarGrade{
	background: transparent url('../images/topBarGrade.png') repeat center top;
	position:absolute;
	left:0px;
	top:0px;
	margin-top:34px;
	width:100%;
	height: 14px;
}
.iframeTopBar{
	display: block;
	width:800px;
	height: 24px;
	margin: 0px auto;
	top: 0px;
	
}
.wizard{
	margin: 0px;
	width: 800px;
	height:178px;
	background: transparent url('../images/wizard.png') no-repeat center top;
	display:block;
	float:left;
	padding-top:50px;
}
.iframeWizard{
	width: 306px;
	height: 150px;
	display:block;
	float:left;
	margin-left: 40px;
}
.bull{
	width:26px;
	height:18px;
	display:block;
	float:left;
	margin:0;
}
.bullLabel{
	width:250px;
	display:block;
	float:left;
	margin:0;
	padding: 0 0 10px 0;
}
.clear{clear:both; margin:0; height:0px}
.floatLeft{
	float:left;	
}
.footer{
	width:760px;
	text-align:left;
	margin: 0 0 0 40px;
}
.sponsor{
	width:570px;
	height:122px;
	float:left;	
	display:block;
}
.logo{
	display:none;	
}

/* GREEN BUTTON STYLE */
a.signPettion {
	cursor:pointer; 
	cursor:hand; 
	line-height:16px;
	background:transparent url(../images/sign-pettion.gif) no-repeat left top; 
	padding-right:8px; 
	vertical-align:middle;
	display:block; /*opera*/
	height: 119px;
	width:143px;
}
a.signPettion:hover {background-position:left -119px; text-decoration:none; background-color:transparent;}