@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font: Verdana, Helvetica, Arial;
	background: url(images/bg.gif);
}

a:link, a:visited {
	color:#036b75;
}

td.headbar {
	background: url(images/bg_head.jpg) repeat-x;
}

td.headbarcontent {
	font-size:24px;
	font-weight:bold;
	letter-spacing:7px;
	color:#fff;
	white-space:nowrap;
}

td.container {
	background: url(images/bg.jpg) repeat-x;
}

#menu {
	border-bottom : 1px solid #000;
	margin : 0;
	padding-bottom : 25px;
	padding-left : 10px;
	background:url(images/bg_tab.jpg) repeat-x;
}

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

	
#menu a:link, #menu a:visited	{
	background:url(images/shade.gif) repeat-x;
	border : 1px solid #000;
	color : #fff;
	float : left;
	font-size : 16px;
	font-weight : bold;
	line-height : 20px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

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

#menu a:hover	{
	 text-decoration:none; 
	 background:#036b75;
}

#menu li.active a {
	background : #036b75;
	border-bottom : 1px solid #036b75;
	color : #fff;
}

#menu li.active a:hover	{
	text-decoration:none;
}

#contents {
	background : #036b75;
	border : 1px solid #000;
	border-top : none;
	clear : both;
	margin : 0px;
	padding: 10px;
}

#contentarea {
background: #fff;
padding: 10px;
color:#333;
font-family:Tahoma, Arial, Helvetica, sans-serif;
}