/* This is the css style for the army theme */

/*---------------------------------------------------------------------------------------------*/
/* this is the main photo for the theme */
#header{
	background-color: #006600;
	background-image: url(../reserves/images/reserveheader.jpg);
	border-bottom: 1px solid #99ff00;	
}

/*-----------------------------------------------------------------------------------------*/
/* this is for the secondary navigation  */

#secnav{
	background-color: #006600;
	border-bottom:#000000 1px solid; 
}

#secnav a{
	color:#99ff00;
}

#secnav a:hover{
	color: #FFCC00;
}

/*----------------------------------------------------------------------------------- */
/* this is the actual content area information */

/*this is for the list of third level links */


#trenav{
	background-color: #CCFF99; 
}

#trenav a{
	color:#006600;
}

#trenav a:hover{
	color:#000000 ;
}
#rightnav a{
	color: #006600;
}

#rightnav a:hover{
	color:#000000;
}

#main a{
	color:#009900;
}

#main li{
	font-size:0.9em;
}

#footer a{
	color:#666666;
}
#footer hr{
	border-color:#009900;
}

.tablereserve {
	border:1px #000000 solid;
	
}
.tablereserve td{
	border:1px #000000 solid;
}
.tablereserve th{
	background-color:#006600;
	border:1px #000000 solid;
	color:#99ff00;
	width:14em;
	text-align:left;
}

