/*The Stylesheet*/

a{text-decoration:none; color:blue;}
a.active{color:green;}
a{text-decoration:none; color:blue;}

.bl{background-image:url(images/bottom_left_corner.png);
background-position:bottom left;
background-repeat:no-repeat;}
.br{background-image:url(images/bottom_right_corner.png);
background-position:bottom right;
background-repeat:no-repeat;}
.tl{background-image:url(images/top_left_corner.png);
background-position:top left;
background-repeat:no-repeat;}
.tr{background-image:url(images/top_right_corner.png);
background-position:top right;
background-repeat:no-repeat;}

.sidebar{
  float:right;
  width:130px;
  padding:10px;
  margin:12px;
  margin-right:0px;
  border:1px solid black;
  background-color:whitesmoke;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
