#dvheight{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #000000; /*#256E9B;  #D0E0EE; */
	/*
filter:alpha(opacity=90);
*/
	-moz-opacity: 0.92;
	opacity: 0.92;
	FILTER: Alpha(Opacity=90, FinishOpacity=90, Style=2);
}
* html #dvheight{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #000000;
	opacity:90;
	filter: alpha(opacity=90); 
}

.Curves {
	position: absolute;
}

.box { 
  overflow: hidden;
  background: #ffffff url(../images/white_bg.jpg);
  width: 378px;
}

.boxtop { 
  background: url(../images/ne.gif) no-repeat top right;
}
.boxtop div { 
  height: 10px; 
  background: url(../images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(../images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 10px; 
  background: url(../images/sw.gif) no-repeat bottom left;
  clear: both; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
overflow: hidden;
  position: relative
}

.boxcontent h1 {
margin: 0 0 10px 15px;
font: bold 24px "Trebuchet MS", verdana, arial;
color: #785f0a;
}

.boxcontent p {
margin: 0px 0 10px 15px;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.boxcontent p.leftlink {
margin: 10px 0 10px 15px;
float: left;
}

.boxcontent p.leftlink a, .boxcontent p.leftlink a:visited
	{
	color:#0a0a6c;
	text-decoration: underline;
	}
	
.boxcontent p.leftlink a:hover
	{
	color:#785f0a;
	text-decoration: none;
	}

.boxcontent p.rightlink {
margin: 10px 30px 0 0;
float: right;
}

.boxcontent p.rightlink a, .boxcontent p.rightlink a:visited
	{
	color:#0a0a6c;
	text-decoration: underline;
	}
	
.boxcontent p.rightlink a:hover
	{
	color:#785f0a;
	text-decoration: none;
	}
