/* CSS Document */

  @font-face {
    font-family: Papyrus;
    font-style:  normal;
    font-weight: normal;
    src: url(papyrus0.eot);
  }

body{
	background-color:#999999;
	background:url(images/body-background.gif) repeat-x;
	}
	
form{
	display:inline;
	padding:0px;
	margin:0px;
	}

/*div{
	border:1px solid #000000;
	}*/
	
.caption{
		font-size:xx-small;
		text-align:center;
		font-weight:bold;
		padding:0px;
		margin:0px;
		line-height:8px;
		}
	
#frame{
	margin: 0px auto;
	background:url(images/background.gif);
	width:800px;
	height:600px;
	}
	
#main{
	padding-top:120px;
	position:relative;
	padding-right:30px;
	/*border:1px solid #000000;*/
	margin-left:143px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:585px;
	}
	
#left{
	top:120px;
	left:-35px;
	padding-left: 10px;
	width:130px;
	position:relative;
	float:left;
	font-size:10px;
	text-align:left;
	font-family:Papyrus;
	font-weight:600;
	z-index:0;
	/*border:1px solid #000000;*/
	}
	
a.buttons:link, 
a.buttons:visited{
	display:block; 
	width:125px; 
	height:40px; 
	line-height:14px; 
	color:#000000; 
	text-decoration:none; 
	background:url(images/button.gif) no-repeat top left;
	text-align:left;
	font-size:14px;
	}
a.buttons:hover{
	background-position:right top;
	opacity:.4;
	filter:alpha(opacity=40) color:#666666;
	text-align:right;
	}
a.current:link,
a.current:visited{
	display:block; 
	width:112px; 
	height:40px; 
	line-height:14px; 
	color:#000000; 
	text-decoration:none; 
	background:url(images/button.gif) no-repeat top right;
	text-align:right;
	font-size:14px;
	}


ul#tabs{
	list-style: none;
	margin: 0 auto;
	margin-top:10px;
	padding: 7px 0;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	width:95 %;
	}

ul#tabs li{
	display: inline;
	margin: 0 2px;
	}
ul#tabs a{
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 3px solid #FFFFFF;
	color: #999999;
	}
ul#tabs a#current{
	border-color: #000000;
	color: #000000;
	}
ul#tabs a:hover{
	border-color: #999999;
	color: #666666;
	}

