@charset "utf-8";
/* CSS Document */
*  {margin:0;padding:0;}
html {width:100%;height:100%;}
body {background:#f0f0f0 url(../images/bg.gif);}

#WholePage{
	height:100%;
	max-width: 1140px;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#shademargin_left_wrapper{background: url(../images/tile_graygradient_left.gif) repeat-y; height:100%; padding-left: 5px; margin-left:3%; }
#shademargin_right_wrapper{background: #FFF url(../images/tile_graygradient_right.gif) right repeat-y ; height:100%; padding-right: 5px; margin-right:3%; }

#header {
	position: relative;
	width: 100%;
	height: 78px;
	background: #FFF;
}

#logo {
	position: absolute;
	top: 9px;
	left: 5%;
	width: 424px;
	height: 78px;
}

#topTab {
	position: absolute;
	top: 0;
	right: 0;
	width: 325px;
	height: 78px;
	background: url(../images/tab_topright.gif) no-repeat bottom right;
}

#topTabMenu {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight:bold;
	color: #FFF;
	text-align: center;
	bottom: 7px;
	right: 30px;
}

#MenuLocation { width: 100%; height: 35px;}

#Menu {
	position: absolute;
	z-index:10000;
	left: 0;
	width: 100%;
	height: 35px;
	background: #ADC57A url(../images/templates/tile_menu.gif) repeat-x;
	min-width: 800px;
}
#MenuBlock {
	position: relative;
	display: block;
	width: 740px;
	height: 29px;
	margin: 0 auto;
	text-align: left;
}

#PageLabelRow { width: 100%; height: 58px; background: #FFF;}
#PageLabelLeft {
	background: url(../images/templates/label_bg.png) no-repeat;
	width: 499px;
	height: 58px;
	float: left;
}
.PageLabelRight {
	position: relative;
	float: right;
	padding: 15px;
}

#MainPage{
	width: 100%;
	height: 100%;
	background:#FFFFFF;
	position: relative;
	clear: both;
}

#leftColumn {
	background: #EEFCD1 url(../images/tile_leftcolumn.gif) repeat-y right;
	border-bottom: #B7CE8C solid 1px;
	margin: 0 0 20px 0;
	padding: 0px 0px 20px 0px;
	float: left;
	width: 20%;
	font-size: 1em;
}

#RightColumn {
	margin: 70px 0px 20px 20px;
	background: #FF9;
	padding: 8px 2px 4px 2px;
	border-bottom: #B7CE8C solid 1px;
	border-top: #B7CE8C solid 1px;
	padding: 5px 5px 20px 5px;
	float: right;
	width: 180px;
	clear: right;
	font-size: 1em; 
}

#MainColumn {
	background: #FFF;
	margin-left: 20%;
	min-height: 500px;
	padding: 10px 10px 50px 10px;
}


#foot {
	width:100%;
	background: #FFF url(../images/tile_footer.gif) repeat-x;
	height: 100px;
	position: relative;
	clear:both;
	border-bottom: #CCC 2px solid;
}

#IRRILogo {
	width:170px;
	float:left;
	margin:8px 0 0 8px;
}

#ContactUs {
	width: 140px;
	margin-left: auto;
	margin-right: auto;
}

#CIMMYTLogo {
	position:absolute;
	top: 0;
	right: 0;
	width:160px;
	margin:4px 8px 0 0;
}
#CopyRight {
	width: 327px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

