﻿/* CSS layout */
#masthead {
	height: 120px;
	width: 760px;
	position: relative;
}

#top_left {
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 120px;
}

#container {
	position: relative;
	width: inherit;
}

#web_page {
	background: #FFFFFF;
	width: 760px;
	min-height: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#Header {
	padding: 0 0 0 0;
	width: 640px;
	color: #000061;
	font-family: "GeoSlab703 Lt BT";
	margin-left: 120px;
	height: 120px;
	padding-top: 15px;
	padding-left: 25px;
}

#Tagline {
	width: 600px;
	position: absolute;
	left: 120px;
	top: 75px;
	color: #000061;
	font-family: "GeoSlab703 Lt BT";
	font-size: medium;
	font-variant: normal;
	font-style: italic;
}

#left_col {
	padding: 60px 0 0 0px;
	background: #ACACC4;
	width: 120px;
	position: relative;
	left: 0px;
	top: 0px;
	min-height: 560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: normal;
	z-index: 1;
	text-align: center;
	text-decoration: none;
}
#page_content {
	padding: 15px 10px 10px 40px;
	margin: 5px auto auto 0px;
	background-position: top;
	min-height: 560px;
	font-family: arial;
	background-image: url('Images/Gray_Sphere_Big.gif');
	background-repeat: no-repeat;
	width: 250;
	position: absolute;
	left: 126px;
	top: 30px;
	z-index: 1;
	float: right;
}

#footer {
	color: #000061;
	font-family: arial;
	font-size: xx-small;
	text-align: center;
	margin-left: 120px;
	padding-bottom: 5px;
}
.text {
	font-family: arial;
	font-size: small;
}
.Header {
	font-family: "GeoSlab703 Lt BT";
	font-size: 50px;
	font-weight: normal;
}
.Tagline {
	font-family: "GeoSlab703 Lt BT";
	font-size: medium;
	font-style: italic;
	letter-spacing: 2px;
}
#top_nav {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 3;
	height: 90px;
	position: absolute;
}
ul {
	padding: 0px;
	margin: 0px;
}
ul li {
	display: inline;
	float: left;
	width: 126px;
	list-style-type: none;
	font-size: small;
	height: 30px;
}
ul li a {
	background-color: #000061;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	width: 120px;
	display: block;
	padding-left: 6px;
}
ul li a:hover {
	background-color: #393982;
}
ul li ul li a {
	background-color: #393982;
}
ul li ul li a:hover {
	background-color: #7373A3;
	position: absolute;
	z-index: 5;
}
ul li ul {
	visibility: hidden;
}
ul li:hover ul {
	visibility: visible;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #393982;
	font-style: italic;
	font-variant: normal;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
}
.textbig {
	font-family: arial;
	font-size: medium;
}
.textSmall {
	font-family: arial;
	font-size: x-small;
}
h1 {
	font-family: arial;
	font-size: medium;
	font-variant: normal;
	color: #000061;
}
h2 {
	font-family: arial;
	font-size: medium;
	color: #393982;
	font-style: italic;
}
.text_indent {
	font-family: arial;
	font-size: small;
	padding-left: 30px;
}
