body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #3131AB;  
	background-image: url(image/blue2.jpg);
	color: #000000;
	font-size: 1.0em;
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 30px;
	background-color: #ffffff;
	width: 90%;
}
/*=================== styles for top banner ========================*/
#banner {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	background-position: left;
	padding: 10px;
	background-color: #ffffff;
	height: 200px;
	background-repeat: no-repeat;
	color: #000000;
}
/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #FFFFFF;
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: inherit;
	border-top-style: solid;
	border-top-color:  #3131AB;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-bottom-color: #3131AB;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
#topmenu a:link {
	font-weight: bold;
	color: #365A76;
	background: transparent;
	text-decoration: none;
}
#topmenu a:visited {
	font-weight: bold;
	color: #365A76;
	background: transparent;
	padding: 0px;
	text-decoration: none;
}
#topmenu a:hover {
	font-weight: bold;
	text-decoration : underline;
	background: #F9F88D;
	color: #1C3142;
}

/*===========styles for links==============*/
a:link {
	font-weight: bold;
	color: #3131AB;
	background: transparent;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #3131AB;
	background: transparent;
	padding: 0px;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #3131AB;
	color: #EAE83A;
}
a:active {
	font-weight: bold;
	text-decoration : none;
	background: #3131AB;
	color: #EAE83A;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: none;
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: none;
	padding: 2px 0;
}


/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #3131AB;
	clear: both;
	padding: 5px;
	background-color: #ffffff;
	text-align: center;
	font-size: small;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #3131AB;
	height: 5px;
}
/*============== Styles for crumb ===================*/
#crumb {
   color: #011019;
   font-size: x-small;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	text-align: center;
	}
h1 {color: #EAE83A;
	background-color: #3131AB;
	text-align: center;
	padding: 2px 0px 2px 5px;
	font-size: 1.5em;
}
h2 {color: #EAE83A;
	background-color: ##3131AB;
	text-align: center;
	padding: 2px 0px 2px 5px;
	font-size: 1.5em;
}	
h3 {
   color: #3131AB;
   font-size: .9em;
   text-align: center;
   text-decoration: underline;
} 

h4 {
   font-size: .9em;
   color: #000000;
   text-decoration: none;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}

/* ============floats images to right or left ============*/
.imgrgt {
	 float:right;
	 padding: 7px;
}
.imglft {
	 float:left;
	 padding: 7px;
}
.smtxt {
	font-size:small;
}


#crumb {
	color: #000033;
	font-size: x-small; 

}

/*==========================
styles for milit tables
============================*/
.milit {
   width: 100%;
   border-collapse: collapse;
   border: 2px solid #3131AB;
	background-image: url(image/tback.jpg);
   margin-right: auto;
   margin-left: auto;
	
}
.milit th {
   color: #EAE83A;
   background-color: #3131AB;
   text-align: center;
	
}
.milit td {
   color: black;
   vertical-align: top;
   border: 1px #3131AB solid;
   padding: 5px;
   text-align: left;
   font-size: medium;
}

.milit caption {
   font-weight: bolder;
   font-variant: small-caps;
}
.militlft {
   width: 100%;
   border: 2px solid #3131AB;
   margin-right: auto;
   margin-left: auto;
}
.militlft th {
   background-color: #000000;
}
.militlft td {
   vertical-align: top;
   border: 2px solid #3131AB;
   width: 25%;
   padding: 10px;
   font-size: 85%;
}
.militlft caption {
   font-weight: bolder;
   font-variant: small-caps;
   font-size: 100%;
   margin-bottom: 10px;
}


.smtxt {
   font-size:small;
}

