*					{	padding:0px; margin:0px;	}
html, body 			{	height: 100%;	}
body 				{	background-image:url(/images/bg.gif); padding:0px; margin:0px;	}
#outer 				{	position:absolute; width:100%;	height:100%; min-height:100%;	}
#inner 				{	background-color:#93A275; background-image:url(/images/bgGradient.jpg); background-repeat:repeat-x;	border-left:1px solid #000000;	border-right:1px solid #000000; width:926px; height:100%; position:relative;	margin-left:auto; margin-right:auto; 	}

/*first row*/
#row1 				{	height:200;	position:relative; z-index: 45;	}
#col1-1 			{	width:282px; height:inherit; float:left; position:absolute;	}
#col1-2 			{	width:208px; height:inherit; left: 282px; position:absolute;	}
#col1-3 			{	width:436px; height:inherit; float:right; position:relative;	}

/*ie fix*/
* html #col1-3 		{	left:2px;	}
* html #col1-2 		{	left: 284px;	}
* html #col1-1 		{	left: 2px;	}

/*second row*/
#row2 				{	height:auto; z-index: 50;	}

/*nav*/
#col2-1				{	width:148px;  padding-top: 200px;position: relative; float:left;	}

/*hompage content area*/
#col2-2 			{	width:776px; background-color:#FFFFFF; float:right; height :100%!important;  text-align:left; padding-top:200px;margin-top:-200px;}

/*ie fix*/
* html #row2 		{	margin-top:00px;	/*margin-bottom:-200px;*/ height: auto;	}
* html #col2-1		{	padding-top: 200;	}
* html #col2-2 		{	position: relative;	margin-right:-2px; height:100%; margin-bottom:-200px; padding-top:200px; }

.tableLinks { position:relative; left:14px; top:-30px; z-index:46;}
#whatIsCE 			{	position:relative; left:14px; top:-30px; float:left; z-index: 46;	}
#teachersMembers 	{	position:relative; left:14px; top:-30px; float:left; z-index: 46;	}
#supporters			{	position:relative; left:11px; top:-30px; z-index: 46;	}
#footerHome 		{ 	font-family:Arial, Helvetica, sans-serif; font-size:10px; line-height:18px; color:#000000; text-align:center; padding-top:15px; background-image:url(../images/footerBG.gif); background-repeat:repeat-x; position:relative; top:-30px;	}
.footerLink 		{	font-family:Arial, Helvetica, sans-serif; font-size:10px; line-height:18px; color:#000000; text-decoration:none;	}

/*navigation*/
.leftNavBG {
	background-image:url(../images/leftNavCheck.gif);
	background-repeat:no-repeat;
	margin:5px 0px 0px 11px;
	padding:12px 0px 5px 29px;
	text-align:left;
	
}
.leftNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.leftNav:hover {
	color:#000000;
}
