@charset "utf-8";
/* CSS Document */

body {
	background-color: #777674;
}

html {overflow-y: scroll;}

.title {
	color: #d6d6d6;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.nav {
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}

.nav a:link { color: #d6d6d6; text-decoration: none; }
.nav a:hover { color: #999999; text-decoration: none; }
.nav a:visited { color: #d6d6d6; text-decoration: none; }

.text1 {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #d6d6d6;
}

.text1 a:link { color: #d6d6d6; text-decoration: none; }
.text1 a:hover { color: #999999; text-decoration: none; }
.text1 a:visited { color: #d6d6d6;  }


.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d6d6d6;
	text-align: center;
	padding-top:10px;
}


.faculty p{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #d6d6d6;
	text-align: center;
	font-weight: bold;
	line-height:7px;
}

.links p{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #d6d6d6;
	text-align: left;
	font-weight: bold;
}

.programmeLeft {
	float:left;
	width:110px;
}

.programmeRight {
	float:right;
	width:530px;
	vertical-align:top;
	text-align:left;
}

.programme {
	vertical-align:top;
	float:left;
	width:650px;
	margin-left:80px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #d6d6d6;
	font-weight: bold;
	line-height:20px;
	padding-bottom:10px;
}

.download {
	font-weight: bold; 
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #d6d6d6;
}

.download a:link { color: #d6d6d6; text-decoration: none; }
.download a:hover { color: #d6d6d6; text-decoration: underline; }
.download a:visited { color: #d6d6d6;  }

p {
	font-size: 14px;
	text-align: center;
}
