.Background
{
	z-index: 1000;
	position: fixed;
	/* IE 7 and below */
	_position: absolute;
	/* IE 6 and below */
	_posi\tion: absolute;
	/* IE 6 only */
	height: 100%;
	/* IE 7 and below */
	_height: 4000px;
	/* IE 6 and below */
	_hei\ght: 4000px;
	/* IE 6 only */
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #000;
	top: 0;
	left: 0;
	overflow: auto;
}

.WelcomeWrap
{
	text-align: left;
	width: 960px;
	margin: 0 auto 0 auto;
}

.Welcome
{
	z-index: 1100;
	position: fixed;
	/* IE 7 and below */
	_position: absolute;
	/* IE 6 only */
	width: 550px;
	height: auto;
	padding: 0;
	margin: 90px 210px 0 210px;
	background-color: #fff;
}

.Welcome .Padding { padding: 35px; }

/**************************************************************************************************/
.Welcome h1
{
	font-size: 270%;
	line-height: .95em;
	font-weight: normal;
	margin: 0 0 15px 0;
}

.Welcome h1 a:active, .Welcome h1 a:hover { text-decoration: underline; }

/**************************************************************************************************/
.Welcome p
{
	font-size: 105%;
	line-height: 1.4em;
	color: #333;
	font-weight: normal;
	margin: 0 0 20px 0;
}

.Welcome p a, .Welcome p a:visited, .Welcome p a:active, .Welcome p a:hover
{
	color: #641476;
	font-weight: bold;
	border-bottom: 1px solid #c2c2c2;
}

.Welcome p a:active, .Welcome p a:hover
{
	color: #b572a3;
	border-color: #b572a3;
}

/**************************************************************************************************/
.Welcome .Nav { width: 480px; }

.Welcome ul, .Welcome li
{
	position: relative;
	float: left;
	display: inline;
}

.Welcome ul { margin: 0 0 0 25%; }

.Welcome li
{
	margin: 0 5px 0 5px;
	background-color: #ddd;
}

.Welcome li .Padding { padding: 5px 20px 5px 20px; }

.Welcome li:hover
{
	background-color: #ffc;
	cursor: pointer;
}

.Welcome li p
{
	font-size: 95%;
	clear: none;
	display: inline;
	text-transform: lowercase;
	color: #333;
}

.Welcome li p a, .Welcome li p a:visited, .Welcome li p a:active, .Welcome li p a:hover
{
	font-weight: normal;
	color: #333;
	border-width: 0;
}
