/*CSS stylesheet for Persona 4 applications*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align:center;
	width:100%;
	height:100%;
	font-family: Arial, Helvetica;
}
.fusion {
	background: #132026 url(fusion1.gif) no-repeat top left;
	text-align:center;
}
.content{
	text-align: center;
	height: 100%;
}
.fusion h1{
	text-align: center;
	margin-top: -1em;
	color: #FFF;
}
.fusion h2{
	font-size: 2em;
	color: #000;
	margin:0;
	background-color: #F3E53E;
}
.fusion h3{
	margin:0;
	padding:0 0 2.85em;
	font-size: 2em;
	color: #700C00;
	background-color: #F3E53E;
}
.fusion .pageid{
	display: block;
	height: 139px;
	width: 100%;
	text-align: right;
	background: url(fusion2.gif) no-repeat top right;
}
.fusion select{
	color:#FFF;
	background-color:#000;
	border: 1px solid #333;
}
.fusion #crumbs{
	margin-top: 9em;
	color: #BABABA;
	width:100%;
}
.fusion #crumbs a:link, .fusion #crumbs a:active, .fusion #crumbs a:visited{
	color: #FFF;
}
h2 em, h3 em{
	display: block;
	font-size: 3em;
	font-style: normal;
	margin: -0.25em 0 0 0;
	background-color: transparent;
}
#result, #results{
	color: #FFF;
	background-color: #000;
	width: 10em;
	font-weight: bold;
}
#menu1 {
  width:52em;
  padding:0; 
  margin:-1em auto; 
  list-style-type:none;
  }
#menu1 li {
  float:left;
  width:16em;
  background-color: #000; /*#F3E53E;*/
  margin: 0 0.25em;
  height: 13em;
  text-align: center;
  border: 4px solid #F3E53E;
  }
#menu1 #double{
	width:32em;
	height: 50%;
}
p{
	color:#FFF;
}
#headbar{
	background: #463C3E url(/apps.gif) no-repeat top left;
	color: #fff;
	width: 100%; 
	height: 20px;
	text-align: left;
}
#lefthead, #midhead, #righthead{
	width:33%;
	float:left;
}
#midhead{
	text-align: center;
}
#righthead{
	text-align: right;
}

