@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; /* 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: #cccccc;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
}
.GreatWar #LeftColumn a {
	background-image: url(../Common/SideLink.gif);
	margin: 0px;
	height: 30px;
	width: 177px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	color: #8cc63f;
	text-decoration: none;
	background-repeat: no-repeat;
	font-size: 12px;
}
.GreatWar #LeftColumn a:hover {
	color: #FFFFFF;
	background-image: url(../Common/SideLink_Over.gif);
}
.GreatWar #RightColumn a {
	background-image: url(../Common/SideLink.gif);
	margin: 0px;
	height: 30px;
	width: 177px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	color: #8cc63f;
	text-decoration: none;
	background-repeat: no-repeat;
	font-size: 12px;
}
.GreatWar #RightColumn a:hover {
	color: #FFFFFF;
	background-image: url(../Common/SideLink_Over.gif);
}
.GreatWar #RightColumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.GreatWar #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8cc63f;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.GreatWar #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #8cc63f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.GreatWar #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-align: right;
	color: #FFFFFF;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.GreatWar #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: normal;
	line-height: 17px;
}
.WhiteTxt {
	color: #FFFFFF;
	font-weight: bold;
}
.GreatWar #mainContent a {
	font-weight: bold;
	color: #8cc63f;
	text-decoration: none;
}
.GreatWar #mainContent a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.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;
}

