body {
font-family: Arial, Helvetica, sans-serif;
background: black;
color:#E84B1F;
margin:0;
}

#mainwrapper {
	width: 800px;
	height:100%;
	margin:0 auto;
}
#cont {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}


#logobox {
  float:left;
  background: black;
  clear: both;
  text-align:center;
  width: 800px;
  margin-top: 15px;
  border-bottom: 
}

#menubox {
  float:left;
  blackground:black;
  width: 800px;
  text-align: center;

}
#innertube {
  float:left;
  background:#000000;
  width: 780px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 8 0;
  width: 780px; /*For KHTML*/
  list-style: none;
  height: 35px;
  background: #000;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 35px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px verdana;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #000000;
  border-bottom-color: #E84B1F;
  padding: 0 22px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #000;
  color: #E84B1F;
  font: bold 12px/31px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #E84B1F;
  color: #000;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #E84B1F;
  color: #000000;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #E84B1F;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
.tabletxt{
	font-size:13.5pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #E84B1F;
	line-height: 25px;


} 
#olddates {
	font-size:11pt;
	font-weight: bold;

}
a.nav {
	color: #E84B1F;
	text-decoration: none;
}
a.nav:link       visited  {
	color: #E84B1F;
	text-decoration: none;
}
a.nav:hover  {
	color: #e65811;
	text-decoration: underline;
}

.smtabletxt {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	line-height: 15px;
	color: 0066cc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
titletop {
	padding-top: 20px;
}
.flt_rght {
	float: right;
}
