
html,body {
	height:100%;
}

.content_header {
 	background: #62AADB; 
}

.img_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#header_logo {
	display: block;
	margin-left:auto;
	margin-right:auto;
    padding-bottom: 5px;
    padding-top: 5px;
    height: 50px
}

.event_header {
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-top: 0;
    font-size: 30px;
    text-shadow:
       1px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

.event_subheader {
	color: #FFFFFF;
	margin-top: 10px;
	font-weight: bold;
}


.center_align {
	text-align: center;
}
.event_date {
	color: #FFFFFF;
	font-size: 22px;
    text-shadow:
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

.event_content {
	color: #FFFFFF;
	margin-top: 10px;
}

.line-separator {
	position: relative;
	height: 1px;
	background:  #D8D8D9;
	border-bottom: 0.5px solid #D8D8D9;
	margin-left: -.5em;
	margin-right: -.5em;
}

.faq_header {
  padding-top: 0;
}

.faq_subtitle {
  background: #62AADB; 
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left:  1em;
  margin-right: 1em;
  text-align: center;
  color: #FFFFFF;
  font-size: 22px;
  text-shadow:
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
.override_link {
   text-decoration: none;

}

body {
    /* Set your content font stack here: */
    font-family: Helvetica, Times, "Times New Roman", serif;
    background: #092C69
}

/* unvisited link */
a:link {
  color: #62AADB;
}

/* visited link */
a:visited {
  color: grey;
}

/* mouse over link */
a:hover {
  color: lightgreen;
}

/* selected link */
a:active {
  color: #62AADB;
}