#tabsbox {
	width: 350px;
	position: absolute;
	left: 50%;
	margin-top: -78px; /* previously -37 */
	_margin-top: 0px;
	top: 451px;
	font-family: "Lucida Grand", "Lucida Sans Unicode", Helvetica, verdana, arial, sans-serif;
	font-size: small;
	
	}


#tabs {
	font-size: 90%;
	margin: 20px 0;

	}

#tabs ul {
	float: right;
	width: 350px;
	padding-top: 4px;
	}

#tabs li {
	margin-left: 8px;
	list-style: none;
	}

* html #tabs li {
	display: inline; /* ie6 double float margin bug */
	}

#tabs li,
#tabs li a {
	float: left;
	}

#tabs ul li a {
	text-decoration: none;
	padding: 15px 10px 10px 10px ;
	color: #587581;
	}

#tabs ul li.active {
	background: #C2E9F9;
	}

#tabs ul li.active a {
	background:  #C2E9F9p;
	color: #333333;
	}

#tabs div {
	clear: both;
	padding: 0px 20px 20px 20px;
	min-height: 200px;
	}

#tabs div h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
	}

#tabs div p {
	line-height: 150%;
	}
	
#tab-1, #tab-2, #tab-3, #tab-4 {height: 220px; overflow:auto; }


