body
{
	background-color: Yellow;
	padding-right: 0.5%;
	padding-left: 0.5%;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	height: 100%;
}

h1.pageHeader
{
	color: red;
}

h2.centered
{
	text-align: center;
	clear: both;
	padding-right:100px;
}

div.siteMap
{
	color: Black;
	font-family: Arial;
	font-size: larger;
}

h4
{
	color: Black;
	font-family: Arial;
	font-size: larger;
}

p.centeredStandardText
{
	text-align:center;
	color:Black;
	font-family:Times New Roman;
}

p.standardText
{
	color: Black;
	font-family: Arial;
	font-size: large;	
}

p.boldStandardText
{
	color: Black;
	font-family: Arial;
	font-size: large;
	font-weight: bold;
}

hr.headerFooterBar
{
	height: 15px; 
	background-color: Red;
}

hr.separatorBar
{
	height: 7px;
	background-color: Red;
}

li.priceList
{
	height:10px;
	display:list-item;
}

#pageWrapper
{
	margin:auto;
	width: 100%;
}

#headerLogo
{
	height: 150px;
	width: 625px;
	background-image: url(images/logo.png);
	background-position: left top;
	clear: both;
	float: none;
}

#footerArea
{
	text-align: center;
	position: static;
	clear: both;
}

#siteMapPathDiv
{
	font-weight: bold;
	font-size: 0.8em;
	font-family: Sans-Serif;
}

#bodyArea
{
	background-color: Yellow;
	background-image: url(images/sidebarGraphic.jpg);
	background-repeat: repeat-y;
	width: auto;
	padding-right: 15px;
}

#bodyLeft
{	
	clear:left;
	float:left;
	vertical-align:top;
	width:160px;
	color:White;
	position:static;
	text-align:center;
}

#bodyRight
{
	float:right;
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	width: auto;
	position: static;
	text-align: justify;
	background-color: Yellow;
	overflow: auto;
	clip: rect(auto, auto, auto, auto);
	padding-right: 15px;
}

