body  {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.36em;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #375d0b;
    background: url(images/bg_green.jpg) top center repeat-x #e6ead3; 
	font-size: 12px;
}

a, a:link, a:visited {
text-decoration: none;
color:#586a3d;
}

a:hover {
text-decoration:underline;
color:#000000;
}

a img {
border:none;
}

#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f8ffed;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(images/icd-banner.jpg);
	height: 178px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div 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 */
}

#header2 {	
background-image: url(images/box_bg.jpg);
background-repeat:repeat-x;
height:165px;
text-align: center;
padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header2 img{ 
	margin: 20px 5px 0 0;
}

#subTitle {	
background-image: url(images/box_bg.jpg);
background-repeat:repeat-x;
height:40px;
text-align: left;
padding: 20px 0 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#subTitle span
{
color:#375d0b;
font-size:18px;
}

#topbox { 
	float:left;
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 125px;
	width:184px;
}


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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: #c3ce98; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}

#mainContent { 

	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:100%;
} 
#footer { 
clear: both;
background-image: url(images/footer_bg.jpg);
background-repeat:repeat-x;
padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
color: #FFFFFF;
text-align:center;
} 
#footer p {
font-size: 12px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
font-size: 12px;
	color:#FFFFFF
}

.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 container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#navigation{
background-image:url(images/nav_bg.jpg);
height:57px;
font-size: 12px;
display:block;

}

#navigation ul, #navigation ul li {
     
	  display:block;float:left;margin:0 1px 0 0;
 }

#navigation ul {
float:left;
width:auto;
padding:0;
margin:0px;
list-style-type:none;
 
 }
 
#navigation ul li a {    

display:block;
float:left;
color:#375d0b;
padding:17px 22px 0 22px;
height:40px;
border-right:1px solid #ECF4CF;
text-decoration:none;
 }
 
#navigation ul li a:hover, #navigation ul li a.current {
	background-image:url(images/nav_selected_bg.jpg);
	color: #003300;
 }

#mainContent .infoBox {
	float:left;
  	width:100%;
	color: #586a3d;   
	padding:0 0 20px 0;
 }
 
#mainContent .infoBox .infoHeader {
 	width:100%;
    color: #043970;    
	font-size: 2em;
	padding:.5em 0 .5em 0;
	line-height: 1.36em;	
}
 
 
 #mainContent .infoBox .infoHeader2 {
 	width:100%;
    color: #043970;    
	font-size: 1.3em;
	padding:.5em 0 .5em 0;
	line-height: 1.26em;	
}

#mainContent .infoBox .infoFooter {
clear:both;
		 width:100%;
		 height:11px;
		 background:#d8e5c4; 
}
 
#mainContent .infoBox .infoFooter img{
 float:right;
	 
}

#mainContent .infoBox .rightbox  {float: right; width: 15em; margin: 0 0 1em; padding: 0.25em;
  border: 1px solid;}
  
 #mainContent .infoBox .leftbox  {float: left; width: 240px; margin: 0 0 1em; padding: 0.25em;
 }

 #mainContent .photoleft  {float: left; margin: 0 0 1em; padding: 0 1.5em 1.5em 0;
 }

#mainContent .infoBox .country {
font-size: 11px;
padding: 5px 0;
}

.dottedLine
{
width:100%;
display: block;
border-bottom: 1px dotted #CCCCCC;
}

/* VERTICAL MENU FOR SUB-SECTIONS*/
#vertmenu {
font-size: 100%;
padding: 0px;
margin: 0px;
}


#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 100%;
display: block;
border-bottom: 1px dotted #FFFFFF;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #375d0b;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #FECC37;
}

#vertmenu ul li a:hover, #vertmenu ul li a.current {
	background-color: #D5DBB5;
 }
/* ---------------------------------------------- */

