/* web design & development, parsonsnet.com/batcg.com
james parsons, tripoli, ia */


body { 
  background-color: #333; 
  background-image: url(Images/bkgrnd_gr2.gif);
  margin-left: 0px; 
  margin-right: 0px; 
  margin-top: 0px; 
  margin-bottom: auto;
  font-family: Verdana, Geneva, sans-serif;
  color: #000; }

a:link	{	
	text-decoration: none;
	font-weight: bold;
	color:	#f00; 
	background-color: transparent; 
	}	
		
a:visited	{	
	text-decoration: none;
	font-weight: bold;
	color:	#c00; 
	background-color: transparent; 
	}	
		
a:active	{	
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color:	#000;
	}	
		
a:hover	{	
	text-decoration: none; 
	font-weight: bold;
	color: #fff;
	background-color:	#f00;
	}	


div, p, th, td, ol, ul, li, dd, dl, dt	{	
    font-family:  Verdana, Geneva, sans-serif;
	font-size: 0.90em;
	line-height: 1.50em;
	font-style: normal;
    }

p {
	margin-top: 0; 
	padding-top: 0;
	}

.title-sml { 
	color: #666666; 
	font: normal 1.75em/1em Verdana, Geneva, sans-serif; ;
	background-color: transparent;
	}

.title-lg {
	color: #000; 
	font: normal 2.0em/0.9em Verdana, Geneva, sans-serif; ;
	background-color: transparent;
	}

img	{
		/* turns off gaps around images */
	border:	1px
	}

code, tt, pre	{
	font: 0.9em "andale mono", monaco, courier, "courier new", monospace;
	color: #000; 
	background-color: transparent; 
	}


h1 { 
	font: normal 2.25em/1em Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #f60;
}

h2 { 
	font: normal 2em/1em Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #f60;
}

h3 { 
	font: normal 1.75em/1em Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #f60;
}

h4 { 
	font: normal  1.5em/1em Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #f60;
}

h5 { 
	font: normal 1.25em/1em Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #f60;
}



/* layout section */


.content {
	padding: 10px 10px 10px 10px;
	margin: 5% 5%;
	border: 0px;
	}

.header { 
	width: 90%; 
	background-color: #000; 
	color: inherit; 
	border-bottom: 2px solid #f00; 
}
	
	
#headertitle { 
	padding: 4px 0px 2px 10px; 
	font-family: Verdana, Geneva, sans-serif; 
	color: #cccc99; 
	font-size: 0.85em; 
	background-color: transparent; 
	position: relative; 
}

#date { 
	float: right;
	padding: 4px 10px 2px 0px; 
	font-family: Verdana, Geneva, sans-serif; 
	color: #cccc99; 
	font-size: 0.65em;  
	background-color: transparent; 
	position: relative; 
}

.affiliates { 
	background-color: #fff; 
	color: inherit; 
	position: relative; 
	padding: 0px 0px 0px 0px; 
	width: 90%;
}

#affblurb { 
	float: right; 
	position: relative; 
	width: auto; 
	display: inline;
	margin: 0px 30px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	font: normal 0.7em/1.5em Verdana, Geneva, sans-serif;
	color: #000;
	white-space: normal; 
	background-color: #fff; 
}


#img { 
	display: block; 
	background-color: transparent;
	color: inherit; 
}

.inline { 
	display: inline; 
}