@charset "utf-8";

body  {
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	width: 900px;

}

.twoColFixLtHdr #container {

	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */

	border: 1px solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */

	padding: 0px;

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	line-height: 20px;

	float: none;

} 

.twoColFixLtHdr #header {

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0;

	padding-left: 0px;

	background-color: #006699;

	width: auto;

	height: 114px;

	border-bottom-width: 32px;

	border-bottom-style: solid;

	border-bottom-color: #000000;

} 

.twoColFixLtHdr #header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	font-family: Arial, Helvetica, sans-serif;

	font-size: 36px;

	font-weight: bold;

}

.twoColFixLtHdr #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	background: #EBEBEB;

	padding-top: 5px;

	padding-right: 10px;

	padding-bottom: 10px;

	padding-left: 10px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12pt;

	font-style: normal;

	font-weight: normal;

	top: 150px;

	margin: 5px;

}

.twoColFixLtHdr #mainContent {

	margin-top: 0px;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 225px;

	padding-top: 10px;

	padding-right: 20px;

	padding-bottom: 0;

	padding-left: 20px;

	font-family: Arial, Helvetica, sans-serif;

	font-style: normal;

	font-weight: normal;

	text-indent: 0px;

	float: none;

} 

.twoColFixLtHdr #footer {

	background:#DDDDDD;

	padding-top: 0px;

	padding-right: 10px;

	padding-bottom: 0;

	padding-left: 20px;

} 



.twoColFixLtHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	color: #333333;

}

body,td,th {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #333333;

	float: none;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: auto;

	margin-left: auto;

	background-color: #FFFFFF;

}

a:link {

	color: #006699;

	text-decoration: underline;

}

a:visited {

	text-decoration: underline;

	color: #006699;

}

a:hover {

	text-decoration: underline;

	color: #993300;

}

a:active {

	text-decoration: underline;

	color: #D4D0C8;

}

h1,h2,h3,h4,h5,h6 {

	font-style: normal;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	text-indent: 5px;

}

h1 {

	font-size: 36px;

	color: #000000;

}

h3 {

	font-size: 16px;

	color: #333333;

}

h3 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 1.15em;

	background-color: #000000;

	color: #DCDCDC

	}

.photoright {	float: right;

	margin-bottom: 5px;

	margin-left: 10px;

}

.soldiers {

	right: 825px;

	float: right;

}

.StoryTitle {

	color: #FFFFFF;

	font-weight: bold;

	font-size: 12pt;

	background-color: #006699;

	font-family: Arial, Helvetica, sans-serif;

	}



.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;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

h2 {

	font-size: 24px;

	color: #333333;

}

h4 {

	font-size: 12px;

	color: #006699;

}

table {

	color: #FFFFFF

	}

textarea {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-style: normal;

	font-weight: normal;

	color: #000000;

}







img {

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

.style2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	line-height: 18px;

}

.photoright {

	float: right;

	margin-bottom: 5px;

	margin-left: 10px;

	margin-top: 5px;

}





.logo {

	border: 1px solid #000000;

}

.photocenter {

	padding-top: 0px;

	padding-right: 10px;

	padding-bottom: 10px;

	padding-left: 10px;

	top: 2%;

}

.photoleft {

	float: left;

	padding-top: 10px;

	padding-right: 15px;

	padding-bottom: 10px;

}

.copyright {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #333333;

}



}

.photoborder {

	border: thin solid #000000;

}

