body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkg2.gif);
}

.boxshad{
	margin:4px 0 0 4px;
		background:url(images/ds333.gif); 
		width:800px;
		position:absolute;
		left: 50%;
		margin-left: -400px;
		height: 555px;
		top: 30px;
}

/* commented backslash hack - invisible to IE5 Mac \*/
html>body .boxshadow {
	background:url(images/ds40.png);
}
/* end hack */

.boxshad#notHome{
	background-image: none;
}

.boxmain {
	position: relative;
	top: -4px;
	left: -4px;
	background-image: url(images/wsBg60.jpg);
	height: 555px;
	background-repeat: repeat-y;
} 

a.nav, a.nav:link, a.nav:visited, .chosen {
	display: block;
	width: 150px;
	height: 25px;
	background: #B0E0E6;
	border: 1px solid #000;
	margin-top: 2px;
	text-align: center;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 25px;
	overflow: hidden;
}

a.nav:hover {
	color: #fff;
	background: #0051BA;
}

a.nav:active, .chosen {
	color: #fff;
	background: #F6971F;
}

.navBox{
	position: absolute;
	top: 235px;
	left: 50%;
	margin-left: -400px;
	z-index: 99;
}