*{
	margin:0;
	padding: 0;
	vertical-align: top;
}



#wrapper {
	float:left;




	width:100%
	text-align: left;
	height: 50em;
	margin-left: 1em;
	padding-left: 1em;
	padding-top: 1em;
	font-weight: normal;
	line-height: 2em;
	width: 90%;
}

a {
	background-color: transparent;
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	background-color: #f8c473;
}

/* Add a black background color to the top navigation */
#topnav {
	float: left;
	display: block;
	background-color: #ededf7;
	overflow: hidden;
	width: 75%;
	height: 40px;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	text-color: black;
	margin-top: 1em;
	padding-left:20px;
	padding-right:20px;

}
/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #04AA6D;
  
}

.topnav a {
	float: left;
	display: block;
	color: #000000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: underline;
	font-size: 1.3em;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}
/* Add a color to the active/current link */
.topnav a:active {
	background-color: #FF0000;
	color: white;
}
a:visited {
           background-color: #c0c0c0;
}

.building {
	display:block;
	width: 50%;
	border-radius: 10px;
	
}


#header {
		text-align: center;
	height: 75px;
	width: 75%;
	background-color: #ededf7;
	margin-top: 10px;
	
}

#header h1 {
	color: black;
	font-size: 20px;
	left: 260px;
	top: 10px;
}

#header ins {text-decoration:none}

#header a {
	color: #FFc272;
        text-indent: 0.30cm;
	font-family: helvetica, verdana, arial, serif;
	text-decoration:none;
}

#header a:hover {
	background-color: transparent;
}

#content {
	float: none;
	padding-right: 10px;
	margin-top: 2em;
	width: 100%;
	margin-left: 2em;
	text-align: left;
	min-height: 30em;
	font-size: 1em;
	line-height: 1.3;
	
}
#container #content p {
	padding-right: 40px;
}

.info {
	width: 75%;
	margin: 0;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
  }
  
  #header {
	display:none:
	font-size:36px;
}
}

@media screen and (max-width: 1000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 5;
  }
  .topnav.responsive a {
    float: left;
    display: block;
    text-align: left;
  }
}

#container {
	color: #000000;
	margin: 0 auto;
	position: relative;

	width: 100%;
	background-color: #ededf7;
	font-size: 12pt;
}

#table {
	margin-left: .5em;
	margin-top: 2em;
	text-align:center;
	min-height: 45em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	vertical-align: top;
	width: 90%;
}
#container #table tr {
	height: 145px;
}
#container #table table tbody tr td {
	height: 145px;
	width: 150px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: top;
}



#footer {
	background-color: #fff5e5;
	clear: right;
	color: #000000;
	font-size: 0.7em;
	margin: 0 auto;
	padding-bottom: 4px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: right;
	width: 730px;
}

#footer a {
	border-bottom: 1px dotted #666650;
}

#footer a:hover {
	text-decoration: none;	
}
#container #content center h6 {
	font-size: 1.3em;
	color: #F30;
}
#container #content h6 {
	font-size: 1.5em;
	color: #00F;
}
#container #content h3 {
	font-size: 1.8em;
	color: #00F;
}

#container #calendar_table ul {
	font-size: 18px;
}

#calendar_table {
	margin-top: 3em;
	text-align:left;
	min-height: 20em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	vertical-align: text-top;
	width: 90%;
	margin-left: 2em;
}
#container .info p {
	padding-left: 20px;
	line-height: 1.4em;
}
