a {
	color: black;
	text-decoration: none;
}

a img {
	border: none;
}

body {
	background-color: #000162;
	font-family: Arial, Helvetica, sans-serif;
}

#PageContainer {
	background-color: white;
	position: absolute;
	margin-left: 2em;
	margin-right: auto;
	width: 850px;
}


#PearlTop {
	border: none;
	position: absolute;
	width: 884px;
	height: 31px;
	top: -.01em;
	left: 1.5em;
	z-index: 15;
	background-image: url(../images/smpearl.gif);
}

#PearlBottom {
	border: none;
	position: absolute;
	width: 884px;
	height: 31px;
	top: 50.5em;
	left: 1.5em;
	z-index: 15;
	background-image: url(../images/smpearl.gif);
}

#PearlLeft {
	border: none;
	position: absolute;
	width: 34px;
	height: 805px;
	top: 2em;
	left: 1.5em;
	z-index: 15;
	background-image: url(../images/smpearl.gif);
}

#PearlRight {
	border: none;
	position: absolute;
	width: 34px;
	height: 805px;
	top: 2em;
	left: 54.6em;
	z-index: 15;
	background-image: url(../images/smpearl.gif);
}

#HeaderContainer {
	position: relative;
	margin-top: -1.2em;
	height: 158px;
	overflow: hidden;
	padding: 0em;
	background-image: url(../images/bkgrd.gif);
	background-repeat: repeat-x;
	overflow: visible;
}

#DiaLogo {
	position: absolute;
	top: 2em;
	left: 2em;
}

#dheader {
	position: absolute;
	left: 14em;
	top: 3em;
}

#NavBox {
	position: relative;
	overflow: hidden;
	top: 3em;
	left: 3em;
	width: 8em;
	z-index: 1;
}

.button {
	background-color: transparent;
	width: 8em;
	left: 2em;
	margin-bottom: 1em;
}

#years {
	position: relative;
	top: 4em;
	left: 3em;
}

#MainContainer {
	background-color: White;
	position: relative;
	height: 40.6em;
}

#ContentBox {
	position: absolute;
	width: 34em;
	height: 38em;
	top: 0em;
	left: 15em;
	padding: 0em;
	overflow: auto;
	text-align: center;
	display: block;
}

#ViewCart {
	position: absolute;
	left: 2em;
	z-index: 10;
}

#FooterContainer {
	background-color: #2F30FF;
	position: relative;
	height: 20px;
}

#copy {
	text-align: center;
	color: black;
	font-size: 8pt;
	padding-top: .9em;
}

