html {  /* Main window */
height:100%; 
max-height:100%;  
border:0; 
padding:0; 
margin:0; 
background-color: #000028;
color: white;
font-size:85%; 
font-family: sans-serif, arial, Helvetica, Georgia;
overflow: auto;
}

body { /* no idea why this is here */
	height: 100%;
	max-height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: auto;
	background-color: #000028;
}

p {
	max-width: 700px;}

#content { /* on virtually all pages this is the content area on the right */
	height: 100%;
	max-height: 100%;
/*	overflow: auto; */
	padding-left: 175px;
	z-index: 3;
	text-align: left;
	padding-right: 10px;
	border: 0;
	margin: 0;
	}

#content a:link {
	font-weight: bold;
	color: yellow; 
	}
#content a:visited {
	color: #99ffff; 
	}

#logo {
	display: block;
	top: 1px;
	left: 5px;
	position: fixed;
	z-index: 20;
	border:0;
	padding: 0px;
	margin: 0 0 0 0;
	width: 150px;
	height: 194px;
/*	border: thin solid Fuchsia; */
}	
* html #logo {position:absolute;}

#topbanner { /* for now this is only on the mainpage at the top */
	z-index: 2;
  width: 100%;
  display: block;
	overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0 0;
  clear: both; }

.toptext {
/*	position: relative; */
	background-color: transparent;
	z-index: 5;
	text-align: left; }	

.redbar { 
	width: 100%;
	color: white;
	background-color: red; 
	height: 1em;
	clear: both; 
	margin: 0;
	padding: 0;
	border: 0; 
	overflow: hidden; }

#menudiv { /* holds the fixed position menu */
	position: fixed;
	display: block;
	top: 195px;
	left: 10px;
	width: 130px;
	z-index: 4;
/*	overflow: auto;
	border: thin solid Fuchsia; */
}
* html #menudiv {position:absolute;}

.menu ul {
	position: absolute;
	border:0px;
	padding:2px 4px 2px 4px;
	margin:0 0 0 0;
	list-style-type: none;
	clear:both;
}
.menu li {
	list-style-type:none; 
	width:122px; 
	height:17px; 
	}

.menu a, .menu a:visited {
	display: block;
	width:122px; 
	height:15px; 
	border:1px solid #000; 
	background-color:#f8f8e8; 
	color:#000; 
	padding-left:4px;
	text-decoration:none;
	}

.menu a:hover {
	color:#fff; 
	background-color:#65707b; 
	border:1px solid #000; 
	text-decoration:none;
	}
	
.EMtext {
	color: yellow;
	font-weight: bold;
  font-size:100%;
  }

.imgrt {  /* Images floated right */
	float: right;
	margin:10px;
  clear: right;
}
.imglt {  /* Images floated left */
	float: left;
	margin:10px;
  clear: left;
}
.imgctr {  /* Centered Images */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.record {  /* records page info and target display */
	display: block;
	float: left;
	text-align: left;
	padding-right: 10px;
}
.record a:link {
	font-weight: bold;
	color: yellow; 
	}
.record a:visited {
	color: #99ffff; 
	}
.record img {
	margin:30px;
}

.adslt { /* Ads floated left in another div */
	float: left;
	min-width: 250px;
	border: 1px solid #000;
	margin: 2px;
	padding: 2px;
	text-align: center;
}
.adimg {  /* Images in ads */
	border: 0;
	margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
	padding: 0 0 0 0;
}
.movetext { /* This is an attempt to make a minimum text width beside the ads. */
	display: inline-block;
	border: 0;
  padding: 0;
  margin: 0;
	width: 175px;
  height: 0px;
	}
.adclear { /* This holds the email addy and text of an ad below the graphic. */
	width:250px; 
  overflow:hidden;
  padding:0 0 0 0;
	border:0px;
  margin:0 0 0 0;
  clear: both; }

.adsrt { /* Right float ads */
	float: right;
	min-width: 250px;
	border: 1px solid #000;
	margin: 2px;
	padding: 2px;
	text-align: center; }
	
.adheading { /* Big Text for folks with no ad graphic */
	font-size: 200%;
	text-align: center; }

.padbottom 
	{
	clear: both;
  height:150px; }
  
.boxdiv { /* Puts a box around a division for clearity  */
	clear: both;
	float: right;
	padding: 2px;
  margin: 0;
	border: 1px solid white;
  }
.fp_results {
	float:right;
	clear: right;
	height: 300px;
	width: 17em;
	overflow: auto;
	color: white;
	background-color:#003366;
	text-align: center;
	border: 2px solid white;
	margin: 10px;
	}
.fp_results td {
	padding: 0;
	margin: 2px;
	font-size: 85%; /* Was 70% */
	color: white;
	background-color:#708090;
	}
.fp_results th {
	padding: 0;
	margin: 2px;
	font-size: 85%;
	color: white;
	background-color:#708090;
	}
.funshoot_results {
	float:left;
	clear: left;
	height: 180px;
	width: 17em;
	overflow: auto;
	color: white;
	background-color:#003366;
	text-align: center;
	border: 2px solid white;
	margin: 10px;
	}
.funshoot_results td {
	padding: 0;
	margin: 2px;
	font-size: 85%;
	color: white;
	background-color:#708090;
	}
.fpimages {
	display: block;
	float: right;
	width: 200px;
	height: 300px;
	z-index: 5;
	border: 0;
	padding: 0;
	margin: 20px 10px 20px 10px;
  clear: right;
	overflow: auto;
	}
.fpimages img {
	width: 175px;
	border: 0;
	padding: 0;
	margin: 0px;
	}
	
/* this is the blockquote style for the news section */	
.standout {
	background-color:#304050;
	border: 1px solid white;
  padding: 0 10px 0 10px;
	max-width: 50em;
	}
	
/* this is the blockquote style for the news section */	
a.TextButton {
	text-decoration:none;
	background-color:#304050;
	border: 1px solid white;
	padding: 2px;
	margin: 2px;
	color:white;
	}

/* here's where we set the widths of the tables for the chooseresults and such */
.tableheading {
	width: 15em;
	}

.tabledata {
	width: 40em;
	}
