.btccontent .btclogo img {
    float: right;
    margin-left: 10px;
}

.btccontent .btcnavigation {
	vertical-align: middle;
}

.btccontent .btcnavigation img {
	vertical-align: middle;
    margin-right: 5px;
}

.btccontent .btcnavigation a {
    margin-right: 30px;
    text-decoration: none;
    color: #0000FF;
}

.btccontent .btcnavigation a:hover {
    text-decoration: none;
    color: #ffa500;
}

.btccontent p.clear {
	clear: both;
}

.btccontent ul {
	padding-left: 20px;
}

.btccontent li {
	font-size: 125%;
}

.btccontent .green {
	color: rgb(0, 170, 0);
}

.btccontent .amber {
	color: rgb(255, 216, 0);
}

.btccontent .red {
	color: rgb(255, 0, 0);
}

