/* This is the css style for the army theme */

hr{
	color:#003366;
	border-bottom:dashed 1px #003366;
}

tbody{
	border:1px #003366 solid;
	background-color:#ffffff;
}

caption{
	color:#003366;
}


th{
	background-color:#3366CC;
	color:#ffffff;
	width:10em;
	border-color:#000000;
}


th,td{
	padding:0.2em;
	border:1px #003366 solid;	
}

/* ----------- data table details -------------------*/



/*---------------------------------------------------------------------------------------------*/
/* this is the main photo for the theme */
#header{
	background-color: #003366;
	background-image: url(../aircorps/images/acheader3.jpg);	
	border-bottom: 1px solid #000000;	
}

/*-----------------------------------------------------------------------------------------*/
/* this is for the secondary navigation  */

#secnav{
	background-color:#3366CC;
	border-bottom: 1px solid #000000;
}

#secnav a{
	color: #ffffff;
}

#secnav a:hover{
	color: #000000;
}

/*this is for the list of third level links */

#trenav{
	background-color: #99CCFF;
}

#trenav a{
	color: #003366;
}

#trenav a:hover{
	color: #ffffff;
}

#rightnav a{
	color: #003366;
}
#rightnav a:hover{
	text-decoration: underline;
}

#main a{
	color: #003366;
}

/* this is the footer area */
#footer a{
	color:#999999;
}

#footer hr{
	color:#003366;
}