body  {
	background-image:url(../Templates/Images/space-blue-green.jpg);
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20;
	margin-right: 20;
	margin-bottom: 20;
	margin-left: 20;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	padding: 0 5px 0 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 75px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:470px;
	background:#09213D; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	color: #FFF;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: "Segoe UI";
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
} 
#earth {
	margin-left: 10px;
	float: right;
	padding-top: 5px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.NavigationBar {
	font-family: "Segoe UI";
	font-size: 14px;
	color: #000;
}
.MainTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	margin-right: 6px;
	float: left;
	margin-left: 3px;
	padding-top: 20px;
	padding-left: 5px;
}
#WeAreHere {
	font-family: "Segoe UI";
	font-size: 12px;
	color: #000;
	position: absolute;
	left: 400px;
	top: 40px;
	visibility: visible;
	z-index: auto;
	text-align: center;
}
.twoColFixLtHdr #container #footer table tr td {
	text-align: center;
}
a:link {
	color: #09213D;
	text-decoration: none;
}
a:visited {
	color: #09213D;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
a:active {
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 30px;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 14px;
}
body,td,th {
	font-family: Segoe UI;
}
.HeaderImage {
	border: 1px solid #000;
	text-align: center;
	margin-right: 1px;
	margin-left: 1px;
}
.Arrow {
	position: relative;
	left: 60px;
}
.FoundationImage {
	margin-left: 50px;
	margin-right: 1px;
	border: 1px solid #000;
}

.WeAreHere {
	font-size: 10px;
	color: #000;
	position: relative;
	left: 20px;
	font-family: "Segoe UI";
}
.K1 {
	font-family: "Segoe UI";
	font-size: 18px;
	color: #D1C923;
	position: relative;
	left: 115px;
	background-color: #FFFFFF;
}
.K2 {
	font-family: "Segoe UI";
	font-size: 18px;
	color: #D1C923;
	position: relative;
	left: 308px;
}
.K3 {
	font-family: "Segoe UI";
	font-size: 18px;
	color: #D1C923;
	position: relative;
	left: 320px;
}
.twoColFixLtHdr #container #header h1 table tr .MainTitle {
	font-family: "Segoe UI";
	font-size: 36px;
}
table.nav {
	width: 100%;
}
table.nav th {
	background-color: #333399;
	border: thin solid blue;
	font-weight: bold;
	text-align: center;
	font-color: white;
	color: white;
}
table.nav td {
	background-color: #333399;
	border: thin solid blue;
	font-weight: bold;
	text-align: center;
	font-color: white;
	color: white;
}
table.nav a {
	color: white;
}
table.nav a:link {
	color: white;
}
table.nav a:visited {
	color: white;
}
table.nav a:active {
	color: white;
	text-decoration: underline;
}
table.mall td {
	font-size: 15px;
}
