/* ------------------------------------------------------------------------------------------------- */
/* Palmeras styles */

BODY 
{
background-color:#E3E3BD;
background-image:url(../media/palms1.jpg);
background-position:center top;
background-attachment:fixed;
}

#mainBox
{
position:relative;
top: 5px;
margin-top:0px;
left:50%;
width:700px;
margin-left:-350px;
}

p
{
font-family:Tahoma,Arial,sans-serif;
font-size:16px;
margin-bottom:0em;
}

.bold
{
font-weight:700;
}

.absolute
{
position:absolute;
}

.relative
{
position:relative;
}

.floatRight
{
float:right;
margin-left:10px;
margin-right:-40px;
}

.floatLeft
{
float:left;
margin-right:10px;
margin-left:-40px;
}

.floatNot
{
float:none;
}

#navBar
{
position:static;
text-align:center;
margin-top:30px;
margin-bottom:40px;
}

#navBar a.buttonBox
{
margin-left:10px;
margin-right:10px;
background-color:#E6E9F7; 
padding:6px 12px 6px 12px; 
border:1px solid #424D81;
color:#424D81;
font-family:Tahoma,Arial,sans-serif;
font-size:13px;
text-decoration:none;
}

#navBar a.buttonBox:hover
{
background-color:#BBC4E8; 
color:#000000;
}

.tableText
{
font-family:Tahoma,Arial,sans-serif;
font-size:13px;
text-decoration:none;
color:#F74904;
}

table
{
width:100%;
margin-left:0px;
margin-top:2em;
margin-bottom:2em;
clear:both;
}

td 
{
padding:0px 10px 0px 10px;
}

table a
{
font-family:Tahoma,Arial,sans-serif;
font-size:14px;
text-decoration:none;
line-height:1em;
color:#F74904;
margin-bottom:0px;
}

table a:hover
{
color:#000000;
}

/* ------------------------------------------------------------------------------------------------- */



