/* CSS Document */

* {
	font-family: Arial;
}
body {

	background-color:#8db3dd
	
}

a {

	font-size: 11px;
	color: #225805;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.text {
    text-decoration: none;
	font-weight:normal;
	font-size: 11px;
	color: #555555;
}

/* Wrapper */

#wrapper {
	margin-left:auto;
	margin-right:auto;    
	background: #8db3dd url("images/bg_default.gif") no-repeat;
	padding: 0px;
	width: 1084px;
	height:1654px;
	position:relative;
}
/* journal */

#bgdownload {
	width:907px;
	height: 1081px;
	position:absolute;
	z-index:1;
	left: 80px;
	top: 300px;
}

/* topbanner */

#topbanner {
    float:right;
	padding:10px 10px 10px 10px;
	background-color:#FFFFFF;
	width:468px;
	height: 60px;
	position:absolute;
	right: 46px;
	top: 56px;
}

/* numpagebottom */
#numpagebottom {
    float:left;
	padding:8px 10px 10px 42px;
	background: url("images/bg_num_pages.gif") no-repeat;
	z-index:5;
	width:213px;
	height: 39px;
	position:absolute;
	left: 200px;
	top: 1400px;
}
/* topmenu */

#topmenu {
	width:1000px;
	background-color:#8db3dd;
	height: 47px;
	position:absolute;
	z-index:1;
	left: 50px;
	top: 180px;
}
/* title */

#title {
    float:left;
	background-color:#8db3dd;
	width:446px;
	height: 134px;
	position:absolute;
	left: 38px;
	top: 20px;
}

/* news1 */
.news1 {
    float:left;
	width: 457px;
	height:auto;
	position:absolute;
	z-index:5;
	left: 310px;
	top: 480px;
}

.publishednews {

	font-size:13px;
	color:#000000;
	font-weight:bold;
}

.titlenews {
 	margin-top:10px;
	font-size:16px;
	color:#3f8e26;
	font-weight:bold;
}

.textnews 
		{
 	margin-top:20px;
	font-size:11px;
	color:#000000;
	font-weight:normal;
}
.linknews {
	margin-top:20px;

}
.lineaorange {
	margin-top:30px;
	
}
#quotes {
    float:right;
	width: 308px;
	height:275px;
	position:absolute;
	z-index:3;
	right: 33px;
	top: 246px;
}

#newstitle {
    float:left;
	width: 259px;
	height:92px;
	position:absolute;
	z-index:3;
	left: 140px;
	top: 380px;
}
/* quadro */
#quadro {
    float:left;
	width: 1000px;
	height:1207px;
	position:absolute;
	z-index:7;
	left: 40px;
	top: 250px;
}
/* suitable */
#textaut {
    float:left;
	width: 1002px;
	height:52px;
	position:absolute;
	z-index:8;
	left: 38px;
	top: 1520px;
}
/* downloadnow */
#downloadnow {
    float:right;
	width: 127px;
	height:85px;
	position:absolute;
	z-index:8;
	right: 160px;
	top: 400px;
}
/* only */
#only {
    float:left;
	width: 269px;
	height:158px;
	position:absolute;
	z-index:8;
	left: 380px;
	top: 380px;
}


/*Footer */

#footer {
	width: 1084px;
	height:30px;
	position:absolute;
	top:1620px;
}


/* FooterMenu */

#footermenu {
	float: right;
	width: 1084px;
	height: 30px;
	position:absolute;
}
#footer ul {
    float:right;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;
}

#footer a {
	padding: 0 8px 0 8px;
	border-color: black;
    border-width: 0px 0px 0px 1px;
    border-style: dotted;
	text-decoration: none;
	font-weight:normal;
	font-size: 11px;
	color: #000000;
}
#footer a:hover {

	text-decoration: underline;
}
#copyright {
    float: left;
	position:absolute;
	top:1625px;
	width: 150px;
	height: 30px;
	margin: 0 0 0 40px;
	text-align: left;
	font-size: 11px;
	color: #000000;
}


