* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #111111;
}

A {
	color: #cf0b0b;
	text-decoration: underline;
}
A:hover {
	color: #000000;
	text-decoration: none;
}

#horizon {
	background-color: transparent;
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	margin-top:-300px;
	text-align:center;
	min-width:1000px; 
}

#wrapper {
	position: relative;
	text-align:left;
	width:1000px;
	height:600px;
	margin:0px auto;
	/* border: 1px solid pink; */ /* for some reason, when border isn't used, the welcome box drops lower, when no Flash content is displayed */
}

#welcome {
	position: absolute;
	top: 120px;
	right: 0px;
	width: 265px;
	height: 260px;
	background: url(../images/homeMessage01.gif) no-repeat 0px 0;
	font-size: 12px;
	/* border: 1px solid yellow; */
}
#welcome P {
	display: none;
}

#highlight {
	position: absolute;
	bottom: 20px;
	right: 0px;
	width: 265px;
	height: 165px;
	background: url(../images/highlightBG01.jpg) no-repeat 0px 0;
	color: #000000;
	line-height: 14px;
	font-size: 11px;
	text-align: center;
}
#highlight h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 56px 68px 2px 56px;
}
#highlight P {
	margin: 0px 68px 0px 56px;
}
#highlight A {
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	display: block;
	padding-top: 5px;
}

#flashContent {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: transparent;
}

#noFlash {
	margin: 20px 0px 0px 20px;
	border: 1px solid #ffffff; /* keep this, or else the top margin on the #instructions DIV isn't recognized */
}
#noFlash H1 {
	float: left;
	/* border: 1px solid green; */
}
#noFlash H1 A {
	width: 300px;
	height: 60px;
	background: url(../images/logo_noFlash01.gif) no-repeat 0 0;
	display: block;
}
#noFlash H1 A:hover {
	background: url(../images/logo_noFlash01.gif) no-repeat 0 -60px;
}
#noFlash H1 A SPAN {
	display: none;
}
#noFlash UL {
	padding: 35px 0px 0px 0px;
	float: right;
	/* border: 1px solid blue; */
}
#noFlash LI {
	display: inline;
	padding: 0px 20px 0px 0px;
	
}
#noFlash UL A {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
}
#noFlash DIV#instructions {
	clear: both;
	margin: 120px 350px 0px 0px;
	background-color: #cf0b0b;
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
	/* border: 1px solid blue; */
}
#noFlash DIV#instructions P {
	padding: 20px
}
#noFlash DIV#instructions A {
	color: #ffffff;
}