@charset "utf-8";
body {
	color: #FFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* CSS Document */

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}
#logo {
	display: block;
	float: left;
}



#headerNav {
	padding: 0px;
	margin-left: 5px;
	margin-top: 5px;
	clear: both;

}

#headerNav li {
	float: left;
	list-style-type: none;
	display: block;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-top: 0px;
}
#headerNav li a {
	color: #FFF;
	text-decoration: none;
}
#headerNav li a:hover {
	color: #FC3;
	text-decoration: none;

}
#headerNav li a:visited {
	color: #FFF;
	text-decoration: none;

}
#steps dt {
	color: #FC3;
	font-weight: bold;
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
}
#steps dd {
	margin-bottom: 10px;
}

#columnLeft {
	width: 24%;
	float: left;
}
#columnRight {
	width: 75%;
	float: right;
}
#contentWrap {
	clear: both;
	margin: 5px;
}


.articleFull {
	clear: both;
	display: block;
	width: 100%;
}
.articlePanel {
	margin-top: 10px;
	clear: both;
}
h1, h2, h3, h4 {
	color: #FC0;
	font-size: 1.3em;
}
strong {
	font-size: 130%;
	font-weight: bold;
}


#articlePanelLarge {
	width: 70%;
	float: left;
}
.imgSeen {
	margin-top: 5px;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#articlePanelSmall {
	width: 30%;
	float: right;
}
#footer {
	clear: both;

}
a:link {
	color: #FC0;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FC3;

}
a:hover {
	text-decoration: none;
	color: #FC6;
}
a:active {
	text-decoration: underline;
	color: #FC0;

	
}

.bt2 {
	border: 2px solid #FC0;
}

.footertext {
	text-align: center;
}
hr {
	color: #FC0;
}
.coin {
	background-position: right;
}
.feedtable {
	border: 1px dashed #FFF;
}
.feedtableouter {

	border: 1px solid #FFF;
}


