/* This is the css style for the army theme */
@import url("militarystyle.css");

/*---------------------------------------------------------------------------------------------*/
/* this is the main photo for the theme */
#header{
	background-color:#990000;
	background-image:  url("../dfhq/pubrel/images/pubrelheader1.jpg");
	border-color:#000000;
}


/* 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;
}