/* from http://www.kalsey.com/tools/csstabs/ */


#tabmenu {
	border-bottom : 1px solid #ccc; /* line under tabs */
	border-bottom : 1px solid #82190D; /* line under tabs */
	margin : 0;
	padding-bottom : 19px;
	padding-left : 10px;
	
}

#tabmenu ul, #tabmenu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#tabmenu a:link, #tabmenu a:visited	{
	
	border : 1px solid #82190D;
	color : #fff;
	background-color: #82190D;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}



#tabmenu a:hover	{
	color : #ff0;
}

	
body.section-1 #tabmenu li#nav-1 a, 
body.section-2 #tabmenu li#nav-2 a,
body.section-3 #tabmenu li#nav-3 a,
body.section-4 #tabmenu li#nav-4 a { 
	background-color : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

#tabmenu ul a:hover {
	color : #ff0 !important;
}

#contents {
	
	border: 1px solid #82190D; /*sides */
	border-top : none;
	clear : both;
	margin : 0px;
	padding : 15px;
}
#comptbl {
	
}
.tabbed {
	width:540px;
	border:0;

}
#contenttab {
	margin-left:20px;
	
}
.program {
	background-color: #B7CFB7;
	padding:0 5px;
