/* Start CSS */
 
*    { 
	margin:0;
	padding:0;
}

body {
	margin: 0 auto;
	padding: 10px;
	background: url( images/water9.gif ) repeat;;
}

#container {
	width:1024px;
	margin: 0 auto;
	background: #AAAAAA url( images/containerbg3.jpg ) repeat;
}

#header {
	height:150px;
	width:1024px;
	margin: 0 auto;
	background: #4A4D4A url( images/header3.jpg ) no-repeat;
}

#header-content {
	width:1024px;
	padding: 40px 0 0 15px;
	position: absolute;
	margin: 0 auto;
}

#header-content h1 {
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 55px;
}

#left-column {
	float: left;
	width: 125px;
	margin: 0 0 0 0;
}

#right-column {
	float: left;
	width: 165px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

#menu {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

#menu ul {
    text-align:left;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

#menu li a {
	text-align: center;
	display: block;
	height: 34px;
	margin: 0 0 0 0;
	list-style: none;
	padding: 5px 4px 0 0;
	text-decoration: none;
	font-weight: bold;
	background: url( images/button2.jpg ) no-repeat;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	height: 34px;
	margin: 0 0 0 0;
	text-decoration: none;
	padding: 5px 4px 0 0;
	background: url( images/button_active2.jpg ) no-repeat;
	color: #4A4D4A;
}

#content-column {
	float: left;
	width: 700px;
	min-height: 260px;
	margin: 0 auto;
	padding: 20px 13px 10px 19px;
	background-color: #FFFFFF;
}

#content-column h1{
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 32px;
}

/*
#content-column a {
	font-family: Comic Sans MS;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}
*/

#news {
	font-family: Times New Roman MS;
	font-size: 14px;
}

#footer	{
	clear: both;
	width:1024px;
	height: 30px;
	margin: 0 auto;
	padding: 10px 0;
	/* background-color: #1175f1; */
	background-color: #006cdb;
	text-align: center;
	text-decoration: none;
	color: #000000;
}

#current-conditions {
	margin: 0em;
	width: 160px;
	font-family: Comic Sans MS;
	font-size: 12px;
	color: #006600;
	background-color: #E2EBD8;	
}

#current-conditions-header {
	width: 160px;
	font-family: Comic Sans MS;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CC00;	
}

/* Buddy List CSS Statements */
table.buddytable {
	font-size: 15px;
}

tr.buddytable {
	text-align: center;
	font-size: 12px;
}

td.specialities {
	font-size: 12px;
}

/* begin styles for Greenpeace RSS Feed */
.rss-box-action {     
margin: 0em;     
width: 160px;     
background-color: #E2EBD8;
/* Change above line to changer background color of the panel */     
border: 0px solid ##FFFFFF;     }
.rss-box-action .update_picl {display : none;}
.rss-box-action .rss-items {    
margin-top:0px;    
padding:0.25em; 0.25em;    
margin-left:0px;    
color:##66CC00;
}

.rss-box-action p.rss-title {
padding:0.25em;
}

.rss-box-action .rss-title {    

text-decoration: none;    
font-family: verdana, sans-serif;    
font-size: .9em;    
background-color:#E2EBD8;

/* change above for color of title box */    
color:#003300;    
font-weight:normal;    
margin: 0px;    
padding:0em;    
text-align: left;
}

.rss-box-action .rss-item  {  
font-family: verdana, arial, sans-serif;  
font-size: 0.9em;  
font-weight : normal;  
list-style:none;  
padding-bottom:.25em;

}

.rss-box-action .rss-item a {
  padding-left: 10px;
  background: url(http://www.greenpeace.org/resources/gcms/assets/graphics/act-arrow.png) no-repeat 0 3px;
  color: #006600;
  font-size: .9em;
  font-weight:  normal;
  text-decoration:  none;
}  

.rss-box-action .rss-item a:hover {
  color: #F60;
}



.rssheader {  
width: 160px;
background: url(http://www.greenpeace.org/international/assets/graphics/gplogobottomright.gif) no-repeat 0 -1px;
background-color:#66CC00;
margin-bottom: 0px;
padding: 2px;
color: #000;
font-family: verdana;
font-size: 11px;
}
/* end styles for Greenpeace RSS Feed */