
a:link { text-decoration:none; font-weight:bold; color:#e00000; }
a:visited { text-decoration:none; font-weight:bold; color:#800000; }
a:hover { text-decoration:none; font-weight:bold; background-color:#ff0; }
a:active { text-decoration:none; font-weight:bold; background-color:#cff; }
a:focus { text-decoration:none; font-weight:bold; background-color:#080; }
/*background color  */
body {
	margin: 20px auto;
	padding: 0;
	background: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*top white box*/
#topbox{
width:900px;
	background-color:white;
	margin-left:50px;
	
	}
/*picture and stripes*/
#header {
	width: 900px;
	height: 230px;
	margin-left:50px;
	background: url(images/banner.jpg) no-repeat ;
	border-top: 10px solid #000000;
	border-bottom: 10px solid #000000;
}
/* content box*/
#content {
	width:900px;
	background-color:white;
	height:1050px;
	margin-left:50px;
	margin-top:5px;
  }

/*navigation box   please do not alter*/
 #navbox {
 width:900px;
	background-color:#a2c06e;
	height:45px;
	margin-left:50px;
	}

	
  #menu a{
	margin-left:30px;
	
	text-decoration: none;
	color: white;
	height:45px;
	}
		
	
		#boxr {
	width:870px;
	height:985px;
	position:absolute;
	top:350px;
	margin-left:15px;
	background:#a2c06e;
	
		}
	
	#boxr p {
	font-size:14px;
	color:white;
	margin:0 20 0 20px;
	} 
	#boxr h4{
	margin-left:25px;
	}
	#boxr h3{
	margin-left:25px;
	}
	
	

	/*footer*/
	#footer{
  width:900px;
	background-color:#000000;
	height:50px;
	margin-left:50px;
}	
	.contact {
		color:white;
	text-align:center;
}
		/*framework for course page*/
		
		
		
		
		
		
		
		
		
		
			
