body {
	background-color: #FFFFFF;
	scrollbar-arrow-color: #3E1B68;
	scrollbar-face-color: #FFFFFF;
	scrollbar-darkshadow-color: #A292B4;
	scrollbar-shadow-color: #A292B4;
	scrollbar-track-color: #ECE9F0;
	scrollbar-base-color: #ECE9F0;
	scrollbar-3dlight-color: #ECE9F0;
	scrollbar-highlight-color: #FFFFFF;
	
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#666666;
	/*background: #FFFFFF url(../img/tile.jpg) repeat-x 0 0;*/
}

strong {
	color:#622D83;
}
img {
	border:none;
}
a {
	border:none;
	color:#622D83;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#622D83;
	font-weight:bold;
	text-decoration: underline;
}

#global {
	width:100%; 
	height:93%; 
	position:absolute; 
	top:0px; 
	left:0;
	/*
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	*/
}

#wrapper {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#splash {
	width: 950px;
	/*height: 1600px;*/
	position: absolute;
	top: 0px;
	text-align: center;
	/*background: #000 url(../img/splash.jpg) no-repeat 0 0;*/
}

#splash img {
	border: none;
	/*position:absolute;
	right:20px;
	top:440px;*/
}

#information {
	width: 950px;
	position: relative;
	top: 1200px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom:0px;
	padding-bottom:20px;
	text-align:left;
}
ul {
	margin-top:0px;
	margin-left:5px;
	padding-left:5px;
}
li {
	margin-left:5px;
	list-style-image: url(../img/dot.gif);
}

object { -moz-outline-style: none; }