* { padding: 0; margin: 0; }

body {
 font-family: Verdena, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #000000; 
 scrollbar-face-color: #ff66ff;
 scrollbar-shadow-color: #ff66ff;
 scrollbar-arrow-color: #ffccff;  
 scrollbar-dark-shadow-color: #000000;
 scrollbar-3d-light-color: #000000; 
}
 
a {
 color: #000000; 
 text-decoration: underline; 
 font-weight: bolder;
}
a hover{ 
 color: #00ccff; 
 text-decoration: underline;
}
a visited{ 
 color: #ffffff; 
 text-decoration: line-through;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: #ffccff;
 margin-bottom: 5px;
 overflow: auto; 
 width: 100%
}
#header {
 width: 902px;
 padding: 10px;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background: #ffccff url("provahead2.png") center no-repeat;;
}
#navigation {
 padding: 10px;
 margin: 0px 0px 5px 0px;
 background: #00ccff url("navigation.gif") no-repeat;
 z-index: 1;
}
#leftcolumn { 
 display: inline;
 margin:10px;
 padding:0;
 width: 189px;
 height: 660px;
 float: left;
 background: #ffccff;
 background-position: bottom;  
 z-index: 1;
}
#content { 
 overflow: Auto; 
 height: auto;
 float: left;
 margin: 10px 5px 10px 10px;
 padding:0;
 width: 490px;
 display: inline;
 position: relative;
 font-family: Verdena, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
 }
#rightcolumn { 
 display: inline;
 position: relative;
 margin: 10px 10px 10px 0px;
 padding:0;
 width: 190px;
 height: 380px;
 float: right;
 background: #00ccff;
}
#footer { 
 width: 902px;
 clear: both;
 background: #00ccff; 
 margin: 0px 0px 10px 0px;
 padding: 10px;
 font-family: Verdena, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #000000; 
 }
#menu {
	width: 195px;
	margin: 10px 10px 10px 0px;
	position: relative;
	z-index: 2;
	}	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	font-family: Verdena, Arial, Helvetica, sans-serif;
    font-size: 14px;
	text-decoration: none;
	}	
#menu li a:link, #menu li a:visited {
	color: #ffccff;
	display: block;
	background:  url(menu1.gif);
	padding: 8px 0 0 10px;
	}	
#menu li a:hover {
	color: #000000;
	background:  url(menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}	
#tabs {
	font-family: Verdena, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 10px;
    margin: 0px 0px 5px 103px;
	z-index: 2;
	}
#tabs ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	}
#tabs li {
	display:inline;
	}
#tabs a {
	float:left;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	font-family: Verdena, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	}
#tabs a span {
	float:left;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#ffccff;
	}
#tabs a:hover span {
	color:#000000;
	background-position:100% -42px;
	}
#tabs a:hover {
	background-position:0% -42px;
	}
	
#table, td, th{
    border: 0px solid; 
	border-collapse: collapse;
	width: 300px;
	padding: 3px 5px;
	text-align: center;
	} 
	
.clear { clear: both; background: none; }
