body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 1024px;
   }
.heading {
	font-size: 42px;
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
	letter-spacing: 2px;
	margin-bottom: -8px;
}
p.nospace {
	letter-spacing: 0px;
	line-height: 1.5;
}
.red {color: #CC0000}
a:link {
	color: #990000;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}
.footer {
	color: #000000;
	font-size: 75%;
}

.pipemenu {
	display:block;
	position:relative;
	width:900px;
	margin:0px auto;
	clear:both;
}
* html .pipemenu {
width:910px;
w\idth:910px;
}


.pipemenu ul {
padding:0; 
margin:0;
list-style-type: none;
}
.pipemenu ul li {
float:left;
position:relative;
}
.pipemenu ul li a, .pipemenu ul li a:visited { /* TOP LEVEL OF MENU*/
	display:inline;
	font-size:0.95em;
	letter-spacing: 2px;
	text-decoration:none;
	color:#666;
	width:auto;
	height:1.4em;  /* change line height and top below as well */
	line-height:1.4em;
	border-right: 1px solid #CC0000;
	padding-left: 5px;
	padding-right: 5px;
}
* html .pipemenu ul li a, .pipemenu ul li a:visited {
width:auto;
w\idth:auto;
}
.pipemenu ul li a.right, .pipemenu ul li a.right:visited { /* we dont want extra bar on right*/
	display:inline;
	font-size:0.95em;
	letter-spacing: 2px;
	text-decoration:none;
	color:#666;
	width:auto;
	height:1.4em;  /* change line height and top below as well */
	line-height:1.4em;
	border-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.pipemenu ul li.selected, .pipemenu ul li.selected:visited { /* we cant add to a*/
	display:inline;
	font-size:0.95em;
	letter-spacing: 2px;
	text-decoration:none;
	color:#990000;
	width:auto;
	height:1.4em;  /* change line height and top below as well */
	line-height:1.4em;
	border-right: 1px solid #CC0000;
	padding-left: 5px;
	padding-right: 5px;
}
.pipemenu ul li.rightselected, .pipemenu ul li.rightselected:visited { /* we dont want extra bar on right*/
	display:inline;
	font-size:0.95em;
	letter-spacing: 2px;
	text-decoration:none;
	color:#990000;
	width:auto;
	height:1.4em;  /* change line height and top below as well */
	line-height:1.4em;
	border-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
/* specific to non IE browsers */
.pipemenu ul li:hover a {
color:#CC0000; 
background:#eee;/* on main menu hover*/
}
.pipemenu ul li a:hover {
color:#CC0000; 
background:#eee;/* on main menu hover*/
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0px 30px 0px 20px;
}
