@charset "UTF-8";
.oneColElsCtr #mainContent {
	padding: 0 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #222222;
}
.oneColElsCtr #container {
	width: 1000px;
	background: #222222;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
a:link {
	text-decoration: none;
	color: #9EC05E;
}
a:visited {
	text-decoration: none;
	color: #9EC05E;
}
a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/metal_bkg_vertical2.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
h1 {
	color: #999999;
	font-size: 14pt;
	font-family: arial, veranda;
	letter-spacing: 0.125em;
	vertical-align: top;
}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	vertical-align: top;
	color: #999999;
}
.nav-main {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #9EC05E;
	text-align: right;
	vertical-align: top;
	letter-spacing: 0.1em;
	line-height: 12pt;
}
.nav-main-other {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #9EC05E;
	text-align: right;
	vertical-align: top;
	letter-spacing: 0.1em;
	line-height: 12pt;
}
.nav-sub {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #9EC05E;
	vertical-align: top;
	line-height: 12pt;
}
.nav-rollover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	letter-spacing: 0.1em;
	line-height: 12pt;
}
.body-text {
	color: #999999;
	font-size: 7pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: lighter;
}
.footer {
	font-size: 7pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: FFFFFF;

}		

