/* this is the main photo for the theme */
@import url("militarystyle.css");

#header{
	background-color: #000033;
	background-image:  url("../naval/images/navyheader8.jpg");
}

/*-----------------------------------------------------------------------------------------*/
/* this is for the secondary navigation  */

#secnav{
	background-color:#003399;
}

#secnav a{
	color:#ffffff;
}

#secnav a:hover{
	color: #00CCFF;
}

#main a{
	color:#000033;
}

/*----------------------------------------------------------------------------------- */
/*this is for the list of third level links */
#trenav{	
	background-color:#CCCCCC;	
}

#trenav a{
	color: #000033;		
}

#trenav a:hover{
	color: #003399;
}

/* this is the footer area */

#rightnav a:hover{
	text-decoration: underline;
}


tbody{
	border:1px #000000 solid;
	background-color:#ffffff;
}

th{
	width:13em;
}

caption{
	color:#000033;
}

th{
	background-color:#000033;
	color:#ffffff;
	border-color:#cccccc;
	text-align:left;
}

th.designation{
	width:30em;
}

td{
	padding:0.2em;
	border:1px #003366 solid;	
}

/* ----------- data table details -------------------*/
table{
	font-size : 0.9em;
	width:80%;
	min-width:350px;
	max-width:700px;
	border:1px solid #000000;	
	border-collapse:collapse;
}
#table img{
	border:1px solid #000000;
}

.navyheading{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	background-color: #003399;
	padding:0.3em 0 0.3em;
}

div.float a{	
	border-color:#003399;
}
div.float img{
	border-color:#003399;
}

#footer a{
	color:#666666;
}
#footer hr{
	border-color:#003399;
}
	
