/*------------general layout -------------*/
.bodyStyle
{
	background-image: url('../images/back.gif');
	text-align:center;
	margin-top:60px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
.areaUnderMain
{
	background-image: url('../images/backLight.gif');
	width:910px;
	/* height:590px; */
	border:1px solid white;
	text-align:center;
	margin:auto;
}
.areaMain
{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:25px;
	margin-right:25px;
	text-align:center;
}
/*------------end general layout -------------*/

/*------------top area -------------*/
.areaTop
{
	border:1px solid white;
	height:130px;
	background-image: url('../images/backTop.gif');
	width:100%;
}
.topBanner
{
	margin-top:12px;
}
/*------------end top area -------------*/

/*------------menu----------------------*/
.areaMenu
{
	width:860px;
	height:28px;
	background-color:white;
}
.button
{
	float:left;
	width:122px;
	height:28px;
	margin-right:1px;
}
.lastButton
{
	float:left;
	width:122px;
	height:28px;
}
/*------------end menu------------------*/

/*------------content area -------------*/
.areaContent
{
	background-color: white;
	height:365px;
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	background-image: url('../images/backContentTop.gif');
	background-repeat: repeat-x;
	padding-top:20px;
}
.areaContent2
{
	background-color: white;
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	background-image: url('../images/backContentTop.gif');
	background-repeat: repeat-x;
	padding-top:20px;
}
.areaContentLeft
{
	float:left;
	width:130px;
}
.areaSeparator
{
	float:left;
	margin-top:20px;
	margin-right:5px;
}
.areaContentCenter
{
	float:left;
	width:454px;
	height:365px;
	overflow:auto;
	margin-right:5px;	
}
.areaContentCenter2
{
	overflow:auto;
	margin-right:5px;	
}
.areaContentRight
{
	float:left;
	width:260px;
	height:365px;
}

.merlinx {
	background-color: white;
	padding: 15px 25px;
}

.merlinx2 {
	padding: 15px 25px;
}
/*------------end content area -------------*/

/*----------------text----------------------*/
.pageText
{
	font-family:Trebuchet MS, Arial;
	color:#003366;
	font-size:12px;
}
/*----------------end text------------------*/


.globe
{
	background-image: url('../images/globe.jpg');
	background-repeat: no-repeat;
	background-position:  bottom right; 
}

.globeCorner
{
	background-image: url('../images/globeCorner.gif');
	background-repeat: no-repeat;
	background-position:  bottom right; 
}

a{text-decoration:underline; color:#1c97ed;}
a:hover{text-decoration:none;color:#ffdd53;}

td { font-size: 12px;}


