html
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
background: #ffffff;
margin: 0px;
padding: 0px;
}

body
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
background-color: #ffffff;
margin: 0px;
padding: 0px;
font-family: Helveticia,sans-serif;
font-size: small;
border-width: 0px;
border-color: red;
border-style: solid;
}

#mainHeader
{
position: absolute;
top: 14px;
left: 2%;
right: 2%;
width: 96%;
background-color: #ffffff;
color: #000000;
border-width: 10px 0px 0px 0px;
border-color: #fede58;
border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
height: 70px;
}
body>#mainHeader
{
height: 60px;
}

#leftHeader
{
position: absolute;
top: 0px;
left: 0px;
background: url('../images/red_white_bar_stars.png');
height: 60px;
width: 326px;
z-index: 0
}

#headerContent
{
position: absolute;
top: 0px;
width: 100%;
z-index: 2;
}

#rightHeader
{
position: absolute;
top: 0px;
right: 0px;
background: url('../images/white_blue_bar_stars.png');
height: 60px;
width: 314px;
z-index: 0
}

#leftMenuBody
{
position: absolute;
top: 98px;
left: 2%;
height: 400px;
width: 110px;
background-color: #f9cbcb;
}
body>#leftMenuBody
{
width: 110px;
}

#leftMenuSection
{
position: relative;
top: 0px;
left: 0px;
width: 100px;
border: 0px black solid;
}

.leftMenuHeader
{
position: relative;
top: 0px;
left: 5px;
color: #000000;
width: 100px;
height: 30px;
margin-top: 6px;
padding-top: 0px;
background-color: #ffffff;
border-top-width: 5px;
border-top-color: #e52828;
border-top-style: solid;
font-weight: bold;
font-size: 10pt;
}
body>#leftMenuBody>#leftMenuSection>.leftMenuHeader
{
height: 25px;
}

.leftMenuContent
{
border: 0px red solid;
position: relative;
top: 0px;
left: 5px;
margin-top: 6px;
background-color: #ffffff;
height: 30px;
width: 100px;
}

.leftMenuImage
{
border: 0px solid red;
position: relative;
height: 30px;
width: 30px;
background: url('../images/red_star_link_wb_small.png');
}

.leftMenuText
{
border: 0px red solid;
position: relative;
top: -30px;
left: 30px;
height: 30px;
width: 70px;
background-color: #ffffff;
font-size: 9pt;
margin: 0px;
padding: 0px;
}

a:link
{
color: #59acff;
text-decoration: none;
font-weight: bold;
}

a:hover
{
color: #ffcc00;
text-decoration: none;
font-weight: bold;
}

a:visited
{
color: #59acff;
text-decoration: none;
font-weight: normal;
}

p
{
font-size: medium;
font-weight: normal;
margin: 0px;
padding: 0px;
}

#tabla {position: absolute; top: 85px; right: 20px; width: 15%; padding: 10px; background-color: #ffffff; color: #59acff; border: 2px dashed #ffcc00; line-height: 17px}
body>#menuContent {position: fixed; z-index: 1}

#footer {position: relative; background-color: #ffffff; color: #ffcc00; border-style: dotted; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-color: #59acff; margin-left: 18px; margin-right: 18px; padding: 10px}
#footer a img {border: 0px; height: 0px; width: 0px}
#footer a:hover img {border: 0px; height: 31px; width: 88px; position: absolute; top: 70px; right: 20px}

.fBlue {color: #59acff}
#footer a {color: #ffcc00; text-decoration: none; font-weight: normal}
#footer a:hover {color: #59acff; text-decoration: none; font-weight: normal}
#footer a:hover {background: transparent}
#footer a:visited {color: #ffcc00; text-decoration: none; font-weight: normal}



