body
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background: #ffffff;
	}
	
#titlebox	{
    padding: 10px;
	background: #fff;
	padding-bottom: 20px;
	}
	
	
#titleboxmain
{
	*/position: absolute;
	width: 585px;
	border: solid #000000 1px;
	background-color: #fff3c6;
	text-align: left;
	left: 23px;
	top: 90px;
	height: 39px;

	}
	
#titleboxleft
{
	position: absolute;
	float: right;
	width: 176px;
	height: 36px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	top: 97px;
	left: 441px;
	
		}
	
#container1
	{
	width: 590px;
	padding: 0px;
	border: 0px solid #ccc;
	margin-left: 7px;
	margin-top: 10px;	
			}

#container2 a { text-decoration:none; color: #000;}

#container2
	{
	width: 590px;
	padding: 10px;
	background: #fff;
	padding-bottom: 20px;
	border-right-color: #ffcc00;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #ffcc00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #ffcc00;
	border-left-style: solid;
	border-left-width: 1px;
	margin-left: 7px;
	}



#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background:  url(tab_bottom2.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #fff3c6;
		font-family: verdana, sans-serif;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 4px 2px 4px;
		margin-right: 6px;
		border: 1px solid #ffcc00;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #ffffff;
		background: #ffffff;
		color: #000000
	}
	
	

#tabnav a:hover
	{
		background: #fff;
	}

