@charset "UTF-8";
body {
	background-image: url(../research/background_texture.jpg) ;
	background-position: center center;
	text-align: center;
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment:fixed;

}

.main_container {
	background-color: #FFF;
	text-align: center;
	height: auto;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-image: url(../images/grc_header_degrees.png);
	text-align: center;
	height: 163px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
.middle_body {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/middle_content_degrees.gif);
	height: 791px;
	width: 1020px;
}
.footer {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/grc_footer_degrees.png);
	height: 66px;
	width: 1020px;
}
.navigation {
	height: 300px;
	width: 400px;
	float: right;
	text-align: left;
	margin-top: 13px;
	margin-right: 17px;
}
.home {
	text-align: left;
	height: 50px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
}
.program_overview {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 40px;
	height: 50px;
	width: 400px;
}
.courses {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 40px;
	text-align: left;
	height: 50px;
	width: 400px;
}
.faculty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	height: 50px;
	width: 400px;
}
.degrees {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-align: left;
	height: 50px;
	width: 400px;
}
.student_gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-align: left;
	height: 50px;
	width: 400px;
}

a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#000
}

a:hover{
	text-decoration:none;
	color:#963;
	color:#963;
	font-family:"MS Serif", "New York", serif;
	
}
.degrees_bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	float: left;
	height: auto;
	width: 420px;
	margin-top: 470px;
	margin-left: 100px;
}
.certificates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-align: left;
	float: right;
	height: auto;
	width: 450px;
	margin-top: 110px;
	margin-right: 15px;
}
