body {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin:0px;
	background-color:#ececec;
}

.indexTable
{
	width:800px;

}

a:link{
	color:#000000;
	text-decoration:none;
}

a:hover
{
	color:#e2e2e2;
	text-decoration:none;
}

<!-- LEFT MENU CSS INFORMATION  -->
.menuTable
{
	width:277px;

}
.menuLeftTop
{
	background-image:url(images/blue/leftmenutop.jpg);
	background-repeat:no-repeat;
	height:42px;
	padding-left:4px;
	font-weight:bold;
	vertical-align:text-bottom;

}
.menuLeftMiddle
{
	background-color:#FFFFFF;
	background-repeat:repeat;
	height:100%;
	padding-left:4px;
	vertical-align:top;

}
.menuLeftBottom
{
	background-image:url(images/blue/leftmenubottom.jpg);
	background-repeat:no-repeat;
	height:40px;
	padding-left:4px;

}

.menuButtons
{
	background-image:url(images/blue/menubuttons.jpg);
	background-repeat:no-repeat;
	height:22px;
	text-align:left;
	text-indent:5px;
	padding-bottom:2px;
	color:#FFFFFF;
	text-decoration:none;
	cursor:hand;

}

.menuButtonsOver
{
	background-image:url(images/blue/menubuttonsover.jpg);
	background-repeat:no-repeat;
	height:22px;
	text-align:left;
	text-indent:5px;
	padding-bottom:2px;
	color:#CCCCCC;
	text-decoration:none;
	cursor:hand;

}

.menuSplitter
{
	background-image:url(images/blue/splitter.jpg);
	width:2px;
	height:95%;
	background-repeat:repeat-y;
	margin-top:10px;
	background-position:bottom;
}

.selectOption
{
	color:#999999;
	font-size:12px;

}

.selectTitle
{
	color:#000000;

}
<!-- LEFT MENU ENDS HERE -->

<!-- SHOPPING CART CSS HERE -->
.shoppingCartTop
{
	background-color:#052751;
	color:#FFFFFF;
	margin-left:2px;

}

a.shoppingCart
{
	text-decoration:none;
	color:#FFFFFF;

}

.shoppingCart
{
	text-decoration:none;
	color:#FFFFFF;

}

a.shoppingCart:hover
{
	text-decoration:none;
	color:#F5F5F5;
}

.shoppingCartBorder
{
	border:solid;
	border-color:#cecece;
	border:1px;

}
<!-- SHOPPING CART ENDS HERE -->


.mainLinksClass
{
	width:80px;
	color:#FFFFFF;
}

a.mainLinksClass
{
	color:#FFFFFF;
	text-decoration:none;

}

a.mainLinksClass:hover
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;

}

.mainLinksTable
{
	width:523px;
	height:25px;

}
.bottomInfoTable
{
	width:523px;
	height:40px;

}
.mainTable
{
	width:523px;
	height:auto;
	background-color:#FFFFFF;

}
.indexDiv
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	margin-top:2px;

}

<!-- TEXT FOR MAIN HEADERS AND TEXT -->

.mainHeaders
{
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;

}

.linkTitles
{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

a.linkTitles:visited
{
	text-decoration:none;
	color:#000000;
}

a.linkTitles:hover
{
	text-decoration:none;
	color:#999999;
}

.amountOfSearchResults
{
	margin-bottom:5px;
	margin-top:5px;
}

.bottomLinks
{
	font-size:12px;
	text-decoration:none;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

a.bottomLinks:visited
{
	color:#000000;
	text-decoration:none;
}
a.bottomLinks:hover
{
	color:#999999;
	text-decoration:none;
}