body {
	background-color: #ffffff;
	color: #000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	margin:1em;
	padding:1em;
	background-image: url(bonwit.jpg);
	background-attachment: fixed;
	
}
h1, h2, h3, h4, h5, h6 {
	 font-family: Georgia, Georgia, serif;
	  text-align: center;
	  margin-left:auto;
	  margin-right:auto;
	  color: #7a518b;
}
h1 {
	font-size: 140%;
}
h2 {
	 font-size:130%;
	 }
h3 {
	font-size: 120%;
}
h4 {
	font-size: 115%;
}
h5 {
	font-size:110%;
}
h6 {
	font-size:105%;
}
#main {
	width:90%;
	background-color: #8B7AAF;
	padding:2em;
	min-height:1000px;
}
#nav {
	background-image: url(bonwit.jpg);
	background-repeat: repeat;
	width:128px;
	padding:1em;
	margin-right:1em;
	float:left;
}
#nav ul {
	list-style-type:none;
	background-color: #F0FFF0;
	width:70%;
	margin:0;
	padding:1em 0 1em 0;
}
#nav ul li {
	margin:0;
}
#container {
	margin-left: 170px;
	background-image: url(petunias.jpg);
	background-repeat:repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*width:580px;*/
}
#content, #footer {
	color: #000000;
	background-image: url(lilactile.png);
	border: 3px ridge #697c4f;
	padding:0 1em 0 1em;

}
#footer {
	margin:2em 0 0 0;
	text-align: center;
	font-size:80%;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	display:inline;
}
#nav {
	width: 80%;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	background-image: url(bonwit.jpg);
	background-repeat: repeat;
	width:128px;
	padding:1em;
	margin-right:1em;
	float:left;
	}
	#nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		width:95%;
		}
		
	#nav li {
		border-bottom: 1px solid #5F9EA0;
		margin: 0;
		}
	#nav li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #228B22;
		border-right: 10px solid #9932CC;
		background-color: #228B22;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #nav li a {
		width: auto;
		}

	#nav li a:hover {
		border-left: 10px solid #8E7BB2;
		border-right: 10px solid #7F9C6C;
		background-color: #DCD4EA;
		color: #000;
		}
		form label.completed {
	background-image: url(complete.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

form label.completed {
	background-image: url(complete.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	color: #2e8b57;
}

form label.problem, form legend.problem {
	background-image: url(caution.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

form label.problem, form legend.problem {
	background-image: url(caution.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
label {
	display:block;
	width:7em;
	text-align: right;
	margin-right:1em;
	float:left;
}
form br {
	clear:right;
}
fieldset {
	background-color: #fff0f5;
}
legend {
	font-weight:bold;
	background-color:#000;
	color:#fff;
	padding:0 .5em 0 .5em;
	border:2px groove #c0c0c0;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
fieldset ol li {
	margin-left:5em;
}
.thumbnail span{
	background-color: #FFFFE0;
	border: 1px solid #C0C0C0;
	color: #000000;
	left: -1000px;
	padding: 5px;
	position: absolute; /*CSS for enlarged image*/
	text-decoration: none;
	visibility: hidden;
}

.thumbnail span img{
	border-width: 0; /*CSS for enlarged image*/
	padding: 2px;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail:hover span{
	left: 17em; /*position where enlarged image should offset horizontally */
	position: absolute; /*CSS for enlarged image on hover*/
	text-align: left;
	visibility: visible;
	width: 40%;
}
#captcha {
	padding-right: 10px;
}
#captcha ul { list-style-type: none; }
#captcha li { float:left; list-type-style:none; margin-left: 7px;
	}
#captcha label { float:none; width:auto; }
#captach li div { height: 55px;
	 }

#captchadiv {
	height: 55px;
	margin-left: 7em;
}

#captchadiv br {
	clear: none!important;
}