.floatRight {
	float: right;
	margin-left: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #929B6E;
	border-right-color: #929B6E;
	border-bottom-color: #929B6E;
	border-left-color: #929B6E;
}
.floatLeft {
	float: left;
	margin-right: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #929B6E;
	border-right-color: #929B6E;
	border-bottom-color: #929B6E;
	border-left-color: #929B6E;
}
#textContent ul {
	list-style-type: circle;
}
#textContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #929B6E;
}
#textContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #929B6E;
	text-transform: capitalize;
}
#textContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #929B6E;
}
#textContent h4 {
	color: #929B6E;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}
.textBlue {
	color: #ACDCF3;
}
#location {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	color: #929B6E;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	margin-top: 0px;
}
#mainContainer {
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	color: #FFF;
	background-color: #000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#bannerContainer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#Container {
}
#textContent {
	background-color: #666;
	text-align: left;
	padding: 10px;
	width: 780px;
}
a:link {
	color: #ACDCF3;
	text-decoration: none;
}
a:visited {
	color: #ACDCF3;
	text-decoration: none;
}
a:hover {
	color: #929B6E;
	text-decoration: underline;
}

