/* 
All CSS handtyped by Jake Hickok
specially made for www.norcalscan.org.
Feel free to take any ideas and spread CSS around the internet! 
This document was made after reading many contributions by Eric Meyer - my CSS idol

Air Fire Index
*/


body
	{
	background-image: url(../images/aerialback.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: white;
	}

.bold
	{
	font-weight: bold;
	font-size: 100%;
	}


#navlefttop
	{
	position: absolute;
	top:20px;
	left:10px;
	width:200px;
	}
	
#navleft 
	{
	position: absolute;
	top:180px;
	left:10px;
	width:200px;
	}

#content 
	{
	margin-left: 215px;
	margin-right:0px;
	}
	


ul
	{
	font-family: arial, geneva;
	font-size:95%;
	list-style-image: url(../images/bullet1.gif);
	}


a
	{
	color:#000099;
	background-color:transparent;
	text-decoration:none;
	}

a:visited
	{
	color:#660000;
	background-color:transparent;
	}

a:hover 
	{
	color:#FFFFCC;
	background-color:#000099;
	}

a:visited:hover
	{
	color:#FFFFCC;
	background-color:#660000;
	}
td.main
	{
	vertical-align: top;
	font-family: times new roman, times, arial;
	font-size: 100%;
	color:#000000;
	text-align: justify;
	}
	
p.small
	{
	font-size:90%;
	}

p.foot
	{
	font-size:90%;
	text-align:center;
	}

.italic
	{
	font-style: italic;
	}

.date
	{
	font-style: oblique;
	color:#660000;
	}

b.red
	{
	color:red;
	}
