body 
{
	margin: 0px; padding: 0px; background: url(/images/bodyBG.gif) #e6e6e6 fixed; font-size: 70%; color: #333;
	font-family: Tahoma, Arial, Times, serif;
}
/* Allows me to put a shadow on the page content without it extending the entire length of the page 
#bgHack
{
	width: 100%; background: url(/images/bgMain.gif) repeat-y center #e6e6e6;
}
*/

#container 
{
	position: relative; width: 767px;	margin: 0px auto;	background: url(/images/bgContainer_2_col.gif) repeat-y #fff;
	padding: 0px 0px 10px 0px; border-left: 1px solid #000; border-right: 1px solid #000;
}
	
#pageHeader
{
	width: 767px; height: 90px; background: url(/images/siteHeader.gif) no-repeat; cursor:hand;
}
	
#pageHeader h1 
{
	display: none;
}
	
#linkBar1
{
	width: 767px; height: 33px; background: url(/images/bgTopLinkBar.gif) repeat-x;
	
}
	
#linkBar2
{
	line-height: 22px; padding: 0px 0px 0px 0px;
}

#linkBar2 a
{
	padding: 3px 13px 4px 13px; border-right: 1px solid #000; border-left: 1px solid #fff;
}
	
#linkBar2 a.last
{
	border-right: none; padding-left: 21px;
}
	
/* extends last button to the edje of the page*/
#linkBar2 a.last:hover
{
	border-right: none; padding-right: 27px;
}
	
#linkBar2 a.first
{
	border-left: 1px solid #ccc;
}

#linkList1
{
}

#linkList1 div
{
	background: #E9E7CF; padding: 5px 0px 5px 10px; border-bottom: 1px dashed #000;
}
	
#topBar
{
	width: 767px; height: 25px; background: #fff; border-bottom: 1px solid #000;
}
	
#leftNav
{
	float:left; width:149px; height: 100%;
}
		
#testing
{
	background: #ccc;
}
	
/*
#rightNav
{
	float:right; width:141px; margin-right: -2px; padding: 10px 0px 10px 0px; text-align: center;
}
*/
		
#bodyText
{
	line-height: 15px; margin: 0px 0px 0px 0px; padding: 30px 10px 2px 15px; overflow-x: auto;
}

#hotDeals h4
{
	display: none; /*margin: 7px 0px 0px 0px;*/
}
	
#hotDeals
{
	position: absolute; top: 126px; left: 154px; width: 476px; height: 48px; background: url(/images/hotDeals.gif) no-repeat; 
	border-bottom: 1px solid #000; margin: 0px 0px 0px 0px; display:none;
}
	
#pageTitle
{
	position: absolute; top: 149px; left: 154px; width: 613px; border-bottom: 1px solid #000; margin: 0px 0px 0px 0px;
	background: #e6e6e6;
}
	
#pageTitle h4
{
	 margin: 0px 0px 0px 0px; padding: 5px 0px 5px 10px; color: #315C96;
}
	
#currentDate
{
	 position: absolute; top: 127px; right: 5px; font-weight: bold;
}
	
#footerBar
{
	width: 767px; background: #6a85a9; margin: 0px auto; padding: 0px 0px 0px 0px;
	border-top: 1px solid #000; color: #fff; text-align:center; line-height: 15px; color: #fff;
	border-left: 1px solid #000; border-right: 1px solid #000; border-bottom: 1px solid #000;
}
	
#footerBar span
{
	font-weight: bold;
}
		
.cleaner 
{
	clear:both; /* height:1px;	font-size:1px; border:none;	margin:0; padding:0; background:transparent; */
}
	
.errorMessage
{
	border:1px #ff0000 solid; width: 95%;	color: #ff0000;	background: #FFFAF0; padding: 10px;
}

.formFieldText
{
	font-weight: bold;
}

.headerBar
{
	font-size: 16px; font-weight: bold; color: #315C96; border: 1px solid #000; background: #e6e6e6; 
	padding: 5px 10px 5px 10px; margin:  0px -11px 0px -9px;
}

/**************************************************
LINKS
**************************************************/
#linkBar2 a:link, #linkBar2 a:visited
{
	color: #333333; text-decoration: none; font-weight: bold; font-size: 10pt; font-family: Tahoma, arial;
}
	
/* hover effect that removes the left border and adds a different bg */
#linkBar2 a:hover
{
	color: #fff;  background: /*url(/images/bgTopLinkBarOver.gif) repeat-x*/ #6883A8; border-left: 1px solid #6a85a9;
}

.linkBar2Over
{
	text-decoration: none; font-weight: bold; font-size: 10pt; font-family: Tahoma, arial;
	padding: 3px 13px 4px 13px; border-right: 1px solid #000; border-left: 1px solid #fff;
	display:inline; color: #fff;  background: /*url(/images/bgTopLinkBarOver.gif) repeat-x*/ #6883A8; border-left: 1px solid #6a85a9;
}
	
#linkList1 a:link, #linkList1 a:visited
{
	font-weight: bold; color: #000099; text-decoration: underline; /* font-size: 10pt; */
}
	
#linkList1 a:hover
{
	color: #6a85a9;
}
	
#footerBar a:link, #footerBar a:visited
{
	color: #fff; font-family: tahoma, arial, times; text-decoration: none;
}
	
#footerBar a:hover
{
	text-decoration: underline;
}

a:link, a:visited
{
	color: #000099
}

a:hover
{
	color: #000099;
}