body {
	background-color : #FFFFFF;
	background-image : url(images/bg.gif);
	background-repeat : repeat;
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 12px;
	color : #4A4203;
	margin-top : 0px;
	text-align : center;
}

a {
	color : #660000;
	text-decoration : underline;
}

a:visited {
	color : #660000;
	text-decoration : underline;
}

a:hover {
	color : #FFFFFF;
	text-decoration : none;
}

a:active {
	color : #FFFFFF;
	text-decoration : none;
}

#PageContainer {
	width : 800px;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
}

#Header {
	height : 125px;
	width : 800px;
	text-align : center;
	background-image : url(images/header.png);
	background-repeat : no-repeat;
}

* html #Header {
	height : 125px;
	width : 800px;
	text-align : center;
	background-image : url(images/header.gif);
	background-repeat : no-repeat;
}

#Menu {
	height : 50px;
	width : 800px;
	text-align : center;
	background-color : #CBDD77;
	border-top : 1px solid #51500D;
	border-bottom : 2px solid #94A054;
}

#Menu ul {
	display : block;
	padding : 0;
	margin : 0;
	float : left;
}

#Menu li {
	display : block;
	list-style : none;
	height : 50px;
	float : left;
	padding-left : 24px;
	padding-right : 24px;
	/*border : 1px solid;*/
}

a.menu {
	height : 50px;
	line-height : 50px;
	color : #4A4203;
	text-decoration : none;
}

a.menu:visited {
	color : #4A4203;
	text-decoration : none;
}

a.menu:hover {
	color : #FFFFFF;
	text-decoration : underline;
}

a.menu:active {
	color : #FFFFFF;
	text-decoration : underline;
}

#ContentMain {
	width : 800px;
	background-color : #DAE7A1;
}

#Text {
	padding : 2px 25px 25px 25px;
	line-height : 15px;
}

h1 {
	font-size : 14px;
	color : #4A4203;
	font-weight : normal;
}

#Testimonials {
	width : 225px;
	color : #4A4203;
	border : 1px solid #FFFFFF;
	padding : 10px;
	font-style : italic;
	font-weight : bold;
	line-height : 19px;
}

.step { 
	color: #29A092; 
	margin-top: 2em;
 }

em { 
	color: #888; 
}

p.error { 
	color: red; 
}

input.textfield, textarea { 
	border: 1px solid #29A092; 
	font-size: 9pt; 
}

dt { 
	text-align: left; 
}

dl.details dt { 
	float: left; 
	width: 140px; 
	line-height: 1.6em; 
}

dl.details dd { 
	margin: 0px 0px 5px 140px; 
}

dl.short-checkboxes dt { 
	float: left; 
	width: 170px; 
	line-height: 1.6em; 
}

dl.short-checkboxes dd { 
	margin: 0px 0px 5px 170px;
 }
 
dl.long-descriptions dt { 
	float: left; 
	width: 250px; 
	line-height: 1.4em;
}

dl.long-descriptions dd { 
	margin: 0px 0px 5px 250px; 
}

dl.long-descriptions dt.long, dl.long-descriptions dd.long { 
	height: 3em; 
}

dl.longest-descriptions dt { 
	float: left; 
	width: 280px; 
	line-height: 1.6em; 
}

dl.longest-descriptions dd { 
	margin: 0px 0px 5px 280px; 
}

input.textfield { 
	width: 210px; 
}

textarea { 
	width: 210px; 
	height: 90px; 
}

#Footer {
	color : #4A4203;
	background-color : #C4DE70;
	height : 25px;
	line-height : 23px;
	font-size : 10px;
	border-top : 2px solid #94A054;
	border-bottom : 1px solid #51500D;
	padding-left : 25px;
}

a.footer {
	color : #FFFFFF;
	text-decoration : none;
}

a.footer:visited {
	color : #FFFFFF;
	text-decoration : none;
}

a.footer:hover {
	color : #94A054;
	text-decoration : underline;
}

a.footer:active {
	color : #94A054;
	text-decoration : underline;
}