@charset "utf-8";

/* Tag Selectors */
body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #33FF33;
}
a:active {
	text-decoration: none;
}

/* Class Selectors */
.siteChoice {
	background-color: #00C922;
	text-align: center;
	float: left;
	width: 795px;
	overflow: hidden;
	margin-left: 3px;
	color: #FFFFFF;
	height: 20px;
	padding-top: 5px;
}
.entryFlag {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20;
	margin-right: 5px;
	margin-bottom: auto;
	margin-left: auto;
}

.cornerLogo {
	border: none;
	float: left;
	margin-top: 3px;
	margin-left: 3px;
}

/* ID selectors */
#splashAddress {
	background-color: #0099CC;
	text-align: center;
	height: 36px;
	width: 641px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	vertical-align: middle;
	line-height: 18px;
	margin-top: 3px;
	margin-left: 3px;
}
#splashBucket {
	font-size: 10px;
	background-color: #FFFFFF;
	height: 312px;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
#splashMovie {
	font-size: 10px;
	background-color: #FFFFFF;
	height: 500px;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#splashHead {
	background-color: #FFFFFF;
	display: inline;
	margin-bottom: 4px;
}

#splashPic {
	display:inline;
	border: 3px solid #FFFFFF;
}
#splashBottom {
	background-color: #FFFFFF;
	height: 28px;
	width: 800px;
}
	