body {
	background-color: #ffffff;
	background-image: url('pinstripe.png');
	font-family: arial, sans-serif;
}

	a:link, a:visited, a:active {
		color: #137258;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	em {
		font-weight: bold;
		font-style: normal;
	}

#page_cont {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
}

#header {
	width:760px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffd5;
	overflow: hidden;
}

	#logo {
		float: left;
		margin-top: 70px;
		font-family: georgia, verdana, arial, sans-serif;
		color: #ffffd5;
	}
	
		h1 {
			display: inline;
		}
	
	#location {
		float: right;
		margin-top: 70px;
		font-size: x-small;
		text-align: right;
		vertical-align: middle;
		color: #ffffd5;
	}

	#header a:link, #logo a:visited, #logo a:active {
		color: #ffffd5;
		text-decoration: none;
	}
	
	#header a:hover {
		text-decoration: underline;
	}

#header_bar {
	clear: both;
	width: 760px;
	margin: 3px auto;
	text-align: center;
}

	#header_bar a:link, #header_bar a:visited, #header_bar a:active {
		color: yellow;
	}
	
	#header_bar a:hover {
		text-decoration: none;
	}

#footer_bar {
	clear: both;
	width: 760px;
	margin: 3px auto;
	text-align: center;
	font-size: small;
}

#body {
	position: relative;
	width:760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	overflow: hidden;
}

	#left_col {
		float: left;
		width: 150px;
	}

	#main {
		float: left;
		margin-left: 10px;
		width: 600px;
	}

#footer {
	width:760px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: center;
	font-size: x-small;
	color: #712f09;
}

	#footer a:link, #footer a:visited, #footer a:active {
		color: #712f09;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}

.round1_header {
	height: 1px;
	margin: 0 2px;
	background: #995832;
}

	.round2_header {
		height: 1px;
		margin: 0 1px;
		background: #995832;
	}

	.box_header {
		clear: both;
		height: 110px;
		background-color: #995832;
		background-image: url('health_banner_trim2.jpg');
		padding: 2px 120px;
		color: #ffffff;
		overflow: hidden;
	}

.round1_bar {
	height: 1px;
	margin: 0 2px;
	background: #137258;
}

	.round2_bar {
		height: 1px;
		margin: 0 1px;
		background: #137258;
	}

	.box_bar {
		clear: both;
		background: #137258;
		padding: 2px 120px;
		color: #ffffd5;
		overflow: hidden;
	}

.round1 {
	height: 1px;
	margin: 0 2px;
	background: #ebb86a;
}

	.round2 {
		height: 1px;
		margin: 0 1px;
		background: #ebb86a;
	}

	.box {
		background: #ebb86a;
		padding: 2px 2px 2px 20px;
		text-indent: -15px;
		overflow: hidden;
	}

.box_title {
	font-family: georgia,verdana,arial,sans-serif;
	font-weight: bold;
	color: #137258;
}

	.box_title a:link, .box_title a:visited, .box_title a:active {
		color: #137258;
		text-decoration: none;
	}
	
	.box_title a:hover {
		text-decoration: underline;
	}

.box_line {

}

	.box_line a:link, .box_line a:visited, .box_line a:active {
		color: #000000;
		text-decoration: none;
	}
	
	.box_line a:hover {
		text-decoration: underline;
	}
	
.page_title {
	font-size: large;
	color: #137258;
	margin-bottom: 10px;
}

.strong_note {
	color: #137258;
	padding: 0 50px;
	font-family: georgia,verdana,arial,sans-serif;
	font-weight: bold;
	text-align: center;
}

	.strong_note em {
		text-decoration: underline;
	}
	
#products a:link, #products a:visited, #products a:active {
	text-decoration: none;
}

	#products a:hover {
		text-decoration: underline;
	}

.quote_form {
	background-color: #ffffff;
	color: #ffffd5;
	margin-bottom: 10px;
	text-indent: 0;
}
	
	.quote_form th {
		background-color: #137258;
		padding: 5px;
		font-size: large;
		text-align: left;
	}

	.form_header {
		background-color: #137258;
		font-weight: bold;
	}
		a.form_header {
			color: #ffffd5;
			font-weight:normal;
		}
			a.form_header:hover{
				
			}
	.form_left {
		width: 200px;
		background-color: #64b9a1;
		text-align: right;
	}
	
	.form_right {
		width: 350px;
		color: #000000;
	}
	
	.form_req {
		color: #712f09;
		font-weight: bold;
	}
	
	.form_comments {
		background-color: #64b9a1;
		text-align: center;
	}
	
	.form_submit {
		text-align: center;
		padding-bottom: 15px;
	}
