/* CSS Document NC Teach*/

body { 
	background-image:url("http://www.uncg.edu/soe/images/blue_fade_background960_monday.png");
  	background-repeat: repeat-y;
	background-position: center;
		background-color:white;
	}


#uncgBody { 
	width:960px; 
	margin:0px auto;
	}



h1 {
	font-weight:400;
	color:rgb(70,40,120);
	letter-spacing: 1px;
	font: 2.8em  "Georgia", "Times New Roman", serif;  
	line-height:1;
	margin-left:30px;
	padding-top:20px;
	padding-bottom:30px;
	padding-left:10px;
	border-bottom: 2px solid #ccc;
	background-image:url("http://www.uncg.edu/soe/images/banner_new175.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	}
	
	
	

h2 {
	font: 1.8em  "Arial", sans-serif;
	margin-left:0px;
	margin-top:20px;
	margin-bottom:20px;
	color:rgb(70,40,120);
	
	}
	
	
h3 {
	font: 1.5em  "Arial", sans-serif;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	color:rgb(70,40,120);
	
	}

.center {
	align:center;
	}
	
p  {
	margin-left:35px;
	}
