	#tabheader {
		width:90%;
		margin-left: auto;
		margin-right: auto;
		margin-top:50px;
	}
	
	#tabheader ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#tabheader li {
		display: inline;
		margin: 0 2px 0 10px;
	}
	
	#tabheader a {
		padding: 0 1em;
		text-decoration: none;
		color: #000;
		background: #fff;
	}
	
	#tabheader a:hover {
		background: #333;
		color: #009DCC;
		text-decoration:underline;
	}
	
	#tabheader #selected {
		padding: 0 1em 2px 1em;
		font-weight: bold;
		color: #009DCC;
		background: #333;
		font-style:italic;
	}
	
	#tabcontent {
		width:90%;
		margin-left: auto;
		margin-right: auto;
		borrder-top: 2px solid white;
		background: #333;
		padding: 5px;
		margin-bottom:20px;
	}
	
	#tabcontent p {
		margin: 0;
		padding: 1em;
		background: white;
	}
	
	#tabcontent .centerimg {
		text-align:center;
	}
	
	#tabcontent div {
		background: #fff;
		margin:0;
		padding:0 0 0 70px;
	}
	
	
	#tabcontent div p {
		padding:0;
		margin:0;
	}
	
	#tabcontent div ul {
		padding-bottom:0;
		margin-bottom:0;
		padding-top:0;
		margin-top:0;
	}
	
	#tabcontent li b {
		font-size:14px;
		padding:0 5px 0 0;
		margin:0;
	}
	
	#tabcontent .leftnews {
		float:left;
		height:50px;
		valign:top;
	}
	
	#subpage .rightnews {
		float:right;
		height:50px;
		valign:top;
	}