.title {
  padding-left: 120px;
  min-height: 120px;
  background-image: url(http://images.apple.com/downloads/images/essentials_quicktime20070611.png);
  background-position: top left;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.playButton {
	background-color: #000000;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.25em;
	opacity: .9;
	filter: alpha(opacity=50);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
	position: relative;
	top: 50%;
	zoom: 100%;
	padding: .5em 1em;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.playBackground {
  background-color: rgb(0,0,0);
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px; left: 0px;
}


#Content {
	margin: 0 auto;
	width: 940px;
}

.ContentBox {
	border: 1px solid #576490;
	border-top: 10px solid #576490;
	margin: 10px;
	padding: 10px;
	width: 200px;
}

#ContentLeft {
	float: left;
	text-align: right;
	width: 224px;
}
#ContentLeft_Inner {
	padding: 15px;
	text-align: right;
}

#ContentRight {
	background-image: url( ../images/badge_bot.jpg );
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid #CCC;
	border-width: 0px 1px 0px 1px;
	float: right;
	width: 714px;
}
#ContentRight_Inner {
	padding: 25px;
}

#Footer {
	background-color: #576490;
	color: white;
	float: right;
	padding: 5px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: right;
	width: 706px;
}
#Footer a {
	color: #BBB;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.Thumbnail {
	border: 1px solid black;
	float: right;
	margin: 0px 0px 10px 0px;
	display: block;
	width: 200px;
}
.Thumbnail2 {
	border: 1px solid black;
	margin: 3px;
	width: 150px;
}
.Thumbnail2_hide {
	display: none;
}

a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	font-size: 12px;
}

a:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}

a.leftnav:link {
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
}

a.leftnav:visited {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
}

a.leftnav:hover {
	color: #999999;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
}

a.leftnav:active {
	color: #999999;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}

body {
	background: #FFFFFF;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	margin: 0 auto;
}

h1 {
	color: #000000;
	font-family: Arial, Georgia, sans-serif;
	font-size: 16px;
}

h2 {
	color: #000000;
	font-family: arial, Verdana, sans-serif;
	font-size: 11px;
}

.footer {
	color: #CCCCCC;
	font-family: arial, Tahoma, Verdana, sans-serif;
	font-size: 9.5px;
	font-weight: bold;
	line-height: 30px;
}
.txt-white-bold {
	color: #FFFFFF;
	font-weight: bold;
}
.mission {
	border: 1px solid #BEBEBE;
	float: none;
	display: block;
	padding: 7px;
	background-color: #FFFFFF;
}
