body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.splash_logo_pad {
	margin-left: 220px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5;
}

#nav a {
	display: block;
	width: 133px;
}

#nav li { /* all list items */
	float: left;
	width: 133px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 133px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	color:black;
	background:white;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
}.body_text {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
ul {
	margin-left: -17px;
}
.img_display {
	margin-top: 23px;
	margin-bottom: 15px;
	margin-left: 5px;
}
.img_choose {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 13px;
}
.img_description_txt {
	margin-left: 30px;
	display: block;
	margin-right: 8px;
	margin-top: 5px;
}
.pull_quote {
	margin-top: 26px;
	margin-right: 20px;
}.arrowback_norepeat {
	background-image: url(graphics/arrow.gif);
	background-repeat: no-repeat;
}
.instruct_display {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
.img_description_txt2 {
	margin-left: 30px;
	display: block;
	margin-right: 8px;
	margin-top: 11px;
}
.img_description_txt3 {
	margin-left: 23px;
	display: block;
	margin-right: 8px;
	margin-top: 11px;
}

