@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_courses.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/grc_middle_content_courses.gif);
	height: 791px;
	width: 1020px;
}
.visual_communications {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #000;
	text-align: left;
	float: left;
	height: 310px;
	width: 445px;
	margin-top: 12px;
	margin-left: 113px;
	position: relative;
	overflow: scroll;
}
.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;
}
.footer {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/grc_footer_courses.png);
	height: 66px;
	width: 1020px;
}

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;
	
}
