/*
// --------------------------------------------------------------------------------------------------------------------
// Desktop-Level Definitions
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-body
{
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 1003px;
}

.bea-portal-body a
{
    display: inline;
    color: #093;
    text-decoration: underline;
}

.bea-portal-body a:hover
{
    text-decoration: underline;
}

.bea-portal-body-content
{
	font-family: Arial,Sans-Serif;
    font-size: 11px;
    height: 100%;
}
.bea-portal-body-content select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.bea-portal-body-header, .bea-portal-body-footer
{
    margin: 0px;
    padding: 0px;
    color: #cccce5;
}

.bea-portal-body-header
{
    font-size: large;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    border-style: solid;
    border-width: 0px 1px 1px 0px ;
    border-color: #C5C1AA;
}

.bea-portal-body-footer
{
   color: #093;
   font-size: 9px;
   text-align: center;
   padding: 50px 0px 15px 0px;
}
.bea-portal-body-footer a:link ,.bea-portal-body-footer a:hover,.bea-portal-body-footer a:visited
{
   color: #093;
   font-size: 9px;
   text-decoration: underline;
}

.header-main-image
{
    width: 1002px;
}
