@charset "utf-8";
/* CSS Document */

#test {
	position:absolute;
	width:100%;
	height:40px;
	z-index:3;
	top: 1px;
	
	}
	
	#top {
	position:absolute;
	left:0px;
	width:100%;
	height:40px;
	z-index:3;
	top: 1px;
	background-image:url(../images/temp.jpg);
	}

#top2 {
	position:absolute;
	width:100%;
	height:40px;
	z-index:8;
	top: 46px;
	
}

#links {
	position:absolute;
	width:90%;
	margin-left:0px;
	margin-right:auto;
	height:40px;
	z-index:8;
	top: 10px;
	
}
#logo {
	position:absolute;
	width:249px;
	margin-left:30px;
	height:100px;
	z-index:0;
	top: 100px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#666;
	font-size:20px;
	text-align:center;
	left: 25px;
}

#search {
	position:absolute;
	width:332px;
	margin-left:600px;
	height:55px;
	z-index:1;
	top: 100px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#666;
	font-size:20px;
	float:right;
	border:hidden;
	left: -72px;
}
#midbar {
	position:absolute;
	background-color:#FFF;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#666;
	width:600px;
	height:500px;
	z-index:1;
	top: 300px;
	margin-left:500px;
	font-size:20px;
	text-align:center;
}
#articles {
	position:absolute;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:900px;
	height:1000px;
	z-index:1;
	top: 400px;
	margin-left:500px;
	font-size:20px;
	text-align:left;

}
#universities {
	position:absolute;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:900px;
	height:1000px;
	z-index:1;
	top: 300px;
	margin-left:400px;
	font-size:14px;
	text-align:left;
}

#featured {
	position:absolute;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:900px;
	height:200px;
	z-index:1;
	top: 100px;
	margin-left:400px;
	font-size:14px;
	text-align:left;
}

#degree_iframe {
	position:absolute;
	background-color:#FFF;
	width:300px;
	height:350px;
	z-index:1;
	top: 340px;
	margin-left:50px;
}

#video_1 {
	position:absolute;
	width:400px;
	height:300px;
	z-index:1;
	top: 50px;
	margin-left:500px;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #666;
	color:
}
a:active {
	text-decoration: none;
	color: #666;
	}
	
a.blue:link {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:active {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:visited {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:hover {color: #0000ff; background: #ffffff; font-weight: bolder;}

a.list:link {color: #600; background: #ffffff; font-weight: bold;}
a.list:active {color: #600; background: #ffffff; font-weight: bold;}
a.list:visited {color: #600; background: #ffffff; font-weight: bold;}
a.list:hover {color: #00F; background: #ffffff; font-weight: bolder;}