 #sidebar2 {

	float: right;
	height:100%;
	width: 134pt; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 15px ; /* top and bottom padding create visual space within this div */
margin:0pt 2pt 0 0;
 }
 
 
#sidebar2 h2, h3 {
font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#6F784C;
	font-size:13pt;
	text-align:left;
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-weight:100;

}


#sidebar2 p   {
font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#90AC59;
	font-size:10pt;
	text-align:left;
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
	font-weight:normal;

}








 #sidebar2 ul {
 text-align:left;
margin-left:-2em;
list-style-type: none;
font-weight:300;

}



#sidebar2 a:link{

padding: 0;
margin:0;
color:#90AC59; 

text-decoration: none;

}



#sidebar2 a:visited{
padding: 0;
margin:0;
color:#90AC59;

text-decoration: none;

}

#sidebar2 a:hover{
padding: 0;
margin:0;
color: #6F784C ;

text-decoration: none;

}




#sidebar2 a:active{
padding: 0;
margin:0;
color:#90AC59;

text-decoration: none;

}






#sidebar2 ul a {

padding: 0;
margin:0;

}

#sidebar2 li {
list-style-position: inside;
    padding:0.4em 0 0.4em 0;

    margin:0;

    background-image: none;

    background-color: #FFF;

    float:left;

    

}





#sidebar2 ul li {

    float:none;

    background-color: transparent;

}

