<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

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

html {	
	overflow-y: scroll;
}

body {
    font-family: garamond, san-serif;
	font-size: 100%;
	color: #333;
	background-color: #FFFFFF;
}

#header {
	border-bottom: 5px solid #151515;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 769 px;
	max-width: 769 px;
}

#banner {
	padding-bottom: 5px;
}

img.floatRight { 
    float: right; 
    margin-top: 50px; 
	margin-bottom: 20px;
	margin-left: 25px;
	margin-right: 50px;
}

#bodycon {

	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 15px;
	margin-top: 10px;
	padding-bottom: 10px;;
	width: 800px;
	background-color:#FFF;
	font-size: 14px;
	font-weight: 100;
	color: #242424;
	font-family: 'Gudea', sans-serif;
}

#bodycon h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 21px;
	font-weight: bold;
}

#bodycon h2 {
	font-family: 'Gudea', sans-serif;
	font-size: 18px;
}

#bodycon h3 {
	font-size:16px;

	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}

#bodycon h4 {
	font-size: 16px;
}

#bottom {
	color: #242424;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 8px;
	padding-top: 20px;
}

#paragraph {
	width: 900px;
	padding-left: 100px;
}

table {
	border-collapse: collapse;
	border: none;
}

th {
	text-align: left;
	border: none;
	background: #FFF;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

.topth {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
	padding-top: 15px;
	padding-left: 18px;
}

tr {
	border: none;
	padding: 2px;
}

td.left {
	width:400px;
}

td.right {
	width:800px;
}

td.students {
	width:500px;
}

a {
	color: #999;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  /* ...and now for the proper property */
  	transition:.5s;
}

.hovereffect img {
	border: solid #FFF 1px;
	opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}

.hovereffect:hover img {
	opacity:1.0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity:1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}

.active {
   	pointer-events: none;
   	cursor: default;
}

.fade {
   opacity: 0.5;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 1;
      }

ul {
  font-family:"Times New Roman", Times, serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  list-style-type: none;
}

ul.horizontal{
margin:0;
padding:0;
}

ul.horizontal li{
display:block;
float:left;
padding:0 10px;
}

ul li a {
  display: block;
  text-decoration: none;
  color: #8B8B8B;
  border-top: 1px solid #ffffff;
  padding: 8px 10px 8px 15px;
  background: #FFF;
  margin-left: 1px;
  white-space: nowrap;
}

ul li a:hover { 
	background: #282387; 
	color: #FFF;
}

ul.bullet {
	font-family: 'Gudea', sans-serif;
	list-style: disc;
	padding-left: 50px;
	font-size: 14px;
}

#slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 750px; 
    height: 300px; 
    padding: 10px; 
	border: 1px solid #999;
    /* box-shadow: 0 0 20px rgba(0,0,0,0.4); */
}

#slideshow &gt; div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}</pre></body></html>