a:link {
	text-decoration: none;
	}

a:hover {
	font-weight: bolder;
	color: #00CCFF;
	}

a:active {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}

.navbar {
	position: relative;
	visibility: visible;
	width: 150px;
	height: 1000px;
	font-family: "Times New Roman", "Times", "serif";
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	bgcolor: #000000;
	text-decoration: none;
	text-align: left;
	overflow: visible;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	left: auto;
	top: auto;
	float: left;
	display: block;
	border-top: none #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: none #CCCCCC;
	border-left: none #CCCCCC;
	}

.navbarCurPage {
	color: #000066;
	font-weight: bold;
	}

.navbarLinks {
	color: #666666;
	}
.navpicLinks {
	border-top: none #CCCCCC;
	border-right: none #CCCCCC;
	border-bottom: none #CCCCCC;
	border-left: none #CCCCCC;
	color: #ffffff;
	}
	
.navpicLinksblue {
	border-top: none #CCCCCC;
	border-right: none #CCCCCC;
	border-bottom: none #CCCCCC;
	border-left: none #CCCCCC;
	color: #e6e6fa;
        }
        
.navbarList {
	list-style-type: none;
	margin: 5px;
	padding: 0px;
	}
	
ul.navbar li {
	background: white;
	margin: 0.5em 0;
	padding: 0.3em;
	}
	
ul.navbar a {
	display: table-row;
    	}
    	
#container {
	width: 760px;
	border: 1px none gray;
	padding: 0px;
	position: absolute;
	overflow: visible;
	height: 100%;
	margin: 5px;
	left: auto;
	top: auto;
	background-color: #ffffff;
	}
#containerblue {
	width: 760px;
	border: 1px none gray;
	padding: 0px;
	position: absolute;
	overflow: visible;
	height: 100%;
	margin: 5px;
	left: auto;
	top: auto;
	background-color: #e6e6fa;
	}	
.topbar {
	position: relative;
	top: auto;
	left: auto;
	height: 115px;
	width: 960px;
	clear: both;
	background-color: #ffffff;
	border-bottom: thin solid #CC0099;
}
.bottombar {
	position: relative;
	height: 100px;
	width: 760px;
	clear: both;
	bottom: 0px;
	border-top: none #000066;
	border-right: #000066;
	border-bottom: #000066;
	border-left: #000066;
}
.logo {
	position: relative;
	left: 150px;
	top: 0px;
}
.hbarSize {
	position: static;
	width: 65px;
	height: auto;
	font-family: "Times New Roman", "Times", "serif";
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	left: auto;
	top: auto;
	display: table-cell;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hbarBorder {
	border-right: thin solid #CCCCCC;
}
.sidebar {
	position: absolute;
	width: 190px;
	top : 81px;
	left: 770px;
	overflow: visible;
	border-left: thin solid #CCCCCC;
	background-color: #e6e6fa;
}
.sidebarblue {
	position: absolute;
	width: 190px;
	top : 81px;
	left: 770px;
	overflow: visible;
	border-left: thin solid #CCCCCC;
	background-color: #e6e6fa;
}
.productTable {
	position: relative;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	text-align: none;
	vertical-align: top;
	padding: 5px;
}
.productTableblue {
	position: absolute;
	left: 151px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	text-align: none;
	vertical-align: top;
	padding: 5px;
}
.headerCells {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.productDescCells {
	font-size: 12px;
	vertical-align: none;
}
.cart {
	margin-left: 0em;
}	