/* ----------------- PAGINA LAYOUT ------------- */
html {
	behavior:url("../js/csshover.htc");
	margin: 20px 0px; 
	background-image: url("../images/background.gif");
	background-color: #848F97;
}

body {	
	margin: 20px 0px; 
	padding: 0px;
	text-align:center;
	font-family: verdana;
	font-size: 10px;
	line-height: 14px;
}

div#container {
	position: relative;
	margin : 0px auto;
	width: 920px;
}

div#top_menu{
	position: absolute;
	top: -21px;
	left: 0px;
	height: 17px;
	width: 759px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-image: url("../images/bg_top_menu.gif");
	background-repeat: repeat-x;
	padding: 4px 19px 0px 0px;
	text-align: right;
	color: white;
}

#top_menu a{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#top_menu a:hover {
	color: #990000;
}

div#content {
	position: absolute;
	top: 0;
	left: 0;
	width: 778px;
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

div#skyscraper {
	position: absolute; 
	top: -20px; 
	left: 800px;
	width: 120px;
}

div#skyscraper a {
	display: block;
	margin: 0;
	padding: 0;
}


div#skyscraper img {
	display: block;
	border: 0;
}

div#skyscraper h3 {
	display: none;
}

div.bar {
	text-align: left;
	clear: both;
	width: 778px;
	background: url("../images/bar_background.gif") repeat-x;
	background-color: #848F97;
	height: 18px;
	padding: 3px 0 0 0;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	line-height: 16px;
	z-index: 100;
}

div.bar a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}

div.bar a:hover {
	color: #990000;
}


div#container h1, h2{
	display:none;
}

h3 {font-size: 10px; margin: 0;color: #FFFFFF; font-weight: bold;margin-left: 10px;}

.pdfLink{
	display: block;
	background-image: url("../images/extensions/pdf.gif");
	background-repeat: no-repeat;
	padding-left: 20px;
	min-height: 20px;
	_height: 20px;
	
}