#navbar{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #303030;
	}
.navselect { 
	float: left;
}
.navselect a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
.navselect a:hover{
	background-color: #555;
	color: white;
}

#jobsh1font{
	font-family: Sans;
	font-style:oblique;
	font-size: 2em;
}
#list1 {
float: left;

}

#list2 {
float: left;


}
#job1 {
	width:74%;
	padding: 2px 2px;
	border: 5px solid black;
	float:left;
}
#job2{
	float: LEFT;
	padding: 2px 2px;
	border:5px solid black;
	width:74%;
}
ul.checkboxes{
	list-style:none;
	columns: 2;
}

#asideimage{
 width: 25%;
 object-fit: cover;
 height: 1182px;
 border: 3px green;
}
#indeximage {

	position: relative;
	width: 100%;
}

#indeximage h2{
	position: relative;
	top: -500px;
	left: 100px ;
	width: 200px;
	color: #d05727;
	text-align: center;
	font-family: "Arial";
	font-size:2.5em;
}

#profile{
	 height: 200px;
}
table, th, td	{
	border:1px solid black;
	background-color: white;
}
.culture{
	background-color: pink;
}
.computing{
	background-color: skyblue;
}
.systems{
	background-color: lightyellow;
}
.academics{
	background-color:lightgreen;
}
.toprow{
	background-color: grey;
}
h1{color:black; font-size:2em; font-weight:bold;}
*{font-family: calabri, sans-serif;}
	*{color: #2F4F4F;}
body{
	background-color: #27BCD0;
}
footer{
	clear: both;
}
aside, footer, header{font-style: italic;}
#image {text-align: center;
clear: both;}
.special {color: darkorange; font-weight: bold;}