body
{
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}

/* Page Structure */
#itgMasterMenu
{
	position: relative;
	margin: 0 auto;
	height: 28px;
	width: 780px;
	
	text-align:left;
	overflow:visible;
	margin: 0 auto;

	background-color:#BCDCE0;
	
	border: thin solid #666666;
	
	display:none;
}

#itgMain
{
	margin: 0 auto;
	width: 793px;
	height: 100%;
	text-align:center;
	vertical-align: top;
}

	#itgHeader
	{
		position:relative;
		width: 793px;
		height: 127px;

		vertical-align:top;
		margin: 0 0 0 0;

		background-image: url(/images/header-background.jpg); 
		background-repeat: no-repeat;
	}
	
	#itgMiddle
	{
		position:relative;
		
		width: 793px;
		height: 80%;
		
		margin: 0 0 0 0;		
	}
	
	#itgFooter
	{
		position:relative;
	
		width: 793px;
		height: 33px;
		
		text-align: left;
		vertical-align: middle;
		background-color: #B6D472;
		
	}
	
	#itgCopyright
	{
	width:793px;
	height: 20px;
	background-color: #B6D472;
	text-align:center;
	color: #FFFFFF;
	}
	
/* Page Structure */


/*
** Horizontal menu on the top
*/

/* Horizontal Menu Container */
#itgMenuHorizontal
{
	vertical-align:top;
	display:none;
}

/*
** Left Menu 
*/

/* itgMain menu container */
#itgMenu
{

	top: 0px;
	left: 0px;
	width: 225px;
	height: 100%;
	
	margin: 0;

/*
	background-image: url(/images/menu-background.jpg); 
	background-repeat: no-repeat;
	background-position: bottom;
*/	
}

	/* Menu Top */
	#itgMenuTop
	{	
		position:relative;
	
		width: 225px;
		height: 22px;
		
		margin: 0;

		text-align: left;		
		
		color: #FFFFFF;
		font-weight:bold;
		font-size:10px;
		background-color: #9C97C4;

		padding-top: 2px;
		padding-left: 5px;
	}

	/* Menu Dynamic */
	#itgMenuDynamic
	{
		position:relative;
	
		width: 225px;
		height: 300px;

		padding: 5px 5px 5px 5px;

		text-align:left;
		vertical-align: top;
	}
	
	#itgMenuDivider
	{
		position:relative;
	
		width: 240px;
		height: 30px;
		text-align:center;
	}
			
	/* Menu Bottom */
	#itgMenuBottom
	{
		position:relative;
	
		width: 240px;
		height: 200px;
	}

	/* Menu Bottom */
	#itgMenuBottomExtreme
	{
		position:relative;
	
		width: 240px;
		height: 200px;
	}

/*  Content Area */
#itgContent
{
	position:relative;

	margin-left: 240px;
	width: 550px;
	height: 100%;
	
/*	background-image: url(/images/watermark.jpg);  */
	background-repeat: no-repeat;
	background-position: center;
	
	vertical-align: top;	
	text-align: left;

	padding-left: 10px;
	padding-top: 10px;
	
	border-top-color: #FFCC00;
	border-top-style: solid;
	border-top-width: thin;
	border-left-color: #FFCC00;
	border-left-style: solid;
	border-left-width: thin;
}

/*  Content  */
#itgContentRight
{
	display:none;
}


/* 
** User Editing Areas
*/
#itgUserHeader
{
	position:relative;
	width: 100%;
	height: 100%;
	text-align:left;
	display:inherit;	
}

#itgUserMenuH
{
	width: 100%;
	height: 100%;
	text-align:left;
	display:inherit;	
}

#itgUserMenuTop
{
	width: 100%;
	height: 100%;
	display:inherit;	
}

#itgUserMenuBottom
{
	width: 100%;
	height: 100%;
	display:inherit;	
}

#itgUserMenuBottomExtreme
{
	width: 100%;
	height: 100%;
	display:inherit;
}

#itgUserContent
{
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: top;
	display:inherit;	
}

#itgUserContentRight
{
	width: 100%;
	height: 100%;
	display:inherit;	
}

#itgUserFooter
{
	width: 100%;
	height: 100%;
	display:inherit;	

	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	
	padding-top: 15px;

}

#itgUserCopyright
{
	width: inherit;
	height: inherit;

	display:inherit;	

	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

	padding-top: 2px;
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
}
