body
{
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #ffffff;
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 3%;
  margin-bottom: 3%;
  width: 900px;
}

h1, h2, h3, h4, h5, h6
{
  font-family: Arial, Helvetica, sans-serif;
  color: #336699;
}

img {
	border: 0px;
}

#logoBanner {
	width: 800px;
	display:inline-block;
}
#banner{
	background-color: #336699;
	width: 800px;
	margin: 0 auto;
	padding: 2px;
	float: left;
	color: white;
}
	
#bannerWords {
	text-decoration: none;
	list-style-type: none;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	margin-top: 2px;
	padding: 3px;
	display: table;
	text-align: center;
}

#bannerWords li {
	display: inline;
}

#bannerWords li a {
	padding: 0.2em;
	color: white;
	text-decoration: none;
	border: 1px solid #000;
	border-color: white;
	width: 130px;
	display: block;
}
#bannerWords li a:hover {
	background: white;
	color: #336699;
}

#footer {
	width: 800px;
	clear: both; 
	text-align: center;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	padding-left:8px;
	padding-right:8px;
	margin-bottom:10px;
	
	
}

#mainContent {
	width: 800px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3px;
}

#menu {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space: nowrap;
	margin-left: 45px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	display: table;
}

#menu li {
	display: inline;
}

#menu li a {
	padding: 0.2em;
	background: #336699;
	color: white;
	text-decoration: none;
	float: left;
	border: 1px solid white;
	width: 130px;
	text-align: center;
}

#menu li a:hover {
	background: white;
	color: #336699;
}

.bannerWordsLeft{
	color: white;
	float: left;
	clear: left;
	font-size: 350%;
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: -5px;
	margin-right: 5px;
	}
	
.bannerWordsCenter{
	color: white;
	float: left;
	clear: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	}
	
.bannerWordsRight {
	color: white;
	float: right;	
	font-weight: bold;
	margin-top: 10px;
	}
	
.floatLeft {
	float: left;
	margin: 4px;
}

.floatRight {
	float: right;
	margin: 4px;
}

a:link    {
  border: none;
  text-decoration: underline;      
  background-color: transparent;
}

a:visited 
{
  border: none;
  text-decoration: underline;
  background-color: transparent;
}

a:hover
{
  border: none;
  text-decoration: underline;
  
}

a:active
{
  border: none;
  text-decoration: underline;
  background-color: transparent;
}


.newsBox
{
  padding: 20px;
  border-style: solid;
  border-color: #336699;
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  background-color: #FFFFCC;  
}

.sourceContent { 
background: #99ff99;
margin-left: 5%;
margin-right: 9%;
padding-left: 1%;
padding-right: 1%;
 }

