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


a {
	outline: none;
} /* removes dotted line from around links in FF */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;
	background-color:#000000;
	background-image: url(images/bkgdRamp.jpg);
	background-repeat:repeat-x;
	color: #000000;
}
p {
	font-size: 0.75em;
	line-height: 1.35em;
	color:#CCCCCC;
}
h1 {
	font-family:arial black;
	font-size: 1.35em;
	color:#FF0000;
	font-weight: bold;
	line-height: 1.35em;
}
h2 {
	font-family:arial black;
	font-size: 1.15em;
	color:#cccccc;
}
h3 {
	font-family:arial black;
	font-size: .95em;
	color:#cccccc;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	border:#CCCCCC;
	background-color: #000000;
}
#mainContent {
	padding: 15px 20px 15px 20px;
	width: 760px;
	text-align: left;
}
#mainContent ul li {
	font-size: 0.75em;
	line-height: 1.35em;
	color:#CCCCCC;
}
#subContent {
	padding: 15px 20px 15px 20px;
	width: 730px;
	text-align: left;
}
#footer {
	background-color:#333333;
	font-size: 0.65em;
	line-height: 1.35em;
	width: 100%;
	height: 30px;
	color: #CCCCCC;
	padding: 10px 0 10px 0;
}
#footer a:link {
	color: #FF0000;
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;
	color: #FF0000;
}
#footer a:hover {
	text-decoration: none;
	color: #0099FF;
}
#footer a:active {
	text-decoration: underline;
	color: #FF0000;
}
#chartCopy {
	font-size: 12px;
	font-family:arial black;
	color: #FFFFFF;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.nav {
	font: Arial Black;
	color: #FF0000;
	font-weight: bold;
	font-size: 0.75em;
}
.specBox {
	height: 400px;
}
.hozRule {
	color:#0066FF;
}
.center {
	text-align:center
}
.fltRt {
	float: right;
	padding-left: 10px;
}
.fltLft {
	float: left;
}
.fltLftPhoto {
	float: left;
	margin: 10px 20px 10px 0;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.headerBox {
	width:215px;
	float: right;
}

