
.right-column{
    width:200px;
	float:right;

}
.box{
    border:1px solid #99cccc ;
	padding:2px;
	margin:0;
	height:auto;
	font: normal 15px Tahoma, Helvetica, sans-serif ;
	color:#333333;
}
.box-head-left{
    width:3px;
	height:29px;
	background:url(images/box_head_left.gif) no-repeat;
	float:left;
	margin:0;	
}
.box-head-right{
    width:2px;
	height:29px;
	background:url(images/box_head_right.gif) no-repeat;
	float:right;
	margin:0;

	
}
.box-head-repeat{
	height:29px;
	background:url(images/box_head_repeat.gif) repeat-x;
	margin:0;
	text-align:right;

    
}
.box-head-text{
    font: normal 18px  Tahoma, Helvetica, sans-serif;
    color:#003366;
	padding-top:2px;

}
.intro-box{
/*padding-top:10px; */
    width:100%;
}
.intro-box-left{
    width:2px;
	height:150px;
	background:url(images/intro_box_left.gif) no-repeat;
	float:left;
	margin:0;
	
}
.intro-box-right{
    width:2px;
	height:150px;
	background:url(images/intro_box_right.gif) no-repeat;
	float:right;
	margin:0;

	
}
.intro-box-repeat{
	height:150px;
	background:url(images/intro_box_repeat.gif) repeat-x;
	margin:0;
    
}

.vert-space{
     padding-top:5px
	 
}

.ad-box{
	height:100px;
    border:1px solid #99cccc ;
	font: normal 14px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    color:#666666;
	padding:3px;

}

.img2{
   padding:2px;
   border:1px solid rgb(150,150,150);
   clear:both;
}
a:hover .img2  {
    padding:3px;
	clear:both;
    border:none;

}
.icon {
    clear:both;
    padding:3px;
	border:none;
}

