<style type="text/css">
<!--

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family: "Source Sans Pro", sans-serif;
	background-color: #F2F2F2;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
}


a:hover, a:focus {
	color: #428bca;
}
a {
	text-decoration: none;
	color: #496e8d;
}

#header {
	width: 100%;
	height: 200px;
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
	background: url("/themes/insg/solar-system.jpg");
	background-size: 100% auto;
	background-position-y: center;

}
.header-text {
	max-width: 1000px;
	margin: auto;
	color: white;
	font-family: "Orbitron";
	font-size: 4em;
	text-align: center;
	padding: 20px;
}
#header .logo, #footer .logo {
	max-width: 125px;
	margin-right:30px;
	float: left;
}

#content-container {
	margin: auto;
}

#content {
	width: 1000px;
	margin: auto;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 11px;
	height: 200px;
	background-color: #363B47;
}
.footer-text {
	color: white;
	padding: 20px;
	font-size: 2em;
	text-align: left;
	max-width: 500px;
}

#footer-tag {
	padding: 20px;
	width: auto;
	background-color: #363B47;
	color: white;
}

#footer a {
	text-decoration: none;
	color: #58aff9;
}

#login_page .login_button {
  background: #00b9f2;
  border-radius: 5px;
  border-color: #00b9f2;
  color: #ffffff;
  font-weight: bold;
}
#login_page .login_button a {
  background: #00b9f2;
  border-radius: 5px;
  border-color: #00b9f2;
  color: #ffffff;
  font-weight: bold;
}

td.login_button:hover, #login_page td.login_button:hover {
  background: #00d0ff;
  border-radius: 5px;
  border-color: #00d0ff;
  color: #ffffff;
  font-weight: bold;
}
td.login_button, #login_page td.login_button {
  background: #00b9f2;
  border-radius: 5px;
  border-color: #00b9f2;
  color: #ffffff;
  font-weight: bold;
}
td.login_button a, #login_page td.login_button a {
  background: #00b9f2;
  border-radius: 5px;
  border-color: #00b9f2;
  color: #ffffff;
  font-weight: bold;
}
td.login_button a:hover, #login_page td.login_button a:hover {
  background: #00d0ff;
  border-radius: 5px;
  border-color: #00d0ff;
  color: #ffffff;
  font-weight: bold;
}

.submit_button {
  background: #00b9f2;
  border-radius: 5px;
  border-color: #00b9f2;
  color: #ffffff;
  font-weight: bold;
}
.submit_button:hover {
  background: #00d0ff;
  border-color: #00d0ff;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
}

#application .major_category {
  background-color: #00b9f2;
}


#application .section_divider {
  background-color: #00b9f2;
}

#application hr {
  background-color: #373f64;
}

#application .form_field {
}

#application .form_value {
}

#application .title_row {
}

-->
</style>
