/* Sidebar
-------------------------------*/
	
#sidebar ul {
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	}

#sidebar a {
	text-decoration: none;
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin:0;
	padding:0;
	color: #EAED54;
	}
	
#sidebar li {
	margin: 0px;
    margin-bottom: 14px;
    line-height: 16px;
	}
	
#sidebar li a {
	font-size: 18px;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	font-weight: bold;
	}

#sidebar a:hover, #sidebar a.active {
	width: 100%;
	color: #0078D2;
	} 
	
	
/* Backlinks
-------------------------------*/
	
p.backlink, a.backlink {
	font-size: 18px;
	font-weight: bold;
}

a.leftlink {
	display: block;
	width: 150px;
	float: left;
}

a.rightlink {
	display: block;
	width: 150px;
	float: right;
}

a.centerlink {
	display: block;
	width: 170px;
	float: center;
}

.zero-border {
    border: 0;
}

/* Link appearance */

A:link, A:visited { 
	text-decoration: underline;
	color: #0078D4 }

A:hover { 
	color: #0000ff;
	text-decoration: none }
	
/* Headers */
	
h1 {
	display: inline; 
	font-family: 'Times New Roman', Times, serif; 
	font-size: 32px; 
	color: #0078d4; 
	font-style: italic;
}

h3 {
	display: inline;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 10pt; }
	
/* Backlinks */
	
p.backlink, a.backlink {
	font-size: 18px;
	font-weight: bold;
}

a.leftlink {
	display: block;
	width: 150px;
	float: left;
}

a.rightlink {
	display: block;
	width: 150px;
	float: right;
}

a.centerlink {
	display: block;
	width: 170px;
	float: center;
}

