#mainContent {
	padding-left: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
}

#mainContent h1 a {
	display: block; /* Allows you to change the width and height of the image */
	height: 127px;
	width: 983px;
	text-indent: -2000em; /* Hides the text in the h1 tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000;
	cursor: default;
	background-image: url(../smartsync/images/smartsync_bar.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#mainContent h2 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 5px;
}
#mainContent h3 {
	font-weight: bold;
}
#smartsyncBarLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	width: 500px;
	left: 460px;
	top: -65px;
	color: #FFF;
	z-index: 100;
	position: relative;
	height: 20px;
	margin-bottom: -20px;
}
#smartsyncBarLinks strong {
	padding-right: 50px;
	font-weight: normal;
}
.smartsyncBarLinksItemNormal {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
.smartsyncBarLinksItemHighlighted {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	cursor: default;
}
