body {
	background: #000033;
	color: #666666;
	font-family: arial,verdana,sans-serif;
	font-size: 95%;
	margin: 0px;
	padding: 0px;
}

a:link { 
	color: #9D9D9B;
	font-weight: bold;
	text-decoration: underline;
}
	
a:visited { 
	color: #9D9D9B;
	font-weight: bold;
	text-decoration: underline;	
}
	
a:hover, a:active { 
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 1000px;
        background-color: #fff;
}


#logo {
        position: absolute;
        top: 0px;
        left: 0px;
}

#banner {
	height: 384px;
	width: 1000px;
}

#twitter_image
{
position: absolute;
top: 500px;
background: url(/images/5/twitter_150.png) no-repeat;
}


#content {
	width: 1000px;
}

#headlines {
	min-height: 230px;
	padding: 10px;
	width: 254px;
        border-bottom: 2px solid #336799;
}

#left {
	float: left;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	width: 716px;
        min-height: 1250px;
        overflow: hidden;
        border-right: 2px solid #336799;
}

#onecol {
	float: left;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	width: 960px;
        min-height: 750px;
        overflow: hidden;
}

#nav {
	clear: both;
	display: block;
	height: 44px;
        width: 1000px;
        background-color:  #336699 ;
        background: url(/images/5/menu_bg.png) no-repeat;
}
#nav ul li a {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
        font-size: 90%;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;	
}
#nav ul li a:hover
{
color: #000;
}

#nav li
{
        border-right: 1px solid #003466;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.nlink{
	float:left;
	width:auto;
	list-style: none;
	display:inline;
	text-align:center;
	margin-top: 15px;
	width: 110px;
}
#right {
        padding-right: 2px;
	float: left;
	width: 240px;
        background-color: #fff;
        min-height: 450px;
        overflow: hidden;
}

#right p {
	margin-top: 0px;
        padding-bottom: 0px;
}

* html #right p {
	margin-top: -5px;
}

#stats {
	padding: 10px;
	width: 254px;
        min-height: 100px;
        overflow: hidden;
}


.date {
	color: #827961;
	font-weight: bold;
}

.flt-lft {
	float: left;
	margin-right: 20px;
}

.flt-rgt {
	float: right;
}

.heading1 {
	background: url(/images/5/heading-bg-1.png) no-repeat;
	color: #666666;
	display: block;
	font-family: arial, tahoma;
	font-size: 90%;
	font-weight: normal;
        height: 28px;
	margin-bottom: 12px;
	padding-left: 70px;
	padding-top: 6px;
	width: 229px;
}

h1
{
font-size: 125%;
font-weight: normal;
}

#footer {
clear:both;        
background: url(/images/5/footer_bg.png) repeat-x;
color: #FFFFFF;
font-size: 80%;
text-align: center;
height: 139px;
}

#footer a{ 
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 20px;
	text-decoration: none;
}
	
#footer a:hover{ 
	color: #000000;
	text-decoration: underline;
}

.progressbackgroundfilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    opacity: .5; 
    filter:alpha(opacity=50); 
    z-index:1000;
}
.processmessage { 
    position:fixed; 
    top:30%; 
    left:43%;
    padding-top:0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    height: 13px;
    width:14%; 
    z-index:1001; 
    background-image:url(/images/loadingAnimation.gif);
}
