html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #566415;
}

.navbar {
	background-image: url(images/navbar/navbar_bg.gif);
	text-align: center;
	vertical-align: middle;
	height: 50px;
}
.header {
	background-image: url(images/camo_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 217px;
	text-align: center;
}
#body_table {
	width: 672px;
}
#body_table_title {
	background-image: url(images/body/body_cell_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 67px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #D58F00;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 60px;
}
#body_table_content h1 {
	color: #D66101;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#body_table_content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 32px;
	color: #333333;
	background-image: url(images/body/body_cell_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#body_table a:link, #body_table a:visited, #body_table a:active {
	color: #E55B00;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#body_table a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E55B00;
}



.page_bg {
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #566415;
}
