.tabcontent {
	padding:2em; /* acts little ike cellpadding, so dont touch this */
	clear:both;
	/*background: #EEEEFF ; */ /* Background color */
	border-top:1px solid #fed583;
	border-bottom:2px solid #fed583;
    border-left:1px solid #fed583;
	border-right:2px solid #fed583; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
  }
#mainnavtabbed1{
	clear:both;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
#mainnavtabbed1 li{
	margin-left:0px; /* distance between tabs */
	margin-bottom:0px;
	text-align: center; /* alignment of text within tabs */
	float:left;
	width:160px; /* width of actual tab */
	margin-bottom:0px;

}

/* this is the active tab class, just as below */
#mainnavtabbed1 li a{
	padding:5px; /* padding around the text within the tabs */
/*	sempre io
border-left:0px solid #ccc; /* border of the inactive tab */
/*	border-top:0px solid #ccc; /* border of the inactive tab */
/*	border-bottom:none; */
/*	border-right:1px solid #ccc; /* border of the inactive tab 
*/
	background:none;
	display:block;
	color:#000000;
	text-decoration:none;
	background-image:url(images/icons/a_information2.gif);
	font: 13px Arial, Helvetica, sans-serif;
	
}

/* the folowing section deals with the tabbed button when active */

#mainnavtabbed1 li a.tabon,#mainnavtabbed1 li a.tabon:hover{
	color:#000000;        /* Font color on tab */
	background:#fef7e5;   /* Tab Color */
	/*
	border-left:0px solid #aaa;
	border-top:0px solid #aaa;
	border-bottom:none;
	border-right:1px solid #aaa;
*/
	background-image:url(images/icons/p_information2.gif);
height: 32px;
}

/* the folowing section deals with the tabbed button when hovered */
#mainnavtabbed1 li a:hover{
	color:#ffffff;      /* Font color on hover */
	background: #7c0000;
	/*	
sempre mi
border-left:0px solid #ccc;
	border-top:0px solid #ccc;
	border-bottom:none;
	border-right:0px solid #ccc;
*/	
	background-image:url(images/icons/p_information1.gif);
	height: 32px;
}
h2{
	margin:0;
	font-size:100%;
	font-family:"trebuchet ms", verdana, sans-serif;
}
h1{
	margin:0;
	font-size:100%;
	color:#fff;
	font-family:"trebuchet ms", verdana, sans-serif;
}

HR {
	 color: #ccc;
     background-color: #ccc;
	 height: 0px;
	 border: none;
}