.tabSection {
	padding-bottom:10px;
	background-color:#FFF;
}
.tabSection ul.tabs {
	margin:0;
	padding:0;
	list-style:none;
	padding-bottom:22px;
	padding-left:10px;
	border-bottom:1px solid #000;
}
.tabSection ul.tabs  li {
	display : inline;
	list-style-type : none;
	margin :0;
	padding :0;
}
.tabSection ul.tabs  li a:link, .tabSection ul.tabs  li a:visited	{
	background : #DDD;
	border : 1px solid #aaa;
	border-bottom: 1px solid #000;
	color : #666;
	float : left;
	font-size : 85%;
	font-weight : normal;
	line-height : 14px;
	margin-right : 3px;
	margin-top:3px;
	padding : 2px 4px 2px 4px;
	text-decoration : none;
}
.tabSection ul.tabs  li a.selected:link, .tabSection ul.tabs  li a.selected:visited	{
	background : #fff;
	border: 1px solid #000;
	border-bottom : 1px solid #fff;
	color : #000;
	font-weight : bold;
	font-size:95%;
	margin-top:0px;
	line-height:17px;

}
.toggleBox {
	padding:10px 0;
}

#weather {
	border:1px solid #666; 
	background-color:#cde1ec; 
	margin:10px;
	float:right;
	padding:8px;
}

