/* Index Page */

/* CSS Include Order:             */
/* flc.css         				        */
/* pages/index.css 							  */

#flasharea
  {
  float: left;
  border-right: 0.4em solid #ffffff;

  width: auto;
  height: auto;
  
  }

#linkbars
  {
  width: auto;
  padding: 0;
  margin: 0;
  }

.linkbar
  {
  float: left;
  margin: 0em;
  padding: 0em;
  }

.leftmenubottom
  {
	float: left;
	width: auto;
	height: auto;
	text-align: left;
	position: relative;
	left: 1.0em;
	padding-bottom: 1px;
  }

.leftmenubottom a
  {
  color: #ffffff;
  text-decoration: none;
  font-family: arial, verdana, sans-serif;
  font-size: 0.9em;
  }

.leftmenubottom a:hover {
	color: #a5b8c9;
	}

.rightmenubottom
  {
	display: inline;
	width: auto;
	height: 1.5em;
	position: relative;
	top: 0.5em;
	left: 31em;
  }

.rightmenubottom a {
  color: #9ba9b4;
  text-decoration: none;
  font-family: arial, verdana, sans-serif;
  font-size: 0.9em;
  margin-left: 1.6em;
}

.rightmenubottom a:hover {
  color: #eeeeee;
}

.footer
  {
  font-size: 0.9em;
  color: #a5b8c9;
  background-color: transparent;
  clear: left;
  margin-top: 10em;
  margin-left: 2.5em;
}

#bottomarea {
	clear: both;
	width: 100%;
	margin: 0;
	min-width: 93em;
	height: 22em;
	float: left;
	text-align: left;
	border-top: 0.4em solid #ffffff;
	background-color: #002740;
	background-image: url('../../images/bottom.jpg');
	background-position: left;
	background-repeat: no-repeat;
	overflow: hidden;
}
