@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #999999;
}
.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #060;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 158px;
	background-color: #060;
	padding-right: 10px;
	padding-left: 1px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003300;
}
.PhotoBorder {
	border: 1px solid #000000;
}

.twoColFixLtHdr #mainContent {
	padding-right: 20px;
	background: url(images/BG.png) repeat-x;
	margin-left: 171px;
	padding-left: 23px;
	border-top-width: 1px;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #FFFF99;
	border-left-color: #000000;
} 
#subtitles {
	background-color: #000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #006600;
	border-top-width: thin;
	border-top-style: inset;
	border-right-width: thin;
	border-left-width: thin;
	font-size: 16px;
	height: 24px;
	padding-top: 6px;
	padding-bottom: 3px;
}

.twoColFixLtHdr #footer {
	background-color: #000;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #328734;
	border-right-color: #328734;
	border-bottom-color: #328734;
	border-left-color: #328734;
	clear: both;
	height: 40px;
} 




.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;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
#siteByGraphics {
	font-size: 15px;
	color: #FFFFFF;
}
.siteByGraphics {
	font-size: 15px;
	color: #FFFFFF;
}

.Graphics {
	float: right;
	padding-top: 12px;
	padding-right: 10px;
	font-size: 14px;
	color: #FFFFFF;
}
.SiteBy {
	padding-left: 10px;
	padding-top: 12px;
	font-size: 14px;
	color: #FFFFFF;
}


.spaceAbove {
	margin-top: 21px;
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: 800;
	font-size: 21px;
}

#SpryMenuAdjust {
	float: left;
	margin-top: 0px;
}




.middleSubTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 147px;
}



.rightSubTitle {
	padding-left: 129px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
}

.leftSubtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 45px;
}
.FortSite:hover {
	color: #FFFFFF;
	background-color: #003300;
}

