.tabcontent{
	display:none;
	padding: 16px;
}
.tabcontent0{
	padding: 16px;
}

.tabcontent h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.tabcontent0 h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

@media print {
}













#navigation {
	text-align: center;
	background: url(../img/div1.gif) no-repeat left top;
	height: 24px;
	padding-left: 5px;	
/*float: left; /*Set to "left" or "right" to position menu accordingly*/
/*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/
}
#navigation ul {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#navigation li {
	display: inline;
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	float: left;
}
#navigation a {
	color: #666666;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
	height: 24px;
}
#navigation a span {
	display: block;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#navigation a span {
	float: none;
}

#navigation a:hover {
	color: #666666;
	background: url(../img/div1x.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}
#navigation a:hover span {
	background: url(../img/div1c.gif) no-repeat right top;
	display: block;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#navigation a:hover span {
	float: none;
}

#navigation a.selected {
	color: #666666;
	background: url(../img/div1x.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}
#navigation a.selected span {
	background: url(../img/div1c.gif) no-repeat right top;
	display: block;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#navigation a.selected span {
	float: none;
}
