@charset "UTF-8";
/* CSS Document */

html {
	position: relative;
    min-height: 100%;
} 

body {
	background-color: #E1E1E1;
	margin: 0 10px 10px 20px; /* bottom = footer height */
	font-family: 'Special Elite', cursive;
	font-size:15px;
	letter-spacing:.08em;
	font-weight:400;
	color: #464646;
	text-align:center;
	line-height:20px;
	background-image:url(../images/camo4.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:cover;
}

#Container{
	width:100%;
}

h1{
	padding-top:12px;
	letter-spacing:.2em;
	padding-bottom:0;
	color:#454424;
	text-align:right;
	margin-right:8%;
	line-height:24px;
	color:#940002;
}

a:link {
	color: #940002;
	text-decoration:none;
}
a:visited {
	color: #940002;
	text-decoration: none;
}
a:hover {
	color: #454424;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #D10104;
	text-decoration:underline;
}

/*
.FontFamilies{
	font-family: 'Permanent Marker', cursive;
	font-family: 'Cousine', ;
	font-family: 'Maven Pro', sans-serif;
	font-family: 'Nobile', sans-serif;
	font-family: 'Ruda', sans-serif;
	font-family: 'Roboto Slab', serif;
}
*/

.WhiteLink A:link {text-decoration: none; color:#ffffff;}
.WhiteLink A:visited {text-decoration: none; color:#ffffff;}
.WhiteLink A:hover {text-decoration: none; color: #ffffff;}
.WhiteLink A:active {text-decoration: none; color:#c86d17;}

footer {
	position: absolute;
    left: 0;
    bottom: 0;
	padding-left:10px;
	padding-right:10px;
    height: 20px;
    width: 100%;
	z-index:6;
	font-size:12px;
	letter-spacing:.03em;
	color:#464646;
	/* text-shadow: 1px 1px #949494; */
	text-align:left;
}

#HeaderContainer{
	position:absolute;
	left:0;
	top:0;
	width:100%;	
	z-index:3;
}

.mainText {
	width:80%;
	background-color:rgba(255,255,255,0.4);
	border-radius: 16px 16px 16px 16px;
	box-shadow: 2px 2px 2px  0 #353535;
	padding:20px;
	border: dashed 1px #9D9D9D;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.mainTextFooter {
	text-align:left;
	width:83%;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	font-size:12px;
	letter-spacing:.03em;
	line-height:14px;
}

.LeftBrown{
	color:#940002;
	text-align:left;
	font-weight:bold;
	line-height:26px;
}

.TightLineHeight{
	line-height:20px;
}

.RustPrivate{
	color:#454424;
}

.GreenPrivate{
	color:#464646;
}
.Red{
	color:#940002;
}
.Simage{
	border:1px #464646 solid;
	padding:1px;
	margin-right:7px;
	margin-bottom:5px;
	float:left;
	margin-top:3px;
}