/* CSS Document */

body {
	font-family: Verdana,  Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #333333;
	text-align: center; 
}

#Overall {
	width: 800px;
	text-align: center;
/*	background-image: url(../graphics/bg.gif); 
	background-repeat: repeat; */
	background-color: #eeeeee;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	height: auto;
	border-style: solid; 
	border-width: 1px; 
	border-color: #cccccc; 
}

#fixleft {
	text-align: left; 
	width: 100%; 
}

#PRLogo {
	display: inherit; 
	margin-top: 0px; 
	width: 100%; 
	text-align: center; 
	border-style: none; 
	z-index: 20; 
}
#AccomText {
	position: relative;
	display: inherit; 
	margin-top: 0px;
	top: -100px;  
	text-align: center; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #000066;
	z-index: 30; 
}
#MainMenu {
	position: relative;
	display: inherit; 
	margin-top: 0px;
	top: -20px;  
	width: 100%;
	z-index: 40; 
}

#PageHeader {
	position: relative;
	display: inherit; 
	width: 100%;
	z-index: 50; 
	text-align: center;
	font-size: 14pt;
} 

#PageContent {
	position: relative;
	display: inherit; 
	width: 100%;
	z-index: 50; 
	text-align: left;
}

#Attribution{
	width: 100%;
	clear: both; 
	text-align: left;
	font-size: 7pt;
	color: #aaaaaa;
}


