.tabcontent {
	padding:1em; /* acts little ike cellpadding, so dont touch this */
	clear:both;
	background:none;   /* Background color */
/*	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
	border-right:1px solid #ddd; */
	border-bottom: 1px dashed #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
    color:#000000;      /* font color */
	font-size: 12px;    /* font size -- does not affect standard view */
  }
#mainnavtabbed1{
	clear:both;
	list-style-type:none;
	margin:0px;
	padding:0px;
	 background-image: none;
}
#mainnavtabbed1 li{
	/*margin-left:2px;  distance between tabs */
	text-align: center; /* alignment of text within tabs */
	float:left;
	width:8em; /* width of actual tab */
	/*margin-bottom:0px;*/
	margin: 0px 0 0 0px;
	padding: 0 0 0 2px;
	background-image: none;
}

/* this is the active tab class, just as below */
#mainnavtabbed1 li a{
	padding:5px; /* padding around the text within the tabs */
	border-left:1px solid #ccc; /* border of the inactive tab */
	border-top:1px 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:#666666;
	text-decoration:none;
	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:#dedede;   /* Tab Color */
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	border-bottom:none;
	border-right:1px solid #aaa;
}

/* the folowing section deals with the tabbed button when hovered */
#mainnavtabbed1 li a:hover{
	color:#000000;      /* Font color on hover */
	background:none;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:none;
	border-right:1px solid #ccc;
}
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;
}