A:link { 
	text-decoration: none;
	font-weight: bold;
	color: #6699CC;
} 

A:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #6699CC;
} 

A:hover { 
	text-decoration: underline;
	font-weight: bold;
	color: #6699CC;
} 

A:active { 
	text-decoration: none; 
	font-weight: bold;
	color: #6699CC;
} 

body {
	margin: 0px;
	padding: 0px;
	background: #000;
}

body, p, html, table, td {
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
}


#centercolumn {
	margin-left: 250px;
	width: 550px;
	padding: 10px 0px;
}


#leftcolumn {
	left: 0px;
	position: absolute;
	margin-left: 70px;
	width: 175px;
	margin-top: 0px;
}


#footer {
	clear: both;
	margin-bottom:0px;
}

.block {
	margin:6px 6px 12px 6px;
	padding: 4px;
	border: 0px solid #999;
}

.block h3 {
	background: #806A9B;
	color: #000000;
	margin: -4px -4px 4px -4px;
	padding: 4px;
	border-bottom: 1px solid #999;
	font-size: 11px;
}

.block p {
	margin: 0px;
}

h5 { 
	text-decoration: none; 
	font-weight: bold;
	color: #6699CC;
} 