/***** CSS3 *****/
#thinColumn .links .h2,#thinColumn .links ul{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#thinColumn .links .h2{
	background:#39c;*zoom:1;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3399cc', EndColorStr='#336699');
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#39c), to(#369));
	background:-webkit-linear-gradient(#39c, #369);
	background:   -moz-linear-gradient(#39c, #369);
	background:    -ms-linear-gradient(#39c, #369);
	background:     -o-linear-gradient(#39c, #369);
	background:        linear-gradient(#39c, #369);
}

.headHr{background:#36c;}
.headHr, .headHr a{color:#fff;text-shadow:1px 1px #036;}
.headHr a:hover{color:#def;}

.headVr{background:#def;}
.data{background:#f8f8f8;}

#wideColumn{float:left;width:72%;}
#thinColumn{float:right;width:250px;}

#thinColumn .h2{border:1px solid #39c;padding:7px 5px 7px 10px;margin:0 0 3px;text-shadow:1px 1px #036;font-weight:bold;}
#thinColumn .links .h2, #thinColumn .links .h2 a{color:#fff;}
#thinColumn .links .h2 a:hover{color:#def;}

#thinColumn .links ul{border:1px solid #999;padding:10px;background:#f1f8ff;}
#thinColumn .links li{padding:5px 0px;line-height:1.2em;color:#333;}
#thinColumn .links li:before{content:'\00BB';float:left;margin:-2px 5px 0 0;font-family:Verdana, Geneva, sans-serif;font-weight:bold;color:#333;}
#thinColumn .links li p,#thinColumn .links li div p{overflow:hidden;}

#thinColumn .links li div{overflow:hidden;border-bottom:1px dashed #999;padding-bottom:5px;}
#thinColumn .links li:last-child div:first-child{border-bottom:0;padding-bottom:0;}
#thinColumn .links li div p{margin-top:5px;}
#thinColumn .links li div p:first-child{margin-top:0;}