html { }
body { font-family: 'Pontano Sans', sans-serif;
	height: 100%;
	width: 100%; }
h1 { display: none; }
h2 { color: #28903B;
	font-size: 32px;
	font-weight: bold;
	float: left;}
h3 { color: #28903B;
	font-weight: bold;
	font-size: 30px;
	margin: 15px 0 0 80px;}
h4 { color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 3px; }
p { color: #28903B;
	margin: 15px 5px 5px 10px;
	font-size: 16px; 
	line-height: 24px;}
p:first-letter { margin-left: 25px; }

a:link, a:visited { text-decoration: none;
	color: #28903B; }
a:hover, a:active { text-decoration: none; }
.clear { clear: both; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.rightMarg { margin-right: 15px; }
.emphasis { font-weight: bold;
	font-size: 18px; }
.small { font-size: 12px; }	
	
#footRelocate { position: relative;
	top: -450px;
	left: 150px; }

#container { width: 900px; 
	height: 100%; 
	min-height: 700px; 
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 10px; }
#header { height: 35px;
	/*background-color: #28903B; */
	border-bottom: 5px solid #28903B; }
#headMiddler { width: 800px;
	margin: 8px auto 0 auto; }
	#headMiddler p {display: inline;
		color: #28903B;
		margin: 15px 0 0 25px;
		line-height: 18px;}
#leftCol { width: 525px;
	float: left; }
#rightCol {	margin-left: 550px; }
#footer { clear: both;
	background-color: #28903B;
	background-image: url('images/bottom.gif');
	background-repeat: repeat-x;
	min-height: 190px;}
	#footer a:link, #footer a:visited { color: #FFF;
		text-decoration: none;
		font-size: 16px; }
	#footer a:hover, #footer a:active { text-decoration: underline; }

	/*Images*/
#product_img { margin-left: 10px; }
#logo {
	position: relative;
	top: -45px;
	float: left;
	width: 290px;
	height: 173px;
	background-image: url('images/logo.png');}
.footBlurb { width: 390px; 
	float: left;
	padding-top: 25px;
	text-align: center;
	font-size: 12px;
	margin: 10px;
	color: #FFF; }
	.footBlurb p { color: #FFF;
		line-height: 16px; }
#blurbMiddler { width: 1110px;
	margin: 0 auto; }
	
table { background-color: #28903B;
	width: 275px;
	padding: 10px;
	border-radius: 10px;
	}
tr { margin-top: 10px; }
td { padding: 5px 5px 2px 10px;}