#maintab {
	margin: 0px auto 0px auto;
	padding: 8px 0px 10px 0px;
	list-style-type: none;
	font-style: italic;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #993333;
}
 
#maintab li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
 
#maintab li a {
	text-decoration: none;
	color: black;
	background-color: #993333;
}
 
#maintab li a:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

#maintab li.selected a:hover {
	color: black;
}
 
#maintab li.selected a { /*selected main tab style */
	text-decoration: underline;
	font-weight: bold;
}
 
#tabcontent { /*2nd level content wrapper*/
	background-color: #333333;
	font-family: 'Calibri';
	font-size: 17px;
	margin: -17px auto 0px auto;
	height: 30px;
	color: white;
	margin-left: -30px;
}
 
#tabcontent ul {
	list-style-type: none;
	display: none;
	padding-top: 2px;
}
 
#tabcontent ul li {
	display: inline;
}
 
#tabcontent ul.selected { /*selected 2nd level content*/
	display: block;
}

#tabcontent ul li.selected {
	font-weight: bold;
}
 
#tabcontent ul li a {
	color: white;
	display: inline;
	text-decoration: underline;
}
 
 
#tabcontent ul li a:hover {
	color: black;
	font-weight: bold;
}