﻿/*body 
{
    text-align: center;
}*/

TABLE.Master
{
	width: 955px;
	text-align: left;
	margin: -3px;
}
TABLE.Master TR TD.CPAMenu
{
	background-image: url(../images/site%20parts/mam_menu_2010_bg_1.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 5px;
	padding-left: 5px;
}
.Master
{
}

/* This is CSS to position close button in the top right corner of the popup div
   Make sure that button div is enclosed in container div 
    */
#container
{
	position: relative;
}
#closeButtonDIV
{
	position: absolute;
	right: 5px;
	top: 5px;
}
