@import url("militarystyle.css");


/*---------------------------------------------------------------------------------------------*/
/* this is the main photo for the theme */
#header{
	background-color: #003300;
	background-image: url(../army/specialists/equit/images/equit-header1.jpg);
	border-bottom: #000000 solid 1px;
}

/*-----------------------------------------------------------------------------------------*/
/* this is for the secondary navigation  */

#secnav{
	background-color: #666600;
	border-color:#000000;
}

#secnav a{
	color:#ffffff;
}

#secnav a:hover{
	color:#000000;
}

#main a{
	color:#003300;
}

#main table{
	border:1px #000000 solid;
	
}
#main td{
	border:1px #000000 solid;
}
#main th{
	background-color:#666600;
	border:1px #000000 solid;
	color:#ffffff;
	width:14em;
}

/*----------------------------------------------------------------------------------- */
/*this is for the list of third level links */
#trenav{
	background-color:#CCCC99;	
}

#trenav a{
	color: #003300;		
}

#trenav a:hover{
	color:#ffffff;
}

#rightnav a{
	color: #336600;
}

/* this is the footer area */

#footer{
	border-top:#003300;
}
#footer hr{
	border-color:#666600;
}
	
