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 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #666;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(../media/headerbg.jpg);
}
h1 {
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
h2 {
  color: #0099FF;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
h3 {
  color: #666666;
  font-size: 12px;
  line-height: 15px;
}
a,  a:link {
	color: #09F;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #09F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #E46200;
	text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 960px;
}
#outerWrapper #header {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	padding: 5px 10px 10px;
	background-image: url(../media/header.jpg);
	background-repeat: no-repeat;
	height: 75px;
	text-align: right;
	color: #CCC;
}
#outerWrapper #headerhp {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	padding: 50px 10px 10px;
	background-image: url(../media/header.jpg);
	background-repeat: no-repeat;
	height: 65px;
	text-align: right;
	color: #CCC;
}
#outerWrapper #contentWrapper #contenthp {
	margin: 0 170px;
	padding: 10px;
	background-image: url(../media/hpimage.jpg);
	background-repeat: no-repeat;
	background-position: 10px 25px;
	height: 436px;
}
#outerWrapper #contentWrapper {
	background-image: url("../fixedheader/contentWrapper_bg.png");
	background-repeat: repeat-y;
	overflow: hidden;
	margin-top: 10px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	border-right: 1px solid #F60;
	float: left;
	padding: 0px 5px 10px 0px;
	width: 165px;
	background-color: #FFF;
}
#outerWrapper #contentWrapper #rightColumn1 {
	border-left: 1px solid #F60;
	float: right;
	padding: 0px 0px 10px 8px;
	width: 162px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 170px 0 170px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #footer {
	border-top: 1px solid #F60;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	font-size: 11px;
}

/* Navigation */

#navcontainer {
	width: 160px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-weight: normal;
}

#navcontainer a
{
	display: block;
	padding: 2px 1px;
	width: 158px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer a:hover
{
	background-color: #ECECEC;
	color: #F60;
}
#content #rightimage {
	float: right;
	width: 305px;
	padding-left: 15px;
}
#content #rightimage img {
	border: 1px solid #FF8F2E;
}

/* Additional Text Styles */

.subheadnav {
	font-size: 12px;
	font-weight: bold;
	color: #F60;
}
#fixedprice {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	text-align: center;
	vertical-align: text-bottom;
}
.txtorange {
	color: #F60;
}
.txtblue {
	color: #5A668C;
}
.bold {
	font-weight: bold;
}
.black {
	color: #333;
	font-weight: bold;
}
.smalltext {
	font-size: 11px;
	line-height: 15px;
}
