.exo-bold {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
}

.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}


body {
	/* font-family:Verdana, Arial, Helvetica, sans-serif; */
	
	width: 1000px;
	background-color:#ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}


#banner {
	border:1px solid #ffffff;
	border-left: 0;
	border-right: 0;

	text-align: center;
	font-size: 12px;

	color: #ffffff;
	background-color:#000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

#header a {
	text-decoration:none;
	color:#d0d0ff;
	display:block;	
}

#header a:hover {
	text-decoration: underline;
}
#header a:visited {
}

#header {
	height: 100px;
/*	border: 3px solid #000000; */
	/*padding-left:20px; */
	color:#ffffff;
	/*background-color: #000000;	 */
	background-color: rgb(39 39 42);
	font-size: 16px;
	text-align:center;
}

#header_img {
	float: left;
	/*margin-top: 8px; */
	width: 228px;
	height: 100px; 
	font-size: 40px;
	background-color: rgb(2 132 199 );
	line-height: 100px;
	
}

#header_txt {
	margin-top: 35px;
	float: right;
	width: 240px;
	/* margin-left: 530px; */
	margin-right: 20px;
}

#header img {
	/* padding: 4px; */
}

#header h1 {
	font-size: 28px;
	padding:0;
	margin:0;
	margin-bottom: 10px;
	margin-top: 15px;
}

#mainbody {
	font-size: 16px;
	color: #303030;
	background-color:#ffffff;
	
	/* padding-top:20px; */
	padding-bottom:20px;
	overflow: auto;
}

#mainbody h1 {
	text-align:center;
	margin: 0;
	padding: 0;
	font-size: 26px;
	font-weight: 900;
	padding-bottom: 18px;
	color: #505050;
}

#mainbody h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 8px;
	border-bottom: 1px solid #a0a0a0;
	max-width: 400px;
}

#mainbody h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 8px;
}

#mainbody h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
}

#mainbody .dayselector {
	float: right;
}

.redbold {
	color:#FF0000;
	font-weight:900;
}

#mainbody a {
	text-decoration: none;
	color:#4040d0;	
}

#mainbody a:hover {
	text-decoration:underline;
}

.col_1 {
	text-align:left;
/*	margin-left: 20px; */
	float:left;
	width: 48%;
}

.col_2 {
	text-align:left;
	margin-left: 20px;
	float: left;
	width: 48%;	
}

.highlight {
	color: #FF0000;
}

#footer {
	clear:both;
	text-align: center;
	font-size: 12px;

	background-color:#000000;
	padding-top: 20px;
	padding-bottom: 20px;
	border:3px solid #000000;	
}

#footer a {
	text-decoration:none;
	color:#d0d0ff;	
}

#footer a:hover {
	text-decoration: underline;
}
#footer a:visited {
}



#message {
		border: 4px solid #AD5100;
		padding: 10px;
		background-color: #FF8F2C;
		max-width: 89%;
		text-align:center;

}

#messagetitle {
		text-align:center;
		font-weight:900;
		font-size: 14px;
		padding-bottom: 10px;
}

.day-form {
	display: inline;
}
.day-button {
  background: none;
  border: none;
  color: blue;
  text-decoration: none;
  cursor: pointer;
  font-size: 1em;
  font-family: serif;
}
.day-button:hover {
  text-decoration: underline;
}
.day-button:focus {
  outline: none;
}
.day-button:active {
  color:red;
}

.infotag {
	background-color: blue;
	color: #ffffff;
	padding: 4px;
	border-radius: 4px;
	font-size: 11px;
}