@charset "UTF-8";
/* CSS Document */

/*Main font style color and size-----------------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#000000;
	/*background-image:url(images/bg.jpg);*/
	margin:0px;
	background-color:#006633;
}

/* Left side information and links----------------------------------------------------- */

#pageHeader {
	width:280px;
	height:1000px;
	padding-top:160px;
	background-image:url(images/TEFLogo-New.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFFFFF;
	position:fixed;
	left:0px;
	top:0px;
	z-index:100;
}

#links {
	position:relative;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	/*z-index:1;
	top:160px;*/
}

#links ul {
	margin:0px;
	padding:0px;
}
 
#links li{
	/*position:relative;
	left:-22px;
	top:-20px;*/
	list-style-type:none;
	font-size:1em;
	font-variant:normal;
	padding-bottom:2px;
}

#sidebarInfo {
	position:relative;
	/*top:140px;*/
	left:40px;
	width:205px;
	font-size:.89em;
}

#donate {
	position:relative;
	left:-15px;
	/*top:140px;*/
	margin-left:30px;
	margin-right:30px;
	margin-top:0px;
	display:block;
	background-repeat:no-repeat;
	width:300px;
	height:60px;
	font-size:1.8em;
	padding-top:9px;
}

#footerNav {
	position:relative;
	top:140px;
	color:#006633;
	margin-left:15px;
	margin-right:25px;
	margin-top:0px;
	font-size:.83em;
}


/* Main body copy ------------------------------------------------------------------------------------------- */


#mainContainer {
	position:absolute;
	left:355px;
	width:690px;
	height:790px;
	top:58px;
	left:340px;	
}

#bgTop {
	background-image:url(images/bgTop.png);
	height:25px;
	width:671px;
	position:absolute;
	z-index:1;
	top:-25px;
	left:0;
}

#bgContainer {
	background-image:url(images/containerBG.png);
	background-repeat:repeat-y;
	z-index:1;
	width:690px;
	height:auto;
	position:absolute;
	top:0;
	left:0;
		padding-bottom:10px;
}

#bgBottom {
	background-image:url(images/bgBottom.png);
	height:25px;
	width:671px;
	position:absolute;
	z-index:1;
	
	bottom:-25px;
	left:0;
}

#siteHeader {
	background-image:url(images/header.png);
	position:relative;
	top:-5px;
	margin-left:-4px;
	margin-right:0px;
	width:641px;
	height:53px;
}

#textContainer {
	width:648px;
	height:auto;
	position:relative;
	left:0px;
	top:15px;
	padding:0px 0px 0px 18px;

}

#caption {
	position:relative;
	padding-top:1px;
	padding-bottom:10px;
	left:100px;
	font-size:.75em;
	width:450px;
}

#welcomeImg {
	position:relative;
	left:100px;
	top:10px;
	z-index:1000;
	margin:0px 0px 10px 0px;
	padding:none;
	width:450px;
}

/* Text format size and color---------------------------------------------------*/


	
/*  link colors

a:link {
	text-decoration:none;
	color:#2a55a0;
	
}

a:visited {
	text-decoration:none;
	color:#000000;
	
}

a:hover {
	text-decoration:none;
	color:#333333;	
}

a:active {
	text-decoration:none;
	color:#990000;
	
}*/
