<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 font-family:  Arial, sans-serif ;
 background-color: #fff7d3;
} 
 
#pagewidth{ 
	background-color: #eef8ff;  

	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	border-color: #036;
	border-width: 5px;
	border-style: solid;

}
 
#header{
 position:relative; 
 height:170px; 
 background-color:#396395; 
 width:100%;
} 

div#header img {
border-style: none;
}

div#header p {
margin: 0;
font-size: xx-large;
color: white;
padding-left: 0.5em;
padding-top: 1em;
}
 
img#logo {
float: right;
margin-top: 0px;
}

img#logo a{
border-style: none;
test-decoration: none;
}

div#twocols{
	background-color: #eef8ff;  
	width: 100%;
}

div#rightcol {
display: none;
}



div#maincol{
	background-color: #eef8ff;  
	position: relative;
	width: 770px;
	display: block;
	border-width: 0px;
	border-style: solid;
	border-color: #396395;
	margin-left: 10px;
	margin-right:20px;
	margin-top: 20px;
	margin-bottom: 20px;
	/*	padding-left: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;*/

}
 
div.label {
	margin-bottom: .5em;
	padding: .2em;
	color: white;
	background-color: #396395;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	width: 400px;
	font-size: x-large;
	font-weight: bold;
	font-variant: small-caps;
}

div#maincol p {
	text-indent: 1em;
	margin-left: 3em;}

 
div#rightcol{
	float: right;
	width:100px;
}


#footer{
 height:1.5em; 
  background-color:#396395; 
 clear:both;
 color:white;
 padding: .5em;
 } 

#footer a{
color:#FFFF66;
}
 
div#nav_container {
	height: 50px;
	background-color: #036;
	width:100%;
	color: #000000;
}


table#schedule {
	border: 1px #000000 solid;
	background-color: #ffffff;
}

table#schedule td {
	border: 1px #000000 solid;
	margin: 0px;
	padding: 5px;
	text-align: center;
	}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: inline;
	height: 1px;
	background-color: #036;
	width: 100%;
}
ul.nav&gt;li{
	display: inline;
	position: relative;
	padding: 6px 6px;
	float: left;
	width: 14%;
	background-color: #036;

}



ul.nav li&gt;ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 20ex;
	margin-left: -6px;
	margin-top: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
}

ul.nav li:hover&gt;ul{
/*When hovered, make them appear*/
	display : block;
	z-index: 1;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/


.nav a{
	color: #ffffff;
}

.nav a:visited{
	color: #ffffff;
}


ul.nav,
.nav ul,
.nav ul li a{
	background-color: #036;
	color: #ffffff;
}



.nav ul li a:visited{
	background-color: #036;
	color: #ffffff;
}



ul.nav li:hover,
.nav ul li a:hover{
	background-color: #9bb7d9;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #ffd7a3;
	color: #000000;
}


ul.nav,
.nav ul{
	border: 1px solid #369;
	display: table;
/*Just add the following properties and values*/
	width: 100%;
	table-layout: fixed;


}

.nav a{
	text-decoration: none;
}


div.figure {
  float: right;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

#sidenav li {
	display:inline;
	list-style-type:none;
	padding-right:20px;
}

#sidenav a:link, #sidenav a:visited{
	color:#fff;
}


</pre></body></html>