@charset "UTF-8";
/* Color code for background green  #A6C09D*/

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
Img.displayed {display: block;
    margin-left: auto;
    margin-right: auto; }
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.centertext {
	text-align: center;
	font-family: alex-brush;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
}
.pagesubtitle {border-color:#006400; text-align:center; border-style:solid; background-color:#FFFACD;margin-left: 10px; width: 1020px;}
.page {color:#900; text-align:left; border-style:solid; background-color:#FFFACD;margin-left: 10px; width: 1020px;}

.page2 {color:#000; text-align:left; border-style:solid; background-color:#FFFACD; margin-left: auto; margin-right: auto; width: 400px; border-color:#F7D358

}

.page3 {color:#000; text-align:left; border-style:solid; background-color:#FFFACD; margin-left: 10px; width: 500px; border-color:#F7D358; float:right; padding: 10px;}

.page4 {color:#000; text-align:left; border-style:solid; background-color:#FFFACD; margin-left: 10px; width: 300px; border-color:#F7D358;  padding: 10px; }

.page4left {color:#000; text-align:left; border-style:solid; background-color:#FFFACD;Margin-left: 10px; width: 300px; border-color:#F7D358;  padding: 10px; }

.page5 {color:#000; text-align:left; border-style:solid; background-color:#FFFACD;margin-left: 10px; width: 250px; border-color:#F7D358;  padding: 10px;  float:right;}

.page6 {color:#000; text-align:left; border-style:solid; background-color:#FFFACD;margin-left: 10px; width: 950px; border-color:#F7D358

}

p#ack {color:#000; text-align:left; border-style:solid; background-color:#FFFACD;margin-left: 10px; width: 950px; border-color:#F7D358

}

#wrapper {
    width:1125px; background-color:#A6C09D; margin: 0 auto;
}

a:link {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #F00;
}
a:active {
	color: #0066FF;
}

.figcaption { text-align:center; font-size:18px; padding-top:5px; padding-bottom:3px; word-wrap: break-word; width:auto;
}
container {background-color:#A6C09D; width:1020px; padding:5px; margin-left:auto; Margin-right:auto;}

nav a:link {color:#FFF; text-decoration:none;}
nav a:visited {
	color:#FFF;
}

nav ul {padding:10px; background-color:#006400; }

nav li {display:inline; margin:10px 30px 10px 0px; padding: 10px 10px 10px 10px; color:white; text-decoration:none; }

div.Veterans ul {list-style-image: url("images/GuideToSiteFiles/FlagCropped.png");}

.VeteransGB {list-style-image: url("images/GuideToSiteFiles/GBFlag.png");}

.navBtn { text-decoration: none; color:#FFF; }
.navBtn:visited { text-decoration: none; color:#FFF; }
.navBtn:hover { text-decoration: none; color:blue; }
.navBtn:focus { text-decoration: none; color:#FFF; }
.navBtn:hover, .navBtn:active { text-decoration: none; color:blue; }