body {
	margin: 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin-top: 0px;
}

.main_table {
	border-left: solid 2px #f1dcb1;
	border-right: solid 2px #f1dcb1;
	border-top: solid 2px #f1dcb1;
	border-bottom: solid 2px #f1dcb1;
}

#navTable {
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
	background-color: #8e9470;
	color: #f1dcb1;
	font-size:15px;
	font-weight: bold;
	height: 30px;
}
	#navTable a{
		font-size: 15px;
		color: #f1dcb1;
		text-decoration: underline;
		}
	#navTable a:hover{
		text-decoration: underline;
		}
		
.content {
	padding: 5px;
	background-color: #837050;
	color: #f1dcb1;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	}
	.content a{
		font-size: 15px;
		color: #f1dcb1;
		text-decoration: underline;
		}
		
.foot {
	
	color: #f1dcb1;
	/*background-image: url(images/DeckLighting-KC-footer.jpg);
	background-repeat: repeat-x;*/
	background-color: #9e8c62;
	font-size: 15px;
	font-weight: bold;
	}
	.foot a{
		font-size: 15px;
		color: #f1dcb1;
		text-decoration: underline;
		}
	.foot a:hover{
		text-decoration: underline;
		}

h1{
	font-size: 20px;
	color:#f1dcb1;
}

h2{
	font-size: 16px;
	/*color:#5f5842;*/
}

hr{
	border-top: 1px solid #000;/*the border*/
	height: 4px;/*whatever the total width of the border-top and border-bottom equal*/
}

.underline {
	text-decoration: underline;
}
		
.image_border{
	border: solid #f1dcb1 3px;
	margin: 10px;
}

.bold_text {
	font-weight: bold;
}

.italicized {
	font-style: italic;
}

.greenText {
	color: #00FF00;
}

.redText {
	color: #FF9900;
}

.blue_text {
	color: #0000FF;
}

.BOLD_blue_text {
	color: #0000FF;
	font-weight:bold;
}

.bold-italic {
	font-style: italic;
	font-weight: bold;
}

