 body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #646464;
	line-height: 140%;
	height: 100%;
}

a {
	color: #646464;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
	padding: 2px 3px 2px 3px;
}

a:hover {
	color: #fff;
	background-color: #d90008;
}

h1 {
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	color:#fff;
	margin:0px;
	padding:0px;
	line-height:1.1em;
}

h2 {
	display: inline;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#fff;
	line-height: 1.4em;
}

h3 {
	display: inline;
	font-size: 1.2em;
	font-weight: normal;
	color:#f00;
	line-height: 1.8em;
}

#nav {
	width: 950px;
	height: 63px;	
}

#logo {
	float: left;
	width: 300px;
	text-align: left;
}

#logo a:hover {
	background: none;
}

#links {
	float: left;
	width: 650px;
	text-align: right;
	margin: 20px 0px 0px 0px;
	cursor: default;
	font-weight: bold;
	text-transform: uppercase;
}

#links a {
	color: #fff;
}

#links ul {
	display: inline;
	float: right;
}

#links ul li {
	float: left;
	list-style: none;
}

#container {
	width: 950px;
	height: auto;
	position:absolute; 
	top:50%; 
	left:50%;
	margin:-290px auto auto -475px;
	text-align: center;
}

#video {
	width:950px; 
	min-height:430px;
	text-align:left; 
	padding:20px 0px 0px 0px;
}

#pageTitle {
	background: url(./../images/page-title-background.gif) no-repeat;
	width:398px;
	height:54px;
	padding: 12px 0px 0px 22px;
}

#content {
	background:url(./../images/content-background.gif) repeat-x #000000;
	width:375px;
	min-height:344px;
	padding:16px 36px 16px 22px;
	color:#fff;
	list-style-type: square;
}

#content .a2 {
	color: #fff;
	background-color: #d90008;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

#content p {
	margin-bottom: 20px;
}

.accesskeylink {
	display:none;
}

address {
	font-style: normal;
}

.address {
	float: left;
	width: 180px;
}

input.button {
	margin: 0px;
	padding: 0px 5px 3px 5px;
	border: 0px dotted #0054a0;	
	background-color: #eaeceb;
	font-size: 0.9em;
	cursor: default;
	width: 64px;
	height: 22px;
}

.formValidationError {
	font-weight: bold;
	font-size: 1.0em;
	color: #d90008;
	width: 300px;
	white-space: nowrap;
}

.textbox {
	background: #303030;
	border: 1px dotted #666666;
	color: #fff;
	height: 18px;
	font-size: 0.9em;
	padding: 4px 0px 0px 3px;
	width: 252px;
	height: 20px;
}

.textboxActive {
	background: #444444;
	border: 1px dotted #888888;
	color: #fff;
	height: 18px;
	font-size: 0.9em;
	padding: 4px 0px 0px 3px;
	width: 252px;
	height: 20px;
}

.cFloat {
	clear: both;
}

#footer {
	width: 950px;
	height: 85px;
	background: url(./../images/gradient-gray.gif) repeat-x #000;
	margin: -11px 0px 0px 0px;
}

#footerLeft {
	float: left;
	text-align: left;
	width: 475px;
	height: 85px;
	padding: 10px;
}

#footerRight {
	float: left;
	text-align: right;
	width: 433px;
	height: 85px;
	margin: 3px 2px 0px 0px;
	padding: 10px;
}
