/* CSS Document */
body {
  font-family:  		"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
  background-color:		#FFFFFF;
  background-image:		url(images/Graphics/center_sky.jpg);
  background-position:	center;
  background-repeat:	repeat-y;
  background-attachment:fixed;
}
body a:link {
  color:				#003399;
  text-decoration:		none;
  font-weight:			bold;
}
body a:visited {
  color:				#003399;
  text-decoration:		none;
  font-weight:			bold;
}
body a:hover {
  color:				#6666FF;
  text-decoration:		underline;
  font-weight:			bold;
}

#all_content {
  width:				650px;
  margin:				-8px auto 0px auto;
  z-index:				25;
}
#header {
  width:				650px;
  height:				175px;
  position:				relative;
  top:					0px;
  left:					0px;
  z-index:				50;
}

#headerbar {
	width:				650px;
	height:				151px;
	background-image:	url(images/Headers/buttons/header_r1_c1.png);
	background-position:top;
	background-repeat:	no-repeat;
}
#headerbar h1 {
  color:				#000066;
  font-size:			28px;
  font-weight:			bold;
  font-style:			italic;
  text-align:			center;
  padding-top:			100px;
  margin-left:			155px;  
}


#footertext {
  font-size:			75%;
  text-align:			center;
  color:				#555599;
  width:				660px;
  margin-left:			auto;
  margin-right:			auto;
  z-index:				20;
}
.content {
  width:				630px;
  height:				300px;
  background-color:		#000033;
  background-image:		url(images/Backgrounds/generalback.jpg);
  color:				#77BBFF;
  padding:              10px;
  z-index:				100;
}
h2 {
  font-size:			103%;
  color:				#FFFFFF;
}
#map {
  width:				240px;
  float:				right;
  margin-left:			5px;
}
.ffctable a:link {
  color:				#6666FF;
  font-weight:			normal;
}
.ffctable a:visited {
  color:				#6666FF;
  font-weight:			normal;
}
.ffctable a:hover {
  color:				#FFCC00;
  font-weight:			normal;
}
.whitelinks a:link {
  color:				#FFFFFF;
  text-decoration:		none;
  font-weight:			bold;
}
.whitelinks a:visited {
  color:				#FFFFFF;
  text-decoration:		none;
  font-weight:			bold;
}
.whitelinks a:hover {
  color:				#FFCC00;
  text-decoration:		none;
  font-weight:			bold;
}