body {
	background-color: #000000;
	color: #2B2B2B;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 1px 25px 1px;
	padding: 0px;
}
.clear {clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 826px;
	clear: both;
}
p {
	margin: 15px 0px;
	padding-bottom: 5px;
}
a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #2B2B2B;
}
a img {
	border: none;
}
a:hover {
 color: #EE4000;
}
a:visited {
 color: #4F4F4F;
}
li {
	 list-style-type: none;
	 display: inline;
} 
li :link {
 color: #2B2B2B;
 text-decoration: none;
 font-weight: bold;
}
li a:hover {
 color: #EE4000;
 font-weight: bold;
}
li a:visited {
 color: #4F4F4F;
 text-decoration: none;
 font-weight: bold;
}
/********************** Header ***************************/
#search {
  width: 330px;
	top: 0px;
	float: right;
}
#banner {
	margin: 0px 0px 0px 0px;
	background-image: url(../images/topbanner.png); 
	background-repeat: no-repeat;
  background-position: bottom center;
	width: 826px;
	height: 138px;
	position: relative;
}
#header-text {
	top: 0px;
	float: left;
	font-size: 12px;
	color: #EE4000;
	font-weight: bold;
	margin-top: -20px;
	margin-left: -5px;
}
#header-text a {
  color: #EE4000;
	padding: 0 5px 0 5px;
}
#header-text a:hover {
  color: #FF7722;
	padding: 0 5px 0 5px;
}
/********************** Content ***************************/
#content {
  position: relative;
  width: 820px;
	border: solid 3px #EE4000;
  background-color: #F5F5F5;
	background: url(../images/page_bg.png) repeat-y center top;
	padding-bottom: 10px;
}
img {
	border-width: 0px;
}
h1, h2, h3, h4 {
  text-align: center;
	font-weight: bold;
}
h1 {
	font-size: 26px;
	margin-top: 30px;
}
h2 {
	font-size: 23px;
	margin-top: 30px;
}
h3 {
 font-size: 16px;
}
h4 {
 font-size: 14px;
}
#sidebar {
	float: left;
	overflow: hidden;
	width: 146px;
	margin-left: 8px;
	margin-top: 40px;
	padding: 0px 0px 30px 0px;
	display: inline;
}
#sidebar ul {
	float: left;
	overflow: hidden;
	width: 146px;
}
#sidebar ul li {
  float: left;
}
#sidebar a {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	padding: 4px;
	width: 101px;
	border-right: 1px solid #EE4000;
	border-bottom: 1px solid #EE4000;
	font-weight: bold;
	margin-left: 2px;
  margin-bottom: 20px;
}
#sidebar ul {
	float: left;
	overflow: hidden;
	width:146px;
}
#sidebar ul li {
  float: left;
}
#sidebar a:hover {
	background: #FF6600;
	color: #FFFFFF;
}
#sidebar a.sub {
	width: 70px;
	padding-left: 6px;
	margin-left: 15px;
	margin-top: -10px;
}
#content #sidebar a#featureLink {
	background: #FF6600;
}
#content #sidebar a#featureLink:hover {
	background: #FF6600;
}
#right {
	float: right;
	width: 610px;
	background: #F5F5F5;
	padding: 0px 40px 5px 15px;
	margin-top: 0px;
	text-align: center;
}
#right .center {
  text-align: center;
	padding: 2px 0 2px 0;
	margin: 0px;
}
#right img.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#text-list {
	font-size: 14px;
	font-weight: bold;
	line-height: 175%;
	margin-bottom: 10px;
	text-align: center;
}
#text-list a {
  color: #2B2B2B;
	padding: 0 50px;
}
#text-list a:hover {
  color: #EE4000;
}
#pressbox {
	text-align: left;
}
#pressbox .top {
  padding: 1px;
}
#pressbox h2.small {
  font-size: 20px;
}
#pressbox h3 {
  padding-bottom: 15px;
}
#pressbox h4 {
  padding: 25px 0 35px 0;
	text-decoration: none;
}
#pressbox h4 a {
	color: #2B2B2B;
	font-size: 14px;
	text-decoration: none;
	padding: 0 10px;
}
#pressbox h4 a#featureLink {
	color: #808080;
}
#pressbox h4 a#featureLink:hover {
	color: #808080;
}
#pressbox p {
 padding-bottom: 0px;
 font-size: 13px;
}
#pressbox a {	
  color: #2B2B2B;
	font-size: 16px;
	text-decoration: underline;
}
#pressbox a:hover {
	color: #EE4000;
}
#clear {clear: both; margin: 0px}
/********************** Footer ***************************/
#footer {
  clear: both;
	width: 826px;
	height: 50px;
	background-image:url(../images/disclaimer.gif);
	background-repeat: no-repeat;
  background-position: bottom center;
	padding: 30px 0 12px 0;
}
#footer-text {
	font-size: 12px;
	color: #EE4000;
	font-weight: bold;
	text-align: center;
}
#footer-text a {
  color: #EE4000;
	padding: 0 5px 0 5px;
}
#footer-text a:hover {
  color: #FF7722;
	padding: 0 5px 0 5px;
}