* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color: #e7f7de;
	margin: 0px;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	color: #37702c;
	margin-top: 1px;
}

DIV#header {
}

DIV#printheader {
	display: none;
}

TABLE {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 1em;
}

DIV#container {
	margin-left: auto;
	margin-right: auto;
	width: 891px;
	text-align: left;
}

DIV#navBlock {
	background: URL(images/nav_background.gif) no-repeat #58b947;
	width: 891px;
	height: 31px;
	overflow: hidden;
	border-bottom: 1px solid white;
}
DIV#navContents {
	margin-left: 33px;
	margin-top: 6px;
	margin-right: 33px;
	color: White;
}
DIV#navContact {
	float: right;
}

DIV#copyHead {
	background: URL(images/page_top.gif) no-repeat;
	width: 891px;
	height: 20px;
	overflow: hidden;
}
DIV#contents {
	background: URL(images/page_background.gif) repeat-y;
	padding-left:33px;
	padding-right: 33px;
	line-height: 150%;
}
DIV#copyFoot {
	background: URL(images/page_bottom.gif) no-repeat;
	width: 891px;
	height: 12px;
	overflow: hidden;	
}

DIV.photoholder {
	background: URL(images/photoholder_background.gif) no-repeat;
	width: 832px;
	height: 212px;
	overflow: hidden;
	margin-bottom: 1em;
	position: relative;
}
DIV.photos123 {
	padding-left: 3px;
	padding-top: 3px;
}
DIV.overlay {
	position: relative;
	top: -209px; /* FF 2 + Chrome + Safari + Opera*/
	_top: -213px; /* IE 7 */
}

DIV.flyout {
	float: right;
	width: 180px;
	padding: 8px;
	border: 1px solid green;
	background-color: #e7f7de;
	margin-left: 20px;
}

DIV#footer {
	margin-top: 2em;
	margin-bottom: 2em;
}

DIV#navBlock A {
	color: white;
	text-decoration:none;
}
DIV#navBlock A:hover {
	color: black;
	text-decoration:none;
	background-color: transparent;
}

DIV#footer A {
	color: #37702c;
	text-decoration:none;
}
DIV#footer A:hover {
	color: black;
	text-decoration:underline;
	background-color: transparent;
}

H1 {
	margin-bottom: 0;
	font-size: 1em;
}

H2 {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 5px;
}

H2 A, H2 A:visited {
	color: #37702c;
}
H2 A:hover {
	color: White;
	text-decoration: none;
}

H3 {
	font-size: 1.1em;
	color: red;
	margin-bottom: 1em;
}

P, FORM {
	margin-bottom: 1em;
}

P#copynomargin {
	margin-bottom: 0;
}

TD {
	vertical-align: top;
}

TABLE.prices TD {
	padding: 5px;
}

IMG {
	border: 0;
}

UL {
	margin-left: 3em;
	margin-bottom: 1em;
	list-style-type : circle;
}

HR {
	color: green;
	height: 1px;
	background-color: green;
	border: 0;
	margin-bottom: 1em;
}

DIV.flyout UL {
	margin-left: 2em;
}

A:link, A:active, A:visited  { 
	text-decoration: underline ; 
	color: Black; 
}
A:hover   { 
	text-decoration: none ; 
	color: white;
	background-color: #37702c;
}

