/* Alternate CSS Style */
/* $Id: main.css 472 2009-07-12 05:31:16Z pjkix $ */

/* Basic defaults
--------------------------------*/
body,td,th { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000; background-color:#fff;}
body { background-color: #FFFFFF; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
a:link { color: #0099FF; text-decoration: none;background-color:#eee;}
a:visited { text-decoration: none; color: #aaa;background:#eee;}
a:hover { text-decoration: underline; color: #000;background:#eee;}
a:active { text-decoration: none; color: #c30;background:#ccc;}
h1 { font-size: 1.6em;background-color:#000;color:#fff;}
h2 { font-size: 1.4em;}
h3 { font-size: 1.2em;}
h4 { font-size: 1em;}

h1,h2,h3,h4 {margin:0;padding:0;}

/* Structure
------------------------------- */

#content {width:73%;float:left;border:1px solid blue;}

#news-feeds {width:25%;float:right;border:1px solid red;background-color:#ff0;font-size:.75em}

#news-feeds h2 {background:#000;color:#fff;border-bottom:.1em solid #000;}

#news-feeds h3 {border-bottom:.1em solid #000;}

#news-feeds ul {padding:0 1em;height:15em;overflow:auto;}

#news-feeds a {color:#000;background:#ff0;}
.feed ul {margin:0;padding:1em;list-style:square;}
ul.nav li {display:inline;}
ul.nav {padding:0;margin:0;}

#u-nav {text-align:right;}
.nav a {padding:0 1em;}
.nav a:hover {background:#ccc;}
#content {background-color:#eee;}

#affiliates {display:none;}

#footer {text-align:left;clear:both;}

#site-check {display:none;}

#license {text-align:center;}


