@import url("militarystyle.css");

#header{
		
	background-color: #990000;
	background-image: url(../dfhq/images/dfhqheader1.jpg);
}

/* table header information */

th{
	background-color:#990000;
	color:#FFFFFF;	
}





/*-----------------------------------------------------------------------------------------*/
/* this is for the secondary navigation  */

#secnav{
	background-color:#990000;
}

#secnav a{
	color: #FFCC00;
}

#secnav a:hover{
	color:#ffffff;
}

hr{
	color:#990000;
	border-bottom:dashed 1px #003366;
}

/*this is for the list of third level links */

#main a{
	color:#990000;
}

/*----------------------------------------------------------------------------------- */
/*this is for the list of third level links */
#trenav{	
		background-color:#FFFF99;	
}

#trenav a{
	color: #990000;		
}

#trenav a:hover{
	color:#000000;
}

#rightnav a{
	color: #990000;
}

/* this is the footer area */

#footer a{
	color:#666666;
}
#footer hr{
	border-color:#990000;
}

.formhead{
	color:#990000;
	background-color:#FFFF99;
	font-weight:bold;
}


