@media screen and (max-width: 320px) {
    img{max-width:305px;height:auto;}
    div#header  {width: 320px;}
	div#menu  {width: 320px;}
    div#main {width: 320px;}
    div#left {width: 320px;}
	div.post {width: 320px;}
	div.topstory {width: 320px;}
	div.postgroup {width: 320px;}
	div#top  {width: 320px;}
	div#sidebar {display: none;}
	div#right {display: none;}
	div#footerbg  {display: none;}
	div#footer {display: none;}
   }	
   
* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #444;
	}
	
/* ------------------------------------------
                  HTML STYLE TAGS
    ------------------------------------------- */

/*block elements */
p {
	line-height: 1.5em;
	margin-bottom: 10px;
	font-family: Open Sans, sans-serif;
		}

blockquote {
    display: block;
	margin:5px 0px 5px 30px;
	padding-left:10px;
    border-left:2px solid #999;
	}
	
h1, h2,h3 {
   font-family: Open Sans, sans-serif;
   line-height:102%;
   }


h1 {
	margin-bottom: 5px;
	
	font-size:26px;
	}

h2 {
	margin-bottom: 5px;
	font-size:18px;
	}

h3 {
		}
	
h4 {
	color: #900;
	}
	
.min_h1  {
   font-size: 20px;
   
}

a {
	text-decoration: none;
	color:#333;
	}
	
	
a:hover {
	background: none;
	color: #E40000;
	}	

/* images */
img.left {
	border:1px solid #DDD;
	padding: 2px;
	background: #F0F0F0;
	margin: 0 8px 8px 0;
	}
	
img.banner {
	background: #FFF;
	padding: 0px;
	border: 1px solid #DDD;
	margin: 0 1px 7px 1px;
	}
	
img.banner:hover {
	border: 1px solid #B6B6B6;
	background: #F6F6F6;
	}


/*lists & definitions */
ol.normal {
	margin: 10px 0px 10px 30px;
	}	
	

ul.normal {
	margin: 10px 0px 10px 12px;
	list-style: none;
	}	
	
ul.normal li {
	padding-left: 15px;
	background: url('images/bullet.gif') no-repeat left center;
	}
	
dl {
	margin: 20px 0;
	}
	
dt {
	color: #900;
	font-weight: 600;
	}
	
dd {
	font-style: italic;
	margin: 0 0 5px 15px;
	}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 20px;	
		
}
tr { 
    background: #FFF;
	text-align:center }
	
tr.altrow { background: #F9F9F9;	}
th, td {
    border-width: 1px;
  	border-style: solid;
	text-align: left;			
	
}
 th {
	color: #900;
	background: #F0F0F0; 
	padding: .8em 1em;	
  	border-color: #DDD #DDD #CCC #DDD;
	text-align:center;	
}
 td {
	border-color: #CECECE;	
	padding:3px 3px 3px 3px;
	text-align:center;	
}	

 td a {
	text-decoration:underline;
	color: #0033FF;
}	

 td a:hover {
	background: none;
	color: #990000;	
}

.nobord td  {
    border-width: 0px;
  	border-style: solid;
	text-align: left;			
}

.nobord2 td  {
    border-width: 0px;
    border-bottom-width:1px;
  	border-style: solid;
	text-align: left;			
}

/* ------------------------------------------
                   SITE LAYOUT
    ------------------------------------------- */
	
#wrap {
	margin: 0px;
	}
	
#content {
	width: 100%;
	margin: 0 0 0 0;
	}
	
#maincontent {
    margin:0px auto; 
	width: 996px;
	padding: 5px 0px 5px 0px; /* old  padding: 15px 0px 5px 0px;*/
	background:#FFFFFF;
	}
	
#right {
    font-family: Open Sans, sans-serif;
	float: right;
	width: auto;
	padding: 0px 10px 0px 10px;
	font-size: 0.7em;
	margin-bottom: 10px;
	}
	
.middle {
	float: right;
	width: 160px;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	margin: 0 0px 5px 0px;
	}
	
#main {
	width: 610px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0 0;
	}
	
#main .mail   {
    display:inline;
    background:none;
	border:none;
	padding:2px 2px 2px 2px;
    text-decoration:underline;
	color: #666666;
	      }	
		  
#main .mail:hover  {
    text-decoration:none;
	color: #990000;
	}		
	
#left {
	PADDING: 0 0 0 10px;
	}
	
#left h1 {
   font-size:20px;
   padding:0 0 10px 10px; 
   
   }	
	
#left .topstory {
    width:100%;
	font-size:95%;}
	
#left .topstory	ul  {
	list-style: square;	
	}
		
#left .topstory li {
	padding: 3px 5px 3px 8px;
	margin: 3px 5px 3px 35px;
	line-height:130%;
	font-size:16px;
	}	
	
#left h2 {
	margin:0px 0px 5px 1px; 
	}

#left .post h1 {
   padding:0 0 0 0;
   font-size:26px;
}	

#left .post h3 { 
   font-weight:normal;
   line-height: 1.2em;
   margin-bottom: 7px;
   font-size:95%;
}	
	
#left .post .min_h1  {
   font-size: 22px;
   
}	

#main_left {
    width:966px;
	background:#fff;
	border:1px solid #DDD;
	margin:6px 10px 10px 9px;
	padding:5px 5px 5px 5px;
		}	
			
/*******************
*	TOP			   *
********************/
#top {
    font-family: Open Sans, sans-serif;
	background:#f0f0f0;
	margin: 0px;
	padding: 0px;
	}

#topwrapper {
	width: 996px;
	margin: 0px auto;
	}

#topnav {
	background:#f0f0f0;
	height: 28px;
	margin: 0px;
	padding: 3px 0px 2px 0px;
	font-size: 11px;
	}

#topnav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	}

#topnav li {
	float: left;
	list-style: none;
	margin: 1px 5px 0px 0px;
	padding: 0px;
	}

#topnav ul li {
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}

#topnav li a, #topnav li a:link, #topnav li a:visited {
	color: #333333;
	display: block;
	margin: 0px;
	padding: 4px 8px 4px 8px;
	}

#topnav li a:hover, #topnav li a:active {
	color: #333333;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 4px 8px 4px 8px;
	border-bottom: none;
	text-decoration: underline;
	}

#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	background: #fff;
	width: 130px;
	color: #111;
	float: none;
	margin: 0px;
	padding: 4px 8px 4px 8px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	}

#topnav li li a:hover, #topnav li li a:active {
	background: #E40000;
	color: #fff;
	padding: 4px 8px 4px 8px;
	}
	
/*******************
*	HEADERNAV	   *
********************/
#headernav {
	background:none;
	height: auto;
	 }

#headernav ul {
	float: left;
	list-style: none;
	margin:0px;
	padding: 22px;
	}

#headernav li {
	float: left;
	list-style: none;
	font-family: arial;
	padding-right:15px;
	font-size: 16px;
	font-weight:bolder;
	text-transform:uppercase;
	}

#headernav li a, #headernav li a:link, #headernav li a:visited {
	color: #333333;
	display: block;
	padding: 4px 8px 4px 8px;
	}

#headernav li a:hover, #headernav li a:active {
	color: #E40000;
	display: block;
	text-decoration: none;
	text-decoration: underline;
	}

/*******************
*	SEARCH FORM	   *
********************/

#search {  	
   font-family:Arial, Helvetica, sans-serif;
   margin-top:0px;
   margin-right:5px;
   background:#f0f0f0;
   border:none
   }
	
/* #cse-search-results */	
#cse-search-results  iframe {
    height:1200px;
}	

/*******************
*	HEADER		   *
********************/
#header {
	background: #FFF;
	height: 75px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.176);
	margin-bottom: 10px;
	}

#headerwrapper {
	width: 996px;
	margin: 0px auto;
	
	}
	
.logo {
	width: 202px;
	height: 35px;
	cursor: pointer;
	}
	
.time  {
   float: left;
   width:216px;
   text-align:center;
   margin: 10px 0px 0px 0px;
   padding: 0px;
   font-size:14px;
   font-family: Open Sans, sans-serif;
   color: #003366;
   }		

.ad468x60 {
    float:left;
    width: 468px;
	height: 60px;
	margin: 0px 0px 6px 265px;
	padding: 0px;
	}

.ad468x60 img {
	border: none;
	}
	
.ad728x90 {
    width: 728px;
	height: 90px;
	margin: 0px auto;
	margin-top:2px;
	margin-bottom:2px;
	padding: 0px;
	}

.ad728x90 img {
	border: none;
	}	
	
.ad300x250 {
	background: #fff;
	width: 300px;
	height:250px;
	height: 250px;
	margin: 0px 0px 0px 0px;
	padding: 10px 9px 10px 9px;
	border: 1px solid #ccc;
	}
	
.ad336x280 {
	background: #fff;
	width: 336px;
	height:280px;
	margin: 0px 0px 0px 0px;
	padding: 10px 9px 10px 9px;
	border: 1px solid #ccc;
	}	

.ad300x250 img {
	border: none;
	}
	
.ad336x280 img {
	border: none;
	}	
	
.ad_free {
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px 9px 10px 9px;
	border:1px solid #ccc;
	}

.ad_free img {
	border: none;
	}	
	
/*******************
*	MENU		   *
********************/
#menu {
	background: url(images/menu.gif) repeat-x;
	height: 32px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: Open Sans, sans-serif;
	}

#menuwrapper {
	width: 996px;
	margin: 0px auto;
	}

#menu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	border-left: 1px solid #e9e9e9;
	}

#menu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #e9e9e9;
	text-transform: uppercase;
	}

#menu ul li {
	margin: 0px 0px 0px -1px;
	padding: 0px;
	list-style: none;
	}

#menu li a, #menu li a:link, #menu li a:visited {
	margin: 0px;
	padding: 9px 15px 9px 15px;
	color: #333;
	display: block;
	font-size: 11px;
	font-weight: bold;
	}

#menu li a:hover, #menu li a:active {
	background: #f0f0f0;
	margin: 0px;
	padding: 9px 15px 9px 15px;
	color: #E40000;
	display: block;
	text-decoration: none;
	}

#menu li li a, #menu li li a:link, #menu li li a:visited {
	background: url(images/sub-menu.jpg) repeat-x;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 6px 15px 2px 15px;
	color: #333;
	font-weight: normal;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	}

#menu li li a:hover, #menu li li a:active {
	background: #f5f5f5;
	padding: 6px 15px 2px 15px;
	color: #5CA12F;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	}

#menu li ul {
	background: #fff;
	z-index: 9999;
	position: absolute;
	height: auto;
	width: 180px;
	margin: 0px;
	padding: 0px;
	left: -999em;
	border-top: 1px solid #e9e9e9;
	}

#menu li li, #menu li li li {
	border: none;
	margin: 0px 0px 0px -1px;
	}

#menu li ul a {
	}

#menu li ul a:hover, #menu li ul a:active {
	}

#menu li ul ul {
	margin: -30px 0px 0px 181px;
	border-top: 1px solid #e9e9e9;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
	}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
	}

#menu li:hover, #menu li.sfhover {
	position: static;
	}	
	
/* --------------------------------------------------------------------------
                  UNIVERSAL WIDTH AND POSITION STYLES
   -------------------------------------------------------------------------- */
	
.halfcontent {
    width:330px;
    margin: 0 5px 10px 4px;
	background: url('images/subfade.gif') repeat-x top left;
	font-size: 0.9em;
	padding-top: 10px;}
	
.halfcontent h3	 {
	padding: 2px 5px 5px 20px;
	margin: 5px 5px 5px 5px;
	font-size:100%;
	font-weight:normal;
	border-bottom: 1px dashed #999999;
	background: url(images/bullet_red.gif) no-repeat left center;
		}
	
.halfcontent h1 {
	font-size:12px;
	color:#FF0000;
		}	
		
.halfright   {
    float:left;
    border-left:none;
	font-size: 14px;
	margin:0px 0px 10px 10px;
    width:270px;}	

.halfright h2  {
    background:#f0f0f0;
    color:#E40000;
    padding: 5px 5px 5px 5px;
    text-align:center;}
	
.halfright h3  {border:none;	}
	
.overflow {
    overflow:auto;
    }
	
.columns {
    width:280px;
}

.z {
	background:#f0f0f0;
	padding: 5px 5px 5px 10px;
              }	
.ln  {
border-bottom:1px solid #666666;
padding:5px 0 3px 10px;	
}		  
			  
			  
.red {
    width:92%;
	border:1px solid #E40000;
	padding:5px;
	margin:0 15px 0 15px;
    }				  	

		
.threehundred {
	width: 296px;
	margin: 0 5px 0 4px;
	}
	
.right {
	float:right;
	}

.left {
	float:left;
	}

.clearboth {
	clear: both; 
	line-height: 0; 
	height: 0;
	font-size: 0;
	}
	
.clearright {
	float: right;
	clear: right;
	line-height: 0; 
	height: 0;
	font-size: 0;
	}

.clear {
	clear: left;
	line-height: 0;
	font-size: 0;
	}
	
/* ----------------------------------------------
                    BLOG POSTS
   ----------------------------------------------- */
	
.post {
    display:inline-block;
    border-top: 1px dotted #ccc;
	margin-bottom:0px;
	padding: 5px 0 0 0;
	}
	
.post a {
    color: #E40000;
	}
	
.post  a:hover {

	background: none;
	text-decoration:underline;
	color: #E40000;
	}
	
.post  ul  {
	list-style: square;	
	}
		
.post  li {
	padding: 3px 5px 3px 8px;
	margin: 3px 5px 3px 35px;
	line-height:130%;
	}		
	
.postgroup	{margin-bottom:0px;
    }

.postgroup h3 { 
	font-weight:normal;
    line-height: 1.2em;
    margin-bottom: 7px;
    font-size:97%;
	}
	
.postgroup	p {
    line-height:130%;
	font-size:95%;
	padding:0px 5px 0px 5px;}	
	
.postgroup	ul  {
	list-style: square;	
		}
		
.postgroup	li {
	padding: 3px 5px 3px 8px;
	margin: 3px 5px 3px 35px;
	line-height:130%;
	}	
	
.postgroup a  {
    display:block;
    padding: 5px 5px 5px 25px;
	margin: 5px 5px 5px 8px;
	line-height:130%;
	font-size: 90%;
	background: url(images/readmore.gif) no-repeat left;
	border-bottom: 1px dashed #999999;
    }	
	

	
.author {
	color: #333;
	border-bottom:1px dotted #ccc;
	text-transform:uppercase;
	padding:7px 0px 7px 0px;
	font-size:11px;
	margin-bottom: 10px;
	}
	

/* -------------------------------------------------
                  AREA SPECIFIC STYLES
    ------------------------------------------------- */

/* top story */	
.topstory {
	width: 610px;
	padding: 10px;
	margin: -10px 0 3px 0;
	}

.topstory h1 {
    font-size:20px;
	margin: 0px 10px 0px 5px;
	color: #000;
	text-decoration: none;
	margin-left: 0px;
	}	
	
.topstory h3  {
    font-size:95%;
	font-weight:normal;}			

.topstory p  {
	margin: 0px 2px 5px 2px;}
	
	
.topstory img {
	margin: 0px 10px 0px 0px;
	float:left;}	
	
.small	{
    width:250px;
	min-height:80px;
	padding-left:2px}	
	
.min {
    font-size:105%;
    color:#000000;
    font-weight:bold;
    border-top:1px dashed #666666;
    padding-top:5px;}


/* substory */
#main_left .substory {
	float: left;
	width: 309px;
	font-size:0.9em;
	padding: 5px 5px 5px 5px;
	background:none;
		}
		
#main_left .smaller {
    margin:2px 0 2px 0;
	width: 287px;
    min-height:50px;}	

#main_left .smaller a {
    font-weight:normal;
}	
		
#main_left .substory h3{
font-weight:bold;
margin-bottom:10px;
}


#main_left .substory .img {
    border:1px solid #DDD;
	padding: 2px;
	background: #F0F0F0;
	margin: 0 8px 8px 0;
	}
	
.substory {
	float: left;
	width: 140px;
	padding: 9px 5px 5px 5px;
	font-size: 0.7em;
	margin: 0 3px 10px 0px;
	background: url('images/subfade.gif') repeat-x top left;
	}
	
.substory h3 {
	margin: 0px 2px 0px 2px;
	font-weight:normal;
	font-size:100%;
	}	
	
.rightsubstory {
	margin: 0 0 10px 0;
	}
	
/*******************
*	SIDEBAR		   *
********************/
#sidebar {
    background:#FFF;
	float: right;
	width: 356px;
	margin: 0px;
	padding: 0px;
	}

#sidebar li ul {
	}

#sidebar li li {
	}

#sidebar a {
	color: #222;
	}

#sidebar a:hover {
	color: #E40000;
	text-decoration:underline;
	
	}

#sidebar h3 {
	color: #222;
	}

#sidebar .box {
	background: #fff;
	margin: 0px;
	padding: 5px 10px 10px 3px;
	color: #333;
	}
	
#boxnews {
    }	

#sidebar .box li {	
    margin: 5px 0px 0px 0px;
	padding: 0px 9px 6px 3px;
	font-size: 12px;
	list-style-type:none;
	border-bottom:1px dotted #ccc;
	}

.fullwidget {
	margin: 0px;
	padding: 0px;
	width: 356px;
	}

.leftwidget {
	float: left;
	width: 173px;
	margin: 0px;
	padding: 0px;
	}

.rightwidget {
	float: right;
	width: 173px;
	margin: 0px;
	padding: 0px;
	}

.fullwidget ul, .leftwidget ul, .rightwidget ul {
	margin: 0px;
	padding: 0px;
	}

.fullwidget ul li, .leftwidget ul li, .rightwidget ul li {
	list-style: none;
	margin: 0px;
	background: #fff;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #ccc;
	}

.leftwidget h3 {
	height: 23px;
	margin: 10px 0px 0px 0px;
	padding: 7px 9px 0px 11px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/lr-h3.jpg) no-repeat;
	}

.rightwidget h3  {
	height: 23px;
	margin: 10px 0px 0px 0px;
	padding: 7px 9px 0px 11px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/lr-h3.jpg) no-repeat;
	}

.fullwidget h3 {
	background: #F0F0F0;
	}

.ad300x250 {
	background: #fff;
	width: 300px;
	min-height:250px;
	margin: 0px 0px 0px 0px;
	padding: 10px 9px 10px 9px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.ad300x250 img {
	border: none;
	}

.postnav {
	padding: 7px 0px 7px 0px;
	border-top: 1px dotted #ccc;
	}

.postnav a {
	color: #E40000;
	}

.postnav a:hover {
	color: #E40000;
	}

.postnav .left {
	width: 280px;
	text-align: left;
	}

.postnav .right {
	width: 280px;
	text-align: right;
	}

.previouspost {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	}

.nextpost {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	text-align: right;
	}

.previouspost a:hover, nextpost a:hover {
	text-decoration: underline;
	}


#sidebar h3 {
	height: 23px;
	margin: 10px 0px 0px 0px;
	padding: 9px 9px 0px 11px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	}	
	
/******************
*	FOOTER		  *
*******************/
#footerbg {
    font-family: Open Sans, sans-serif;
	background: #f0f0f0;
	margin: 0;
	}

#footer {
	width: 996px;
	height: 130px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	}

#footer a, #footer a:visited {
	color: #333333;
	}

#footer a:hover {
	color: #333333;
	}

#footer th {
	color: #333;
	}

#footer p {
	margin: 0px 0px 10px 0px;
	}

#footer ul {
	display: block;
	list-style-type: none;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#footer ul li {
	color: #333333;
	}

#footer h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 2px 0px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px dotted #555;
	font-size:11px;
	}

.footerwidget {
	padding: 5px 15px;
	}

#bottom {
    font-family: Open Sans, sans-serif;
	background: #f0f0f0;
	height: 15px;
	padding: 10px;
	border-top:1px solid #ccc;
	}

#bottomwrapper {
	width: 996px;
	margin: 0px auto;
	color: #333333;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	}

#bottomwrapper a {
	color: #333333;
	}

/* right column lists */	

.newsright  {
    width: 100%;
	margin: 0 0 0 0;
	padding: 0px 0px 5px 0px;
	border:1px solid #CCC;
	background: #FFF;	
	}


.banner_maincontent {
    margin: 0px 10px 5px 9px;
	   
}	

.banner_top  {
    height:auto;
	margin:10px 0px 10px 0px;
	border:none;
}	
	
.banner_right {
    height:auto;
	margin: 0 0 0 0;
	border:none;
}

.banner_content {
    height:auto;
	margin: 0 0 0 0;
	border:none;
}

#banner_content_top {
    height:240px;
	margin:5px 0px 5px 0px;
	border:none;
}

.banner_content_top a  {
    display:block;
    padding: 0px;
	margin: 0px;
	background: none;
	border:none;
    }

.banner_content_left {
    height:auto;
	margin:5px 10px 3px 0px;
	border:none;
	}	
	
.newsright h2{ 
   font-size:16px;
   font-weight: bold;
   background-color: #F0F0F0; 
   margin: 3px 3px 3px 3px;
   padding:3px 3px 5px 3px; 
   text-align:center;
      		}	
		
.newsright h3	 {
    font-size:96%;
	font-weight:normal;
	line-height:130%;
	margin: 5px 5px 5px 5px;
	padding:0px 8px 8px 8px;
	border-bottom: 1px dashed #999999;
	}	
	
.newsright	p {
   font-weight:bold;
}
	
.rubr  {
    height:90px;
    margin: 2px 2px 3px 5px;
	padding: 2px 2px 0px 5px;
	}
	
.rubr img {
   width:92px;
   height:82px;   
   padding-bottom:0px;
   margin:2px 8px 0px 0px;
}	
	
.vl {
margin-left:3px;}

.vl a {
border:none;}		
	
#right ul.links, .middle ul.links {
	list-style-type: none;
	border-top: 1px solid #DDD;
	margin: 0 10px 10px 0;
	}
#right ul.links li a, .middle ul.links li a{
	display: block;
	width: 122px;
	border-bottom: 1px solid #DDD;
	padding: 3px 0px 3px 8px;
	background: url('images/bullet_light.gif') no-repeat left center;
	text-decoration: none;
	color: #666;
	}
	
#right ul.links li a:hover, .middle ul.links li a:hover {
	background: url('images/bullet.gif') no-repeat left center;
	color: #333;
	}
	
/* middle column lists */	
.middle ul.links {
	margin: 0 0 0 0;
	}
	
.middle ul.links li a {
	width: 102px;
	}
	
.rss {
	background: url(images/rss-small.gif) no-repeat;
	padding: 0px 0px 0px 18px;
	}
	
.rssfeed {
	background: url(images/rss-gray.png) no-repeat;
	float: left;
	width: 24px;
	height: 24px;
	margin: 8px 9px 0px 0px;
	cursor: pointer;
	}

.rssfeed:hover {
	background: url(images/rss.png) no-repeat;
	}	