@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #003377;
	border-color: #FFFFFF;
}
#container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;

	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #f2fcFF;
}
/* Begin Navigation Bar Styling */
#menu_bar {
  float: left;
  background-color: rgb(0,40,100); /*#003377;*/
  margin: 0 0 1em 0;
  padding: 0;
  border: none;
}
#menu {
  width: 780px;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
/*  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 2px solid #003377;
  border-top: 2px solid #003377;
*/  border: none;
/*  border-right: 1px solid #001633;*/
}
#menu li {
  float: left;
  margin: 0;
}
#menu li a {
  margin: 0;
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  border: none;
/*        border-left: 1px solid #002244;
  border-right: 1px solid #06e;*/
  border-right: 1px solid #ccc;
  border-left: 1px solid #6093e5;
  border-top: 1px solid #6093e5;
  border-right: 1px solid rgb(0,20,50); /*#001633;*/
  border-bottom: 1px solid rgb(0,20,50); /*#001633;*/
}
#menu li a:hover {
  color: rgb(0,40,100);
  background-color: #fff;
}
/*
#empty_menu_bar {
  margin: 0;
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  border: none;
  border-left: 2px solid #6093e5;
  border-top: 2px solid #6093e5;
  border-right: 2px solid #001633;
  border-bottom: 2px solid #001633;
  width: auto;
  float:none;
}
*/
/* End navigation bar styling. */

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#banner {
	background-image: url(iss_banner3.jpg);
	height: 238px;
	width: 780px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-image: none;
	list-style-type: none;
/*  margin-bottom: 1em;*/
  margin-top: 0px;
}
li:first-child{
	padding-bottom: 0px;
	padding-top: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
ul h3 {
	font-size: 15pt;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: rgb(0,40,100);
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
ul ul ul li {
}
.centered {
	text-align: center;
}
.buttons input {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 40px;
	font-size: 12pt;
}
h2 {
	color: rgb(0,40,100);
}
h1 {
	text-align: center;
	padding-bottom: 20px;
}

#contactform label {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #444;
  display: block;
  float: none;
  width: 180px;
  text-align: left;
  clear: left;
}
