.tabcontent {
	clear:both;
  color:#ffffff;      /* font color */
	font-size: 12px;    /* font size -- does not affect standard view */
	/* border:1px solid #444472; */
	padding:0px;
	background-color:#0d0f35;
  }
.tabheading{
	display:block;
	width:630px;
	text-indent:10px;
	line-height:35px;
	background-image:url(../images/cat_heading-floral.jpg); height:29px;
	color:#fff;
	font-size:18px;
}
#mainnavtabbed1{
	clear:both;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#mainnavtabbed1 li{
	margin-right:2px; /* distance between tabs */
	margin-bottom:0px;
	text-align: center; /* alignment of text within tabs */
	float:left;
	width:7em; /* 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 */
	border-left:1px solid #444472; /* border of the inactive tab */
	border-top:1px solid #444472; /* border of the inactive tab */
	border-bottom:1px solid #444472;
	border-right:1px solid #444472; /* border of the inactive tab */
	background:#0d0f35;
	display:block;
	color:#444472;
	text-decoration:none;
	font: 13px Arial, Helvetica, sans-serif;
	outline:none;
}

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

#mainnavtabbed1 li a.tabon,#mainnavtabbed1 li a.tabon:hover{
	color:#fff;        /* Font color on tab */
	background:#444472;   /* Tab Color */
	border-left:1px solid #444472;
	border-top:1px solid #444472;
	border-bottom:1px solid #444472;
	border-right:1px solid #444472;
}

/* the folowing section deals with the tabbed button when hovered */
#mainnavtabbed1 li a:hover{
	color:#fff;      /* Font color on hover */
	background: #444472;
	border-left:1px solid #444472;
	border-top:1px solid #444472;
	border-bottom:1px solid #444472;
	border-right:1px solid #444472;
}
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;
}