@charset "UTF-8";
/* CSS Document */

body {
	background-color:#e6f3b3;
	background-image: url('../../earth/images/bg.jpeg');
	color:#003300;
	width:90%;
	margin: 0 auto;
	text-align:center;
}

#mainContent {
	text-align:left;
}

/* MainContent DIV Linkage */

#mainContent a:link {
	color:#009900;
	text-decoration: none;
}

#mainContent a:visited {
	color:#009900;
	text-decoration: none;
}

#mainContent a:hover {
	color:#003300;
	text-decoration: none;
}


#mainConent a:active {
	color:#e6f3b3;
	text-decoration: none;
}

/* BASE Reference */

#base {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
}


/* Footer */

#footer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#695;
}


.FooterLeftFloat {
	float:left;
	margin:0em;
	text-align:left;
	font-size:0.8em;
	padding-bottom: 2em;
	border-style:none;
}

.FooterRightFloat {
	float:right;
	margin:0em;
	text-align:right;
	font-size:0.8em;
	padding-bottom: 2em;
	border-style:none;
}

a.FootLink:link {
	font-weight: 400;
	text-decoration: none;
	outline:none;
}

a.FootLink:visited {
	font-weight: 400;
	text-decoration: none;
	outline:none;
}

a.FootLink:hover {
	font-weight: 700;
	text-decoration: none;
	outline:none;
}

.Italics {
	font-style:italic;
}

.SmallCaps {
	font-variant:small-caps;
}
