body{
	font-size: x-small;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1.3;
	background: url(/images/backgrounds/page-portal.gif) 50% 0% #999696 repeat-y;			
}
#wrapper{
 	margin-top: expression((document.all?document.body.clientHeight:window.innerHeight)/8);
	background: url(/images/backgrounds/page-wide.gif) 50% 10% #fff repeat-y;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
#content{
	overflow: hidden;
	width: 760px;
	height: 440px;
	padding: 20px;
	margin: 0 auto 0 auto;
	position: relative;
/*	background: url(/images/backgrounds/portal.jpg) 1px 0 #fff no-repeat; */
}

#navigation{
	padding-top: 50px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 0px;
/* 	background: url(/images/backgrounds/line-vertical.gif) 0 0 repeat-y; */
}

#navigation li{
	padding-bottom: 10px;
	margin-bottom: 8px;
/*	background: url(/images/backgrounds/line-horizontal.gif) 0 100% repeat-x; */
}

#navigation li a{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	height: 26px;
	width: 320px;
}

#navigation #dvj a{			
	background: url(/images/buttons/portal-dvj.gif) 0 0 no-repeat;
	height: 13px;
}
#healthcare a{
	background: url(/images/buttons/portal-healthcare.gif) 0 0 no-repeat;			
}
#interactive a{
	background: url(/images/buttons/portal-interactive.gif) 0 0 no-repeat;			
}
#directresearch a{
	background: url(/images/buttons/portal-directresearch.gif) 0 0 no-repeat;			
}

#navigation li.last{
	background: none;
	padding: 0;
	margin: 0;
}

#language{
	position: absolute;
	top: 20px;
	right: 20px;
}

h1
{
	font-size: 270%;
	color: #B3B5B7;
	text-align:right;
	width: 255px;
	margin-top: 0px;
}
