
.rightSidebar 
{
    width:200px;
	position: fixed;
	bottom: 0px;
	left: 10px;
	visibility:visible;
	list-style: none;
	z-index:100;

}
.tweetHolder
{
    width:180px;
	position: fixed;
	bottom: 290px;
	left: 20px;
	visibility:visible;
	list-style: none;
    z-index:100;
}

/*
.RightbarBG {
	background-color: #F9F7EE;
}

.RightbarHeaderBG {
	background-color: #0081C1;
}

.RightbarHeading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

.RightbarHeading2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF
}

.RightBarLinks {
	color: #004060;
}
*/

