.tabcontent {
	padding:2em; /* acts little ike cellpadding, so dont touch this */
	clear:both;
	background: # ;  /* Background color */
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
    border-left:1px solid #cccccc;
	border-right:1px solid #cccccc; 
    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;
}
#mainnavtabbed1 li{
	margin-left:0px; /* distance between tabs */
	margin-bottom:0px;
	text-align: center; /* alignment of text within tabs */
	float:left;

	margin-bottom:0px;
}

/* this is the active tab class, just as below */
#mainnavtabbed1 li a{
	padding-right:12px;
    padding-left:12px;
/*    padding-top:6px;*/
/*    height:17px; */ /* padding around the text within the tabs */
padding-top:7px;
padding-bottom:7px;
	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:#e8ebf0;
	display:block;
	color:#666666;

	text-decoration:none;
	font: 11px sans-serif, serif, arial, "lucida", Helvetica, Tahoma, verdana;
}

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

#mainnavtabbed1 li a.tabon,#mainnavtabbed1 li a.tabon:hover{
	color:#000000;
	font-weight:bold;
	font-family:sans-serif, serif, arial, "lucida", Helvetica, Tahoma, verdana;      /* Font color on tab */
	background:#FFEF79 repeat-x;  /* Tab Color */	
	border-left:1px solid #ccc;
	border-top: none;

	border-bottom:1px solid #FFFFFF;

	display:block;
	font-weight:bold;
	font-size:11px;
}

/* the folowing section deals with the tabbed button when hovered */
#mainnavtabbed1 li a:hover{
	color:#3a3939;      /* Font color on hover */
	background: #e8ebf0;

	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:none;
	border-right:1px solid #ccc;
	font: 11px sans-serif, serif, arial, "lucida", Helvetica, Tahoma, verdana;
	
}
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;
}
