@charset "UTF-8";

/* CSS Document */

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #6a191e;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.main-table {
	background-image: url(../images/backgrounds/main-table-bg.jpg);
	background-repeat: repeat-x;
	background-color: #cfb38e;
}
.inner-table {
	background-image: url(images/backgrounds/inner-table-bg.jpg);
	background-repeat: repeat-x;
	background-color: #cfb38e;
}
.event-search-table {
	background-image: url(images/backgrounds/event-search.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.event-table {
	background-image:url(images/backgrounds/event-back.jpg);
	background-repeat: no-repeat;
	background-color: #e9e6d5;
}
.news-table {
	background-image:url(images/backgrounds/news-back.jpg);
	background-repeat: no-repeat;
	background-color: #83391F;
}
.main-text-table {
	background-image: url(images/soldier-main.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.home-table {
	background-image: url(images/backgrounds/home-table-bg.jpg);
	background-repeat: repeat-x;
	background-color: #cfb38e;
}
.date-text{
	color: #FFFFFF;
	font-size: 0.8em;
}
.main-text {
	color: #000000;
	font-size: 0.8em;
}
.left-col-link {
	font-size: 0.8em;
	font-style: italic;
	color: #6a191e;
}
.bold-text {
	color: #6a191e;
	font-size: 0.8em;
	font-weight: bold;
}
.news-box {
	font-size: 0.8em;
	color: #6a191e;
	border: solid;
	border-width: 1px;
	border-color: #6a191e;
	width:115px;
}
.date-box {
	font-size: 0.8em;
	color: #6a191e;
	border: solid;
	border-width: 1px;
	border-color: #6a191e;
	width:70px;
}
.event-dropdown {
	font-size: 0.8em;
	color: #6a191e;
	width:267px;
}
.bold-white {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.7em;
}
.orange-bold {
	color: #d09943;
	font-weight: bold;
	font-size: 0.7em;
}
a.nav-links:hover {
	Color: #e0ab59;
	font-size: 0.7em;
	text-decoration: none;
}
a.nav-links {
	font-weight:bold;
	color: #d09943;
	font-size: 0.7em;
	text-decoration: none;
}
.bold-Heading {
	color: #6a191e;
	font-size: 1.4em;
	font-weight: bold;
}