/* This is the css style for the army theme */
@import url("militarystyle.css");
/*---------------------------------------------------------------------------------------------*/

.armyheading{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	background-color: #999900;
	padding:0.3em 0 0.3em;
}

p.armyheading a{
	font-size:0.9em;
	color:#FFFFFF;	
}

#header{
	background-color: #003300;
	background-image:url(../army/images/armyheader10.jpg);
	border-color: #000000;
}

a:link{
	color:#003300;
}

/*-----------------------------------------------------------------------------------------*/
/* this is for the secondary navigation  */

#secnav{
	background-color:#666600;
	border-bottom:1px #000000 solid;
}

#secnav a{
	color:#ffffff;
}

#secnav a:hover{
	color:#FFCC00;
}

#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{
	text-decoration: none;
	font-weight:bold;	
	color: #336600;
}

div.float{
	text-align:left;
}	
#footer hr{
	border-color:#666600;
}

.weapons{
	width:25%;
}

.units{
	position:relative;
	width:100%;
}