@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #000000 url('images/bgMain.gif') no-repeat center top;
	font-family: Verdana, Geneva, sans-serif;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 950px;
	margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
div .clear {
	clear: both;
}
p {
	margin: 0;
	padding: 0;
}
/* HEADER */
#header {
	width: 950px;
	height: 110px;
	background: url('images/yellowDivider.gif') no-repeat center bottom;
}
#header .right p {
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	width: 580px;
	margin: 0;
	padding: 30px 0 0 0;
}
/* FOOTER */
#footer {
	width: 950px;
	height: 75px;
	background: url('images/yellowDivider.gif') no-repeat center top;
}
#footerLogo {
	float: right;
	padding: 22px 10px 0 0;
}
#footerCopyright {
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	padding: 30px 0 0 10px;
	float: left;
}
/* CONTENT */
#contentContainer {
	width: 930px;
	margin: 0 auto;
	padding: 0 10px;
}
#contentContainer p {
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	margin: 0;
	padding: 0 0 20px 0;
}
#contentContainer ul {
	padding: 15px 0;
	margin: 0;
	list-style:none;
}
#contentContainer li {
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	background: url('images/bulletYellow.gif') no-repeat left center;
	margin: 0;
	padding: 0 0 0 8px;
	color: #FFFFFF;
}
#STS, #Diffraction {
	width: 455px;
}
#buttonSTS a {
	width: 455px;
	height: 40px;
	background-image: url('images/buttonSTS.gif');
	color: #ffffff;
	text-indent: -5000px;
	display: block;
	font-size: 0px;
	text-align:center;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 0 0 20px 0;
}
#buttonDiffraction a {
	width: 455px;
	height: 40px;
	background-image: url('images/buttonDiffraction.gif');
	color: #ffffff;
	text-indent: -5000px;
	display: block;
	font-size: 0px;
	text-align:center;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 0 0 20px 0;
}
#buttonSTS a:hover, #buttonDiffraction a:hover {
	background-position: 0px -40px;
	color: #ffffff;
}

