/*
// --------------------------------------------------------------------------------------------------------------------
// Desktop-Level Definitions
// --------------------------------------------------------------------------------------------------------------------
*/


.bea-portal-body
{	
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px;
	background:url(../images/background.jpg); background-repeat:repeat-x;	
	background-color:#cedff1;	
	padding: 0px;
	text-align: center;
	color: #333;	
	margin: 0px;

}

.bea-portal-body a
{
    display: inline;
    text-decoration: none;
    color: #005aa0;
}

.bea-portal-body a.menu
{
	float:right; margin-right:15px; font-weight:bold; color:#333333; width:100%; text-decoration: none;    
}

.bea-portal-body a:hover
{
    text-decoration: underline;
}

.bea-portal-body-content
{	
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff;
}

.bodySample
{
	width:968px;
	margin: 0 auto;		
}


.bea-portal-body-header
{
	font: normal 14px Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	height:80px;
	border-bottom: 1px solid #bdbdbd;
}

.bea-portal-body-footer
{

}

.bea-portal-body-header a, .bea-portal-body-footer a
{
    text-decoration: underline;
}
ul.footerlinks {
	height: 10px;
	padding: 0px;
	margin: 0px;
	list-style:none;
}

ul.footerlinks li {
	padding: 0px;
	margin: 0px 15px 0px 0px;
	float: left;
	display: block;
	padding-left: 0px;

}
ul.footerlinks li a {
	text-decoration: none;
}
ul.footerlinks li a:hover {
	text-decoration: none;
}
.footerprivacy0  {
	background: url(../images/bg_bottomgrad.gif) repeat-x;
}
.footerprivacy  {
	padding-left: 20px;
	background: url(../images/bg_bottom.gif) repeat-x;
}
.footerlinkscolor {
	color: black;
}
.bottomgrad {
	background: url(../images/bg_bottomgrad.gif) repeat-x;
}



