html, body {
	font-family: "Georgia" serif;
	background-color: #000058;
	height:100%;
	border: none;
	}
table#main {
	border-right: 3px solid #000000;
	border-bottom: 5px solid #000000;
	background-color: #ffffff;
	background-image:url(/images/msat_06.gif);
	background-position:left;
	background-repeat:repeat-y;
	width: 100%;
	}
table#welcome {
	border-right: 3px solid #000000;
	border-bottom: 5px solid #000000;
	background-color: #ffffff;
	width: 750px;
	}
.credits {
	width: 100%;
	text-align: right;
	font-size: 8pt;
	color:#CCCCCC;
	border: none;
	background: transparent;
	}
table#nav {
	margin: 0 auto;
	height: 100%;
	}
table#nav ul {
  padding-right: 0;
  margin: 0;
  padding-bottom: 10px;
  padding-left: 3px;
  width: 136px;
  }
table#nav li {
  list-style-type:none;
  }
table#nav li a {
	font-family: "Georgia" serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display:block;
	padding-left: 5px;
	width: 100%;
	}
table#nav li a:hover {
	background: black;
	}
table#nav a:hover {
  color: #c81f1f;
  }
img {
	border: none;
	}
