body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 78%;
	background-color: #003368;
	margin: .3em;
	width: 280px;
}
ul {
	margin: 0.3em 0;
	padding:0 0 .5em 1.5em;	
}
li {
	padding-bottom: .3em;
	line-height: 1.1em;
}
dt {
	font-weight: bold;
	color: #333;
}
#top, #nav, #content {
	margin-bottom: .5em;
}
#top .skiplink, #top #homelink {
	font-size: .8em;
	color: #ccc;
}
#top h1 {
	height: 40px;
	font-family: georgia;
	font-weight: normal;
	font-size: 1em;
	text-align: left;
	text-transform: uppercase;
	margin:.5em 0;
	background: url(/homepage/07/images/handheld-logo.png) no-repeat;
	padding:3px 0 0 60px;
	letter-spacing: 1px;
}
#top h1 span {
	display: block;
	border-top: 1px solid white;
	margin-top: .1em;
	padding-top: .1em;
	font-size: 1.5em;
}
#subhome #top h1 {
	font-size: 1.5em;
}
#top h1 a {
	color: #fff;
	text-decoration: none;
}
#nav, #footer, #subhome #quicklinks, #subhome #global-bar {
	background-color: #e0e6ef;
	padding: .3em;
}
#feature {
	background-color: #d0d6df;
	padding: .2em;
	margin-bottom: .3em;
}
#feature img, #content img {
	border: 0;
}
#nav h2, #content h2 {
	font-size: 1.3em;
	margin: 0;
}
#content {
	background-color: #fff;
	padding: .3em;
}
#footer {
	font-size: .8em;
	color: #666;
}

