body
{
}

#flash
{
position: absolute;
height: 700px;
width: 700px;
top: 10px;
left:10px;
border: solid 0px yellow;
background-image: url('images/db1.gif');
}

#titulo
{
position: absolute;
height: 70px;
width: 520px;
top: 92px;
left:715px;
border: solid 0px yellow;
}

#upmenu
{
position: absolute;
top: 145px;
width: 300px;
height: 50px;
left:715px;
border: solid 0px yellow;
z-index: 100;
}

#final
{
position: absolute;
top: 730px;
left: 0px;
height: 50px;
font-size: 10pt;
font-family: "georgia", "times new roman", serif;
color: #B8B8B8;
border: solid 0px green;
}

#menu1
{
position: relative;
height: 3.5em;
padding: 0em 0em 0em 0em;
margin-top: 0px;
margin-bottom: 0px;
}

#menu1 ul
{
position: absolute;
top: 1.1em;
}

#menu1 ul li
{
position: relative;
display: inline;
}

#menu1 ul li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
color: #fff;
text-decoration: none;
}

#menu1 ul li a:hover
{
text-decoration: underline;
}

#menu1 ul li a.active
{
background: url('../images/menuactive.png') repeat-x top left;
}

#menu1 ul li a.inactive
{
background: url('../images/menuinactive.png') repeat-x top left;
}
#menu1 a:hover {color:#FFDAB9;background-color:none}


#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1
{
font-weight: normal;
color: #fff;
font-size: 2.8em;
}

#headercontent h1 sup
{
color: #B96D00;
}

#final
{
position: relative;
margin-top: 10px;
margin-left: 10px;
height: 50px;
font-size: 10pt;
font-family: "georgia", "times new roman", serif;
color: #B8B8B8;
border: solid 0px green;
}

#final .left
{
position: absolute;
left: 2.0em;
top: 0.0em;
bottom: 6em;
}

#final .right
{
position: absolute;
right: 2.0em;
bottom: 6em;
}




body,input
{
font-size: 10pt;
font-family: "georgia", "times new roman", serif;
color: #333333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color: #B8B8B8;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

h1 span
{
font-weight: normal;
}

h1
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
}

h1
{
font-size: 1.7em;
padding-right: 34px;
background-image: url('images/db1.gif');
}

h3 span
{
font-weight: normal;
}

h3,h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
}

h3
{
font-size: 1.7em;
padding-right: 34px;
background-image: url('images/db1.gif');
}

h4
{
font-size: 1.2em;
padding-right: 28px;
background-image: url('images/db2.gif');
}

#spotlight{
filter:light
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid white;
border-bottom-width: 0px;
width: 100%; /*width of featured content slider*/
height: 200px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}



