div,ul,li,form,h1,h2,h3,h4,h5,p{
	position: relative;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	text-align: left;
}
body{
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #fff url("../Images/bodyBg.png") repeat-x 0% 0%;
	color: #500960;
	font-size: 0.6em;
	font-family:  Tahoma, Verdana,Arial, Helvtica, sans-serif;
}
body.home{
	background: #000;
}
h2{
	font-size: 2em;	
	color: #500960;
	margin-top: 1em;
	margin-bottom: 0.4em;
	font-weight: normal;
}
h3{
	font-size: 1.2em;	
	color: #500960;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	
}
h4{
	font-size: 1.1em;
	color: #500960;	
	margin-top: 0.8em;
	margin-bottom: 0.5em;
}
h5{
	font-size: 1.0em;	
	color: #500960;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
}
a{
	color: #500960;
	text-decoration: none;
}
a:hover{
	color: #500960;
	text-decoration: underline;
}

/* ---- */
p{
	line-height: 1.5em;
	margin-bottom: 1em;
}
/* ---- */

#layout{
	text-align: center;
	background: transparent url("../Images/layoutBodyBg.png") no-repeat 50% 0%;
}
#layoutBody{
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	min-height: 841px;
}
body.home #layoutBody{
	width: 740px;
}

hr.line{
	display: none;
}


#content{
	width: 990px;
}
#content p{
	text-align: center;
}

#header{
	clear: both;
	height: 676px;
	width: 990px;
	z-index: 3;
}
#header img{
	border: none;
}
#header h1, #header div.jumpContent{
	display: none;
}
#header div.jumpHome{
	position: absolute;
	top: 155px;
	left: 355px;
	width: 314px;
	height: 78px;
}
#header div.jumpHome a{
	width: 314px;
	height: 0px;
	padding-top: 78px;
	overflow: hidden;
	display: block;
}

#footer{
	clear: both;
	height: 1px;
}
#footerText{
	display: none;
}
div.jumpBegin{
	display: none;
}
div.jumpContent{
	display: none;
}

#confirmation
{
    position: absolute;
	color: #500960;
	font-size: 20px;
	font-weight: bold;
	top: 550px;
	left: 160px;
}
#confirmation a:link,
#confirmation a:hover,
#confirmation a:visited
{
	color: #500960;
	text-decoration: none;
}

