/* layoutstyles.css */
*{
/* Block all browzer margins and padding */
margin:0;
padding:0;
/* temporary borders */
/*border:dashed 1px #f00; */
}

body{
	
	background-color: #f4e8da;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
   width:53em;  
   margin: 0 auto;  
}





#header{
	height: 7.5em;
	background-color:#497d4c;	
}
#veteran{
  background-color:#6699CC;
  border-top: solid 3px #900;
  border-bottom: solid 3px #900;
  border-left: solid 3px #900;
  border-right: solid 3px #900;
  padding:0.3em;
  text-align:center;
  width:12%;
  margin-left:23em;
  color:#FF9900;
}

#tribute{
	background-color:#fff;
	border-top: solid 6px #000;
	border-bottom: solid 6px #000;
	border-left: solid 6px #000;
	border-right: solid 6px #000;
	padding:0.3em;
	text-align:center;
	width:55%;
	margin-left:5em;
	color:#000;
	
}

#tribute1{
	background-color:#A6D2FF;
	border-top: solid 3px #000;
	border-bottom: solid 3px #000;
	border-left: solid 3px #000;
	border-right: solid 3px #000;
	padding:1em;
	text-align:left;
	width:35%;
	margin-left:5em;
	color:#000;
	
}








#content h1{
    padding: 10px 10px;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	background-color: #f4e8da;
	}
#content {
     background-color: #f4e8da;
	 }

.s-family{
font-size: x-small}

#p1 {
     font-size:1em;
     font-family:Arial, Helvetica, sans-serif;
	
}
/********** Footer division styles **********/
#footer{
  background-color:#fff;
  padding:0.5em;
  text-align:center;
  border-top: solid 2px #117b6f;
  border-bottom: solid 2px #117b6f;
  border-left: solid 2px #117b6f;
  border-right: solid 2px #117b6f;
  width:30%;
  margin-left:0.5em;
  color:#FF9900;
}

#footer a:link,
#footer a:visited{
  /* No underline on links */
  text-decoration:none;
}

#footer a:hover,
#footer a:active{
  color:#0c0;
  border:dotted 1px #333;
}

/* This applies to the note at the bottom of the page*/
.note {
font-size:small;
font-weight:bold;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h6{
 font-family: Arial,sans-serif;
 font-size: 60%;
 font-style:oblique
 color: #334d55;
 text-align:center
 margin: 0px;
 padding: 0px;
}
 





	
	


