body 
{
    background-color: #80bfe7;
}

a{
font: 14px/16px arial, helvetica, sans-serif;
color: cyan;
background: transparent;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

p{
font: 12px/14px arial, helvetica, sans-serif;
border-style: none;
border-width: 0px;
margin: 0;
padding: 2px 3px;
color: white;
background: transparent;
text-decoration: none;
text-align: center;
}

div.block 
{
	background-color: white;
	border-width:thin;
	border-style:ridge; 
	border-color: blue;
	width: 1024px; 
	height: 775px; 
	position:absolute; 
	left:50%; 
	margin-left: -512px; 
	top: 10px; 
	z-index: 100;
}

div.top
{
    background-color: white;
    position: absolute;
	top:0px; 
	left: 0px;
	width: 1024px; 
	height: 150px; 
	z-index: 102; 
}

div.content
{
    background-image: url(img/leftbg.jpg);
    background-repeat: repeat-x;
    background-color: white;
    position: absolute;
	top:150px; 
	left: 0px;
	width: 1024px; 
	height: 548px; 
	z-index: 101; 
}

div.nav_bar
{
    background-color: #4441ae;
    position: absolute;
	top: 150px; 
	left: 0px; 
	width: 1024px; 
	height: 18px; 
	z-index: 102;
	text-align: center;
	font: 14px/16px arial, helvetica, sans-serif;
	border-bottom: outset;
}

div.bottom_bar
{
    background-color: #4441ae;
    position: absolute;
	bottom: 0px; 
	left: 0px; 
	width: 1024px; 
	height:55px; 
	z-index: 103;
	text-align: center;
	font: 14px/16px arial, helvetica, sans-serif;
	border-bottom: outset;
}


#info p{
font: 10px/12px arial, helvetica, sans-serif;
border-style: none;
border-width: 0px;
margin: 0;
padding: 2px 3px;
color: #3f45bf;
background: transparent;
text-decoration: none;
text-align: center;
}

#nav a{
font: 14px/16px arial, helvetica, sans-serif;
color: white;
background: transparent;
text-decoration: none;
}

#nav a:hover {
color: white;
text-decoration: none;
border-bottom-style:inset;
border-color: white;
}

#press a{
font: 14px/16px arial, helvetica, sans-serif;
color: Blue;
background: transparent;
text-decoration: none;
}

#press a:hover {
text-decoration: underline;
}

#bottom a{
        font: 12px/14px arial, helvetica, sans-serif;
        color: white;
        background: transparent;
        text-decoration: none;
}

#bottom a:hover{
        font: 12px/14px arial, helvetica, sans-serif;
        color: cyan;
        background: transparent;
        text-decoration: none;
}

#aviso a{
        font-size: 8pt;
        color: #4441ae;
        background: transparent;
        text-decoration: none;
}

#aviso a:hover{
        font-size: 8pt;
        color: cyan;
        background: transparent;
        text-decoration: none;
}