/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D9D8DE;
	text-align: center;
	background-color: #002448;
	background-image: url(/Backgr.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 14px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 14px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 14px;
}
a:link {
	font-size: 14px;
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
/*	color: #0066FF; */
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	color: #FFFFFF;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.box {
	position: relative;
	margin-top: -40px;
	margin-bottom: -20px;
	height: 180px;
	padding: 20px;
	background: #fff9b9;
	border: solid 1px #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	text-align: left;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	display:none;
	z-index: 5;
}

.box p {
	color: #000000;
}
.box h2 {
	color: #000000;
}

.iconAnchor {
	position:relative; 
/*	width:1024px;  needs to be set inline so php can change it. */
	height:0px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
/*	border: solid 1px #ff0000; */
}
.dvdIcon {
	position:absolute; 
	width:40px; 
	height:18px; 
	padding-left:10px; 
	padding-top:10px; 
/*	border: solid 1px #ffff00; */
}


.cover {
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003C78;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #003C78;
	height: 100px;
	width: 73px;
	z-index: 10;
}
.centerCell {
	padding-right: 12px;
	padding-left: 12px;
	vertical-align: middle;
}

.mainMenuBoxLeft {
	background-image: url(Back10Left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainMenuBoxCenter {
	background-image: url(Back10Center.png);
	background-repeat: repeat-x;
}
.mainMenuBoxRight {
	background-image: url(Back10Right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.mainMenuBoxLeftActive {
	background-image: url(Back10LeftActive.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainMenuBoxCenterActive {
	background-image: url(Back10CenterActive.png);
	background-repeat: repeat-x;
}
.mainMenuBoxRightActive {
	background-image: url(Back10RightActive.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.mainMenuItem { 
	display: block;
	position: relative;
	margin-left: -120px;
	padding-left: 120px;
	padding-right: 19px;
	margin-right: -19px;
	padding-top: 26px;
	margin-top: -15px;
	background: url(spacer.gif); /* #663366; */
	z-index:50;
	height:117px;
	
}

