html, body {
	background-color: AliceBlue;
	width: 100%;
	padding-top: 0;
}
#container {
	position: relative;
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFCED;
	font-family: Tahoma, Arial, sans-serif;
}
.top-header {
	position: absolute;
	top: 0em;
	left: 0px;
	padding: 00px;
	margin: 0em;
	width: 100%;
}
.logo-container {
	position: absolute;
	width: 100%;
	top: 1.5em;
	left: 0;
	width: 100%;
	height: 140px;
	background-image: url('/i/header-bg3.gif');
}
.building {
	position: absolute;
	top: 0em;
	right: 0;
}
.logo {
	position: absolute;
	top: 0em;
	left: 0;
}
.breadcrumb {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	padding: 0;
	background-color: white;
}
.header_title {
	position: absolute;
	top: 3em;
	left: 118px;
}
.left-column {
	background-color: #e5deda;
	background-image: url('http://uuspacecoast.org/i/E5DEDA.gif');
	text-align: center;
	padding-top: 25px;
	padding-right: 6px;
	padding-left: 6px
}
.center-column {
	background-color: white;
	text-align: left;
/*padding: 25px */
}
h1 {
	color: #006699;
	/*   #006699;
*/
	font-size: 19px;
	text-align: center;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif
}
h2 {
	color: #006699;
	font-size: 18px;
	text-align: center;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif
}
h3 {
	color: #006699;
	font-size: 16px;
	text-align: center;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif
}
h4 {
	color: #006699;
	font-size: 15px;
	text-align: center;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif
}
h5 {
	color: #006699;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif
}
h6 {
	color: #006699;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif
}
p {
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif
}
ol {
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif
}
ul {
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif
}
.right-column {
	background: #F2EAE6;
	text-align: center;
	padding-top: 25px;
	padding-right: 6px;
	padding-left: 6px;
	width:195px;
  vertical-align: top;
}

#right-column td {
  height:6px;
  width:6px;
}


h1.right-feature {
	color: #006699;
	font-size: 16px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-align: left;
	margin: 0 0 6px
}
p.right-feature {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-align: left;
	margin: 8px 0
}
.nav_table,
.nav_table a,
.nav_table a:link,
.nav_table a:active,
.nav_table a:visited,
.nav_table a:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #006699;
	font-weight: normal;
	text-decoration: none;
}
.nav_table a:hover {
	text-decoration: underline;
}
.nav_table_active,
.nav_table_active a,
.nav_table_active a:link,
.nav_table_active a:active,
.nav_table_active a:visited,
.nav_table_active a:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
.top-menu {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-align: right;
	padding-right: 7px
}
a.top-menu-link:link {
	color: #006699;
	text-decoration: none
}
/* unvisited link */
a.top-menu-link:visited {
	color: #006699;
	text-decoration: none
}
/* visited link */
a.top-menu-link:hover {
	color: #006699;
	text-decoration: underline
}
/* mouse over link */
a.top-menu-link:active {
	color: #006699;
	text-decoration: underline
}
/* selected link */
.center-column a:link {
	color: #0000ff;
	text-decoration: underline;
}
/* unvisited link */
.center-column a:visited {
	color: #bc3fa6;
	text-decoration: underline;
}
/* visited link */
.center-column a:hover {
	color: #FFB266;
	text-decoration: underline;
}
/* mouse over link */
.center-column a:active {
	color: #FFB266;
	text-decoration: underline;
}
/* selected link */
.tabletext td {
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif
}
