body {
	background-color: #454748;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#wrapper {
	padding: 0px;
	margin: 0px auto;
	width: 1092px;
	background: url("../images/wrapperBackground.gif") white repeat-y;
}

#header {
	background-image: url("../images/header.gif");
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	width: 1092px;
	height: 77px;
}

#nav {
	margin: 13px auto;
	padding: 0px;
}

.navP {
	clear: both;
	text-align: left;
	font: 12px arial, helvetica, sans-serif;
	color: #40505e;
	margin-left: 50px;
	margin-top: 5px;
}

#footer {
	background: url("../images/footer.gif") #454748 no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	width: 1092px;
	height: 200px;
	font: 14px arial, helvetica, sans-serif;
	color: #417087;
	clear: both;
}

#footer p {
	margin-top: 30px;
	font-size: 12px;
	line-height: 1.5em;
}

#footer a {
	color: #077fb9;
}

#footer a:hover {
	color: #85b7cf;
}

#searchField {
	width: 200px;
}

img {
	border: none;
}

a img {
	border: none;
	padding: 0px;
}
	
a {
	border: none;
	text-decoration: none;	
}

a:link {
	border: none;
	text-decoration: none;
	color: #0c659e;
}

a:visited {
	text-decoration: none;
	border: none;
	color: #0c659e;
}

a:hover {
	text-decoration: none;
	border: none;
	color: #c6d8e4;
}

#stageSpectra {
	text-align: center;
	line-height: 1.5em;
	width: 990px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #40505e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	clear: both;
}

#stageSpectra_index {
	text-align: left;
	line-height: 1.5em;
	width: 990px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #40505e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	clear: both;
}

#stageSpectra_index ul {
	list-style-type: circle;
}

#heading {
	font-size: 16px;
}

#spectraMenu {
	text-align: center;
	font: 14px arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px auto;
	border: none;
	list-style-type: none;
	width: 900px;
}

#spectraMenu li {
	width: 180px;
	border: none;
	float: left;
	margin-left: -1px;
	position: relative; /*********IE6 HACK*********/
}

#spectraMenu li a {
	display: block;
	border: 1px solid #0c659e;
	padding: 3px 5px;
	color: #0c659e;
}

#spectraMenu li a:link {
	text-decoration: none;
	color: #0c659e;
	
}

#spectraMenu li a:hover {
	color: #0c659e;
	background-color: white;
	text-decoration: none;
}

#spectraMenu li ul {
	visibility: hidden;
	list-style-type: none;
	margin-left: -10px;
}

#spectraMenu li li {
	margin-top: -1px;
}

#spectraMenu li li a:hover {
	color: #0c659e;
	background-color: #deebf8;
	text-decoration: none;
}

#spectraMenu li:hover ul {
	visibility: visible;
	text-decoration: none;
	color: #0c659e;
	background-color: white;	
}

img {
	border: none;
}

.clearBoth {
	clear: both;
}


	 
	
