@charset "UTF-8";
/* CSS Document 
Author: John M
Date: 8/20/07
GA Clean Air Force StyleSheet

*/

<!----------------Tags----------------------!>





<!----------------End Tags-------------------!>











<!-----------------Classes---------------------!>











<!-----------------IDs---------------------------!>

#index{
	width:943px;
	height:476px;
	

}

#indexheader{
	height:54px;
	width:943px;
	text-align:right;
	vertical-align:middle;
	color:#5b5b5b;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	}
	

#indexheader input#searchbox{
	color:#c4c4c4;
}

#indexheader input#searchbutton{
	
	color:#FFFFFF;
	background: #879bc3;
	border: 0;
	font-size:12px;

}

#indexheader select#selCombo option{
	
	
	border: 0;

}


#indexbody{
	height:423px;
	width:943px;
	background-image:url(images/homebackground.jpg);
	font-family:"Times New Roman", Times, serif;
	color:white;
	font-size:14px;
	
	
}


#indexbody div#category1{
	margin:85px 5px 0 11px;
	width:251px;
	height:147px;
	float:left;
	background:url(images/indexgreenbody.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	
}

#indexbody p{

	padding: 0 10px 0 10px;

}
#indexbody div#category2{
	margin:85px 5px 0 0px;
	width:251px;
	height:147px;
	float:left;
	background:url(images/indexorangebody.jpg);
	background-position:bottom;
	background-repeat:no-repeat;

}


div#category3{
	margin:85px 5px 0 0px;
	width:251px;
	height:147px;
	float:left;
	background:url(images/indexredbody.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}


#indexfooter{
	padding-top:20px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:10px;
	text-align:right;
}


#indexfooter a:link,a:visited, a:active{
	color:#999999;
	text-decoration:none;
}


#indexfooter a:hover{
	color:#999999;
	text-decoration:underline;
}





