a {

	color: #f26d20;
	text-decoration: none;
	border: none;
}

a:hover {

	padding: 0px;
	color: black;
	text-decoration: underline;
}

a.header {

	color: white;
	text-decoration: none;
}

a.header:hover {

	padding: 0px;
	color: #f26d20;
	text-decoration: none;
}

hr { 

	height: 0; 

	border: solid gray 0; 
	border-top-width: thin;
	border-color: #c0c0c0;

	margin-left:0pt;
	margin-right:0pt;
}

body {

	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;

	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0cm;
}

h1 {

	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 2pt;

	font-size: 18pt;
}

h2 {

	font-size: 12pt;
}

label {
	position:absolute;

	margin-top: -45px;
	margin-left: -20px;

	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 4px solid #f26d20;
	border-left: 4px solid #f26d20;

	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;

	background-color: white;

	font-size: 16pt;
	font-weight: bold;
	color: black;
}

#wrapper{

 	margin-top:30px;

	border-left:130px solid white;
	border-right:30px solid white;
}

#simplewrapper{

 	margin-top:30px;

	border-left:130px solid white;
	border-right:30px solid white;
}

#content {

	border-top: 1px solid black;
	border-bottom: 0px solid white;
	border-left: 1px solid black;
	border-right: 10px solid #f26d20;

	padding-top: 30px;	
	padding-left: 60px;
	padding-right: 40px;
	padding-bottom: 20px;

	background: white;
	text-align: justify;
}

#footer{

	border-top: 1px solid black;
	border-left: 5px solid black;

	padding-left:10px;
	padding-top:1px;

	text-align:right;
	font-size:10pt;
}

#sidebar {

	position: absolute;
        top: 150px;
	left: 15px; 

	border-top: 1px solid #f26d20;
	border-bottom: 1px solid #f26d26;
        border-right: 1px solid white;
	border-left: 1px solid white;

	background-color: white;

	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 3px;
	padding-right: 3px;
}
.infobox{
	display:block; 
	float:left;
	position:relative;
	border:1px solid #000; 
	background-color:#CCC;
	width:19px;
	height:15px;
}
.infobox .more{
	display:none;
}
.infobox:hover .more{
	clear:both;
	display:block;
	position:absolute;
	z-index:1;
	left:-1px;
	top:-1px;
	width:800px;
	border:1px solid #900;
	background-color:#CCC;
	margin-top:15px;
}

