body
{
	background-image		:	url(./image/Header/Background.webp);
	background-repeat		:	repeat-x;
}
#PanelContentOuter
{
}
#PanelContent
{
	background			:	none;
}

/* Header */
#PanelHeader
{
	position			:	relative;
	height				:	60px;
	margin-bottom		:	30px;
	border			:	none;
	background			:	none;
}
#PanelHeaderLogoMain
{
	position			:	absolute;
	top				:	0px;
	left				:	0px;
	width				:	60px;
	height				:	60px;
	background-color		:	#ffffff;
	z-index			:	100;
}
#PanelHeaderPhoto
{
	position			:	absolute;
	top				:	0px;
	left				:	0px;
	z-index			:	0;
}
#PanelHeaderTitle
{
	position			:	absolute;
	top				:	15px;
	left				:	0px;
	width				:	950px;
	text-align			:	center;
}
#PanelHeaderTitle img
{
	height				:	30px;
}


/* Body */
#PanelBody
{
	width				:	800px;
	margin			:	0px auto;
}

/* Text */
h2
{
	margin-bottom		:	1em;
}
h3
{
	margin-bottom		:	1em;
}
p
{
	margin			:	0em 0em 2em 0em;
}
ol
{
	margin			:	0.5em 0em 1em 0em;
}

hr
{
	margin			:	2em 0em;
}

span.LabelTitle
{
	color				:	#ffffff;
	background-color		:	#6D6E70;
	padding			:	4px 8px;
	margin			:	0em 0.5em 0em 0em;
}


/* List */
td.ListName
{
	width				:	230px;
	background			:	none;
	white-space			:	none;
	border-left			:	none;
	border-right			:	none;
	font-size			:	16px;
	vertical-align			:	center;
}
td.ListContent
{
	background			:	none;
	white-space			:	none;
	border-left			:	none;
	border-right			:	none;
	padding			:	1.5em 0em;
}
