/* Global Styles */

body {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	background-color: #999999;
	vli
}


#divLeft {
	float:left;
	left:1px;
	top:12px;
	width:165px;
	height:359px;
	z-index:1;
}
#divCenter {
	float:right;
	left:170px;
	top:6px;
	width:585px;
	height:366px;
	z-index:1;
	overflow:visible;
	}
	


#navigation td {
	border-bottom: 1px solid #999999;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000033;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;	
	display:block;
	padding:8px 6px 10px 20px;
	}
	

#navigation a:link{color:#000033;}
#navigation a:visited {color:#00FF00;}  /* visited link */
#navigation a:hover {
	background: #000033;
	color:#CCCCCC;
	}
#navigation a:active {color:#00FF00;}  /* selected link */	
	
