body {
	color:#000000;
    background:#ffffff;
	background-repeat: repeat-x; 
	margin:0px;
	padding:0px;
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', arial, 'Trebuchet MS', 'trebuchet ms', sans-serif;
	font-size: 12px;
	line-height: 1.5;
	}
	
	A 			{ color: #cbcbcb; text-decoration: none; }
	A:link		{ color: #cbcbcb; text-decoration: none; }
	A:visited	{ color: #cbcbcb; text-decoration: none; }
	A:active	{ color: #000000; text-decoration: none; }
	A:hover		{ color: #000000; text-decoration: none; }
	
	#logo-nav-container {
	position: relative;
	top:15px;
	align:center;
	width: 870px;
	margin: 8px auto;
	text-align: left;
	background:#ffffff;
	padding:10px;
	
	}
	
		#container {
	position: relative;
	align:center;
	width: 870px;
	margin: 8px auto;
	text-align: left;
	background:#ffffff;
	border: 2px solid #cbcbcb;
	padding:10px;
	font-size: 12px;
	margin-bottom: 20px;
	
	}
	
	
	
	a.td {color:#66ccff}
	a.td:link {color:#66ccff}
	a.td:visited {color:#66ccff}
	a.td:active {color:#ffffff}
	a.td:hover {color:#ffffff}
	
	


	#container a {color:#797979; text-decoration: underline;}
	#container a:link {color:#797979; text-decoration: underline;}
	#container a:visited {color:#797979; text-decoration: underline;}
	#container a:active {color:#000; text-decoration: underline;}
	#container a:hover {color:#000; text-decoration: underline;}
	
	#leftcontent {
		position: absolute;
		left:5px;
		top:268px;
		width:169px;
		background:#000000;
		border:2px solid #000000;
		padding:2px;	
		color:#ccffff;	
		}
			#leftcontent a {color:#66ccff}
	#leftcontent a:link {color:#66ccff}
	#leftcontent a:visited {color:#66ccff}
	#leftcontent a:active {color:#ffffff}
	#leftcontent a:hover {color:#ffffff}
	
		#rightcontent {
		position: absolute;
		left:850px;
		top:268px;
		width:169px;
		background:#000000;
		border:2px solid #000000;
		padding:2px;		
		}

  