/* --------------------------------------------------------------------------------------------
Base styles for the template
--------------------------------------------------------------------------------------------  */
html, body 
{
	height:100%;
}

body {
	border: 0;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	background-image: url("../../../images/global/stage/siteBgTiler.gif");
}

img {
	border: 0;
}






.dump {font-size: 9px; width: 150px;}
/* -------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------
Site container
--------------------------------------------------------------------------------------------  */
#siteContainer {
	width: 990px;
}
/* -------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------
Stage styles
--------------------------------------------------------------------------------------------  */
#logoContainer {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 180px; 
	height: 96px;
}

#headerContainer {
	position: absolute; 
	top: 0px;
	left: 180px;
	width: 810px;
	height: 96px;
}


#globalSiteSearchContainer {
	position: absolute;
	top: 75px;
	left: 180px;
	width: 805px;
	height: 22px;
	
	text-align:right;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}


#naviContainer
{
	position: absolute; 
	top: 96px;
	left: 0px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	width:180px;
}


#pageTitleContainer
{
	position: absolute; 
	top: 106px;
	left: 202px;
	height: 32px;
	font-family: verdana;
	font-size: 29px;
	font-weight: normal;
	color: #FFCC00;
}

#pageTitleUnderlineContainer
{
	position: absolute; 
	top: 140px;
	left: 202px;
	height: 1px;
	width: 770px;
	background-color: #666666;
}

#contentContainer
{
	position: absolute; 
	top: 150px;
	left: 202px;
	width: 789px;
}





#footer {
	margin-top: 80px;
	margin-bottom: 20px;
	width: 570px;
	font-family: Arial;
	font-size: 10px;
	color: #666666;
}




/* -------------------------------------------------------------------------------------------- */
