@charset "utf-8";
/* Main Stylesheet for all pages */

table { 
	width:1024px;
	}
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	background-color:#000000;
	font-size:12px;
	}
p {
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	}
#nav {
	/*background-image:url(../images/navbg2.png);
	background-position:;
	background-repeat:no-repeat;*/
	/*padding-right:35px;*/
	/*padding-top:35px;*/
	/*text-align:right;*/
	/*width:212px;
	height:400px;*/
	/*position:fixed;*/
}
#mainBG {
	background-image:url(../images/FedLogo.png);
	background-position:center;
	background-repeat:no-repeat;
}
#navCell {
	/*background-image:url(../images/navbg2.png);
	background-position:top-right;
	background-repeat:no-repeat;*/
	width:212px;
	}
#qnav {
	border-top:none;
	border-left:none;
	border-right:3px solid #3F0;
	border-top:3px solid #3F0;
	padding: 3px;
	padding-left: 5px;
	color: #FFFFFF;
	display:none;
	border-radius:15px
	}
#mnav {
	display:none;
	}
a {
	color:#0F6;
	cursor:pointer;
	text-decoration:none;
	}
/*a:visited {
	color:#00CC99;
	}*/
a:hover {
	color:#0FF;
	text-decoration:underline;
	}
#title {
	text-align:center;
	}
#headline {
	color:#00FFFF;
	font-size:26px;
	text-shadow:2px 2px 2px #999;
	font-variant:small-caps;
	font-weight:bold;
	}
#subtitle {
	font-size:14px;
	font-style:italic;
	}
#news {
	font-size:12px;
	/*color:#FFF;*/
	border-top:#09C 2px solid;
	border-left:#09C 2px solid;
	border-radius:15px
}
#news b {
	color:#FF0;
	font-family:"OCR A Extended", "Courier New", Courier;
	font-size:14px;
	font-weight:normal;
	/*padding:1px;
	border:#FF0 solid 1px;*/
}
ul {
	font-size:12px;
	}
#news ul li {
	list-style-image:none;
	}
#footer {
	color:#CCC;
	font-size:12px;
	font-style:italic;
	padding:10px;
	}
#trouble {
	color:#CCC;
	font-size:10px;
}
#switchback {
	color:#CCC;
	font-size:10px;
	display:none;
}
#report {
	color:#CCCCCC;
	font-size:12px;
	display:none;
	padding-right:10px;
	padding-left:10px;
	text-align:center;
}
#join {
	text-align:center;
	padding-left:20px;
	padding-right:20px;
}
#join b {
	/*text-decoration:blink;*/
}
#footspan, #foothide {
	display:none;
}
.bottom {
	border-top:#09C 2px solid;
	border-left:#09C 2px solid;
	border-radius:15px;
}
.newsitem {
	padding-left:47px; 
	text-indent:-77px;
	list-style-image:none;
	list-style-type:none;
	padding-bottom:10px;
}
#toprow {
	display:none;
}
.post {
	color:#FFF;
}
#dl {
	border:#9F0 solid 2px;
	float:left;
	text-align:center;
	width:380px;
	height:90px;
	font-weight:bold;
	color:#93F;
	margin-bottom:10px;
}
#pl {
	border:#93F solid 2px;
	float:right;
	text-align:center;
	width:380px;
	height:90px;
	font-weight:bold;
	color:#9F0;
	margin-bottom:10px;
}
#pl,#dl {
	border-radius:15px;
	padding-bottom:2px;
	padding-top:2px;
}
iframe {
	border:none;
	height:60px;
	width:inherit;
}
.core_post_author:before {  
	content:"by " 
}
#greeting {
	font-family:'Courier New', Courier, monospace;
	font-style:italic;
	font-weight:bold;
	font-size:13px;
}
