span.video{
     width: 425px;
     height: 344px;
     display: block;
     border: 1px solid gray;
}

div.lside-hd,div.lside-bd,div.lside-ft{
  
  border-left: 6px solid #8bb637;
  padding:5px;
}
div.lside-hd{
  background: url(/themes/ilc/images/lside-hd.gif) no-repeat top right ;
  color:#FFF4D1;
}
div.lside-bd{
  background-color:#A0D13F;
}
div.lside-bd a:link, div.lside-bd a:visited{
  color:white;
}
div.lside-ft{
  background: url(/themes/ilc/images/lside-ft.gif) no-repeat bottom right ;
}

/* News List */

ul.news{
	list-style-type:none; 
	margin:0; 
	clear:both;
	text-align:left;
	padding:0;
        border-top: 5px solid #A0D13F;	
}
ul.news li{
	list-style-type:none;
        padding:4px;
        border-bottom: 1px solid #ccc;
        background: #F7FFE7;
}
ul.news li span{
	color: #333;
        font-weight: normal !important;
}
ul.news li a{
	text-decoration:none;	
}
ul.news li a:link, ul.news li a:visited{
	color: #A0D13F;
}
ul.news li:hover{
	background: #ECFDC6;
}

/* Body */

body,td,th {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;

}
a:link {
	color: #9dc500;
}
a:visited {
	color: #66CC33;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #339933;
}
h1,h2,h3,h4,h5,h6 {
	color:#9dc500;
	font-family: 'Palatino',Georgia,Garamond,'Times New Roman',serif; 
	font-weight: normal;
	margin-top:0px;
	margin-bottom:10px;
}
h1 {
	font-size:26px;	
}
h2 {
	font-size:22px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:10px;
}
