.tabcontent {
	padding:1em; /* acts little ike cellpadding, so dont touch this */
	clear:both;
	background: none ;  /* Background color */
	border-top: 1px solid #FF9900;
	border-bottom: 2px solid #FF9900;
    border-left:1px solid #FF9900;
	border-right:1px solid #FF9900;
    color:#000000;      /* font color */
	font-size: 12px;    /* font size -- does not affect standard view */
  }
.tabcontent_print {
	margin-top: 20px;
	border: none;
}

#mainnavtabbed1{
	clear:both;
	list-style:none outside;
	margin:0px;
	padding:0px;
}
#mainnavtabbed1 li{
	line-height: 20px;
	/*background-image: url(images/infobox/infobox_bg.gif);
	background-position: top;
	background-repeat: repeat-x;*/
	display: block;
	margin-left:0px; /* distance between tabs */
	margin-bottom:0px;
	padding-bottom: 0px;
	text-align: center; /* alignment of text within tabs */
	float:left;
	/*width:5em; /* width of actual tab */
}

/* this is the active tab class, just as below */
#mainnavtabbed1 li a{
	padding:5px 5px 3px 5px; /* padding around the text within the tabs */
	border-left:0px solid #FF9900; /* border of the inactive tab */
	border-top:0px solid #FF9900; /* border of the inactive tab */
	border-bottom:none;
	border-right:0px solid #FF9900; /* border of the inactive tab */
	background-color: transparent;
	display:block;
	/*color:#aaaaaa;*/
	color: #000;
	text-decoration:none;
	font: 12px Arial, Helvetica, sans-serif;
}

/* the folowing section deals with the tabbed button when active */

#mainnavtabbed1 li a.tabon,#mainnavtabbed1 li a.tabon:hover{
	color:#000;        /* Font color on tab */
	font-weight: bolder;
	/*background:#FF6600;    Tab Color */
	border-left:0px solid #FF9900;
	border-top:0px solid #FF9900;
	border-bottom:none;
	border-right:0px solid #FF9900;
}

/* the folowing section deals with the tabbed button when hovered */
#mainnavtabbed1 li a:hover{
	color:#000;      /* Font color on hover */
	border-left:0px solid #FF9900;
	border-top:0px solid #FF9900;
	border-bottom:none;
	border-right:0px solid #FF9900;
}
#mainnavtabbed1 li.corners, TD.corners  {
	margin: 0;
	padding: 0;
	background: none;
}

TD.tab_head_bg {
	background-image: url(images/infobox/infobox_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
/*
h2{
	margin:0;
	font-size:120%;
	font-family:"trebuchet ms", verdana, sans-serif;
}
h1{
	margin:0;
	font-size:150%;
	color:#fff;
	font-family:"trebuchet ms", verdana, sans-serif;
}
*/
HR {
	 color: #ccc;
     background-color: #ccc;
	 height: 1px;
	 border: none;
}