/*  Stylesheet for tabs  */

#tabmenu {
	width: 640px; margin:0px auto 0px auto;
        border-bottom: 1px solid #632;
	padding-bottom: 19px;
	padding-left: 10px;
	white-space: nowrap;
}

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

#tabmenu a:link, #tabmenu a:visited	{
	background: #eb4;
	border: 1px solid #632;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	color: #830;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

#tabmenu a:link.active, #tabmenu a:visited.active	{
	background: #cecece;
	border-bottom: 1px solid #ff9;
	color: #000;
}

#tabmenu a:hover	{
	color: #b10;
	background-color: #fd1;
}

/*
#tabmenu li {
	font-variant: small-caps;
}
*/

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

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

#contents {
	background: #cecece;
	background-image: url(grey.gif);
	border: 1px solid #632;
	border-top: none;
	clear: both;
	margin: 0px;
	padding: 15px;
}

/* added */

h1, h2, h3, h4, h5, h6 {
	font-family: "Comic Sans MS", "Final Frontier", "Trebuchet MS", Skia, "Lucida Sans Unicode", sans-serif;
}

h1#banner {
        color: #000000;
        text-align: left;
	height: 33px;
	font-size: 24px;
}


h1#banner span{
	background: none;
        -moz-border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#contents A:link
{color: #003399}

#contents A:visited
{color: #336699}

#contents A:active
{color: #66CCFF}

#contents A:hover
{color: #66CCFF}

.copyright { font-family: Verdana, Tahoma, Arial, Sans-Serif; font-size: 10px; line-height: 12px }
