
body {
	background: #F6EFDE;
	margin: 40px 0px;
	padding: 0px;
	text-align: center;
	font-family: "Lucida", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
/* IE5 and Opera text */
body {
	font-size: x-small;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}
html>body {
	font-size: small;
}

#wrapper {
	background: #466A8D;
	width: 720px;
	margin: 0px auto;
	text-align: center;
}
#toprow {
	background: url(/images/splashlogo.gif) no-repeat 17px 50px;
	text-align: left;
}
#slides {
	margin: 0px 0px 0px 282px;
}
#slides img {
	border-left: 2px solid #F6EFDE;
	border-bottom: 2px solid #F6EFDE;
}
#beauty {
	clear: left;
	border-top: 2px solid #F6EFDE;
}
#tm {
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0px 10px 15px;
	color: #466A8D;
	font-size: 85%;
}

#splashmenu {
	margin: 0px 0px 0px 282px;
	padding: 0px;
	list-style: none;
	display: block;
}
#splashmenu li {
	background: #99AC99;
	margin: 0px;
	padding: 0px;
	border-left: 2px solid #F6EFDE;
	display: block;
	float: left;
}
#splashmenu li a {
	background: #99AC99;
	width: 124px;
	padding: 5px 0px 5px 20px;
	display: block;
	color: #FFFFFF;
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;	
}
#splashmenu li a:hover {
	background: #466A8D;
}