@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
<!-- 

.header .banner {	
	background: transparent url("../images/banner_USNA_1246x72Gray.png") 2px 1px no-repeat;
	  /* uses this, instead of custom */
	width: 1598px;
	height: 72px;
	position:200px;
	right:0px;
	border: 1px white outset;
}

.topBlock {
	display: block;   
	border: 4px double #82BCC6;    /* shorthand::  width style (req) color  */
	/*  border-bottom: 4px  thin #82BCC6;  */
	background-color: #f1f1f1; /*inside navbar color */	
	color:#666666;
	margin: 5px;	
	border-radius:10px;
}	

.style1 {
	font-size: x-large;
	font-weight: bold;
}
.style2 {
	font-size: medium;
	font-weight: bold;
}


.titleInfo {
text-align:center !IMPORTANT; 
color:black; 
font-size:large; 
background: #F2F2F2;

}

#fname {
	text-align:left !IMPORTANT; color:black; font-size:1.07em !IMPORTANT; background-color:#FFFFF0; width:26%;
}

#fnameDec {
	text-align:left !important; color:#595959;font-style:italic;  font-size:1.07em !IMPORTANT;  background-color:#FFFFF0;width:26% !important;
}
#fnameDec55 {
	text-align:left !important; color:#595959;font-style:italic;font-weight: normal;  font-size:1.07em !IMPORTANT; background-color:#ffd411  !IMPORTANT; width:26% !important;
}
#spouse {
	center; color:black; font-size:medium !IMPORTANT; background-color:#FFFFFF; color:#000000; font-weight:lighter;  width:18%;
}
#citystate {
	text-align:left !IMPORTANT; color:black; font-size:small; background-color: #fffff0; color:black; font-weight:normal;width:15%;
}

#dod {
	text-align:center; color:black; font-size:small; background-color: $bgColor; font-weight:bold; width:8%;
}

.company {
	text-align:left;vertical-align:top; width:2%; 
}

.reg {
	text-align:center; color:black; font-size:small; background-color: $bgColor; font-weight:bold; width:2%;
}



#grad {
  background: #ffbfb1; /* For browsers that do not support gradients */
  /* Safari 5.1 to 6.0 */
  background: -webkit-repeating-linear-gradient(#f4f4f4, #ffbfb1 10%, green 20%);
  /* Opera 11.1 to 12.0 */
  background: -o-repeating-linear-gradient(#f4f4f4, #ffbfb1 10%, green 20%);
  /* Firefox 3.6 to 15 */
  background: -moz-repeating-linear-gradient(#f4f4f4, #ffbfb1 10%, green 20%);
  /* Standard syntax */
  background: repeating-linear-gradient(#f4f4f4, #ffbfb1 10%, green 20%);
}
</style>

