/* CSS Document */
@import url("militarystyle.css");
/*---------------------------------------------------------------------------------------------*/
/* this is the main photo for the theme */
#header{
	background-color: #FFFFFF;
	background-image: url(../overseas/images/overseasheader3.jpg);
	border-color:#000000;
}

/*-----------------------------------------------------------------------------------------*/
/* this is for the secondary navigation  */

#secnav{	
	background-color:#0099FF;
	border-color:#000000;	
}

#secnav a{
	color:#ffffff;
}

#secnav a:hover{
	color:#000000;
}

#trenav{
	background-color:#99FFFF; 
}
#trenav a{
	color: #000000;
}
#trenav a:hover{
	color: #0000FF ;
}

/*----------------------------------------------------------------------------------- */
/*this is for the list of third level links */

#main a{
	color: #0099FF;
}
#rightnav p{
	font-size:0.9em;
	font-weight:bold;
}

#rightnav{
	
}

#rightnav a{
	color: #0099FF;
}
#rightnav a:hover{
	text-decoration: underline;
}
/* this is the footer area */

/*---------------- table details --------------*/
#main th{
	background-color: #0099FF ;
	border:#000000 1px solid;
	color:#FFFFFF;
	padding:0.2em;
}
#main td{
	border:1px #000000 solid;
	padding:0.2em;
}

#main table{
	border-collapse:collapse;
	width:100%;
}

tbody{
	border:1px #000000 solid;
	background-color:#ffffff;
}

caption{
	color:#000000;
}

th,td{
	padding:0.2em;
	border:1px #000000 solid;	
}

/*---------------- --------------*/

.rightheading{
	text-align:center;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;	
}

.rightmissions{
	text-align:center;
}

#footer a{
	color:#666666;
}
#footer hr{
	border-color:#0099FF;
}