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:1000px;
	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:40px;
		text-decoration: none;
		color: white;
	height:45px;
	}
	
	#boxl {
		width:250px;
	height:950px;
		position:absolute;
	top:360px;
	margin-left:15px;
	background:#a2c06e;
		}
	#boxl p {
	font-size:14px;} 
	
	#boxr p {
	font-size:14px;} 
	
	#boxd p {
	font-size:14px;}
	
		#boxr {
		width:590px;
	height:360px;
		position:absolute;
	top:360px;
	margin-left:290px;
	background:#a2c06e;
	
		}
	
	
	#boxnews {
	width:590px;
	height:280px;
	position:absolute;
	top:756px;
	margin-left:290px;
	background:#a2c06e;
	left: 50px;
		}
	

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