@charset "UTF-8";
body  {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0;
	line-height:1.50em;
	word-spacing:normal;
	color:#666666;
	margin:0 auto;
	padding:0;
	height:100%;
}

a {
	color: #840000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #8a8c8e;
}

.footnote{

	font-size:11px;
	letter-spacing:0;
	line-height:1.6em;
	word-spacing:normal;
	color:#555;
}

.sl #wrapper {
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.sl #lowercontainer{ 
    width: 1100px;
	overflow: auto;
	display: inline;
	background: #ffffff; 
	padding: 0 0 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #containerinstead of text, you may want to remove the padding. */
} 



.sl #container{ 
    width: 1100px;
	height: 125px;
	background: #ffffff; 
	padding: 0 0 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #containerinstead of text, you may want to remove the padding. */
} 


.sl #container h1 {
	margin: 0; /* zeroing the margin of the last element in the #containerdiv will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
} 

.sl #form{ 
clear:both;
    width: 500px;
	height: 12px;
	background: #ffffff; 
	padding: 0px 20px 20px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #containerinstead of text, you may want to remove the padding. */
} 
	
	.sl #form2{ 
clear:both;
    width: 500px;
	height: 22px;
	background: #ffffff; 
	padding: 0px 30px 30px 30px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #containerinstead of text, you may want to remove the padding. */
} 	
	
.sl #containernav{ 
clear:both;
    width: 998px;
	height: 30px;
	background: #ffffff; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #containerinstead of text, you may want to remove the padding. */
} 

.sl #containermininav{
	clear:both;
	width: 998px;
	height: 13px;

	background: #ffffff;
	padding: 2px 0px 5px 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #containerinstead of text, you may want to remove the padding. */
}

.sl #containernav h1 {
	margin: 0; /* zeroing the margin of the last element in the #containerdiv will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
} 		
	

.sl #footerleft {
	float: left; /* since this element is floated, a width must be given */
	width: 500px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 10px;
}
.sl #footerright{
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 500px; 
	text-align: right;
	margin-top: 10px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a wrapper that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.header {
	height: 125px;
	background: url(../images/iccd_logo.gif) no-repeat right top;
	width: 998px;
}
.header img.logo{
	margin: 0px 0 0 0px;
	float: left;
	clear: left;
}

#column_left{
width:377px; 
margin: 0px 0 0 0px;
float:left;}

#column_right{
width:303px; 
margin: 2px 0 0 0px;
float:left;}

#column2_left{
	width:300px;
	margin: 5px 0 0 0px;
	display: inline;
	float:left;
}

#column2_right{
width:677px;
margin: 5px 0 0 20px;
display: inline;
float:left;
height: 100%;
}


#column2_inside{

width:640px; 
margin: 0px 0 0 20px;
float:left;
}


#column_right_news{width:120px;
margin: 170px 0 0 40px;
  float:left;}

.articleheader {
	padding: 5px;
	margin: 5px 0;

	border-bottom: 1px solid #ddd;
}


.style2 {
	font-size: 16px
}

.sl_title
{
	font-size: 20px;
	margin-top: 10px;
	margin-left: 12px;
	margin-bottom: 10px;
}

.videobox {
margin: 20px 0px 0px 20px;
	width: 300px;
	}
	
.right-element {
	float: right;
	width: 49%;
	text-align: right;
	margin: 0px 0px 0px 0px;
	

   

}
.right-element2 {
	float: right;
	  clear: right;
	width: 49%;
	text-align: right;
	
  margin-left: 1em;
  margin-right: -.1em;
   

}
ul.aux li{
list-style: none;
	float: right;
	padding: 0px 2px 10px 7px;
}
ul.aux li a{
list-style: none;
	text-decoration: none;
	color: #5e5e5e;


}
ul.aux li a:hover {
list-style: none;
	
	text-decoration: none;
	color: #840000;

}
ul.aux li.active{
list-style: none;
	color: #5e5e5e;
	
}


.donate2 {
   float: right;
   width:180px; /* for IE5.5/win */
	width:auto;
	height: 60px;
		margin: 0px 0px 0px 0px;


}
.topsmallnav {
	float: right;
	width:180px; /* for IE5.5/win */
	width:auto;
	height: 30px;

}



/******** serach box ********/
#search_box {
    width: 234px;
    height: 30px;
    background: url(../images/srchbg_grey.gif);
}
#search_box #s {
    float: left;
	  height: 16px;
    padding: 0;
    margin: 6px 0 0 16px;
    border: 1px;
    width: 166px;
  
    font-size: .9.5em;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#hb-nav {
	float:left;
	margin:0;
	padding:0;
	background: #fff;
	padding-right: 0px;
}

#hb-nav ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	height:30px;
}

#hb-nav li {
	float:left;
	margin:0;
	padding:0;
}

#hb-nav a {
	display: block;
}

#hb-nav li img { vertical-align: bottom; }


#hb-nav .hb-more {
	margin: 0;
	padding: 0;
}


ul#donate { width: 180px; }

ul#donate li { 
  list-style: none; 
  background-color: #ffffff; 
  text-align: left; 
  margin: 0; 
}

ul#donate li a { 
  display: block; 
  text-decoration: none; 
  padding:0px; 

}


#inner{
	text-align: left;
	position: relative;
	}


#photo {
	margin: 0 auto;
	}

#inner div {
	width: 450px;
	top: 120px;
	left: 60px;
	position: absolute;
	text-align: left;
	}

#main {
	background: url(../images/main_bg.gif) no-repeat;
	text-align: left;
	margin: 0px auto 0px 0px;
	padding: 0px;
	border:0;
	width: 1000px;
	height:510px;
}

.style4 {
	color: #99192D
}
.style5 {color: #666666}


#main ul.discussions {
	float: left;
	width: 250px;    
	margin: 0px 0 0 0px; 
	padding: 0;
	height: 355px;
	overflow: hidden;
}
#main ul.discussions li {
	margin: 5px 0;
}
#main ul.discussions li a{
	color: #333333;
	background: url(../images/bullet_date.gif) no-repeat 0 4px;
	padding: 0 0 0 15px;
	text-decoration: none;
}
#main ul.discussions li a:hover {
	text-decoration: underline;
	color: #840000;
	padding: 0 0 0 15px;
}
#main ul.discussions li.active{
	color: #840000;
	padding: 0 0 0 15px;
	
}

#main ul.ls-content{
	float: left;
	width: 250px;    
	margin: 0px 0 0 0px; 
	padding: 0;
	height: 355px;
	overflow: hidden;
}
#main ul.ls-contentli {
	margin: 5px 0;
}
#main ul.ls-contentli a{
	color: #333333;
	background: url(../images/bullet_date.gif) no-repeat 0 4px;
	padding: 0 0 0 15px;
	text-decoration: none;
}
#main ul.ls-contentli a:hover {
	text-decoration: underline;
	color: #840000;
	padding: 0 0 0 15px;
}
#main ul.ls-contentli.active{
	color: #840000;
	padding: 0 0 0 15px;
	
}

.ls-content {
	margin:7px 0 0 20px;
	padding: 0px;
	float: left;
	width: 350px;
	 display: inline;
}


.photo2 img
{
	padding: 6px;
	background-color: #eee;
	border: 1px solid #dddddd;
        margin: 0 0 5px 0
	
}


.photo2 
{
	
        float: right;
	color: #660;
	line-height: 16px;
        margin: 5px 10px 10px 25px;
}

.tbl  {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0;
	line-height:1em;
	word-spacing:normal;
	color:#666666;
	margin:0 auto;
	padding:0;
	height:100%;
}