@charset "utf-8";

 /* MAIN SETTINGS */
 
 
body {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0; 
	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: #000000;
	}

form, input, ul, ol, li, h1, h2, h3 {
	padding:0; margin:0;
	}

h1 {
	padding: 12px 0px;
	}

img, a {
	border:0;
	}

 /* MAIN CONTAINERS */

#container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	}

#skip {
	display: none;
	}

 /* HEADER AND INFO REGIONS */ 
 
#header {
	background: #FFFFFF;
	width: 940px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;  /* 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. */
	}

#logo {
	width:280px;
	float:none;
	margin-top:20px;
	}

#nav {
	display: none;
	}

#search {
	display: none;
	}

#search form {
	display: none;
	}

.irbtn {
	display: none;
	}

#english {
	display: none;
	}

#top_tier {
	margin-top:5px;
	}

 /* MAIN NAVIGATION SETTINGS */ 

#menu {
	display: none;
	}


 /* YELLOW BAND SETTINGS */ 

#band {
	display: none;
	height: 0px;		
	}
	
	
 /* CONTENT SETTINGS */ 
	 
	 
#main_container {		
	width: 940px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	}

#main_content_c1 {
	background: #FFFFFF;
	width: 940px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 6px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	}

#main_content_c2 {
	background: #FFFFFF;
	width: 100%; 
	padding: 6px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	float:none;
	}

#headline {
	width: 100%;
	}

#breadcrumbs {
	display: none;
	}

#hyper_nav {
	width:0px;
	display: none;
	}


.tamano {
	display: none;
	}


 /* SUB NAVIGATION SETTINGS */ 

#sub_nav {
	width:0px; 
	margin-right: 0px;
	display: none;
	}

#subMenu {
	display: none;
	}
	

 /* WIDE COLUMN SETTINGS */ 
 
#body_text {
	width: 100%;
	font-size:.9em;
	}

 /* NARROW COLUMN SETTINGS */ 

#body_text_narrow {
	width: 100%; 
	font-size:.9em;
	}

 /* FOOTER SETTINGS */ 
 
#footer {
	clear:both;
	background: #FFFFFF;
	width: 940px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

#footer_content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:.6em;
	margin-left:360px;
}

#footer_sc {
	float:left;
}
