body {
	background: #fff;
	text-align: center;
	font-family: Georgia;
	}
	
#wrap {
	width: 800px;
	margin: 4px auto 20px auto;
	text-align: left;
	}
	
.return { clear: both; }
	
.inside { margin: 10px; }
	
.micro { font-size: 10px;} 
	
/* header styles */
	
#header {
	display: none;
	}
	
/* nav styles */
	
#nav {
	width: 150px;
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0;
	}
	
/* lurvey's logo */

#lurveyLogo {
	height: 140px;
	margin-right: 10px;
	}
	
#lurveyLogo .lurveys {
	display: block;
	visibility: hidden;
	}
	
/* menu styles */
/* colors are on indiv. style sheets */
	
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #954205;
	}

#menu {
	margin-top: 5px;
	margin-left: 0;
	width: 9em;
	}
#menu dt {
	cursor: pointer;
	margin: 2px 0;
	height: 18px;
	line-height: 18px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	background: #e9dbad;
	}
#menu dd {
	font-size: 10px;
	}
#menu li {
	text-align: left;
	padding-left: 8px;
	background: #e9dbad;
	}
#menu li a, #menu dt a {
	color: #954205;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	}

#menu li a:hover, #menu dt a:hover {
	background: #e9dbad;
	color: blue;
	}
	
#menu li a.white, #menu dt a.white { color: #fff; }
#menu li a.tan, #menu dt a.tan { color: #ccae74;}
#menu li a.brown, #menu dt a.brown { color: #954205;}
#menu li a.darkBrown, #menu dt a.darkBrown { color: #652F00;}
#menu li a.gray, #menu dt a.gray { color: #003645;}
#menu li a.lightGray, #menu dt a.lightGray { color: #796F61;}
#menu li a.blueGray, #menu dt a.blueGray { color: #536465;}
#menu li a.green, #menu dt a.green { color: #6a8a22;}

	
/* global styles */
.centered { text-align: center; }
.left { text-align: left; }
.underline { text-decoration: underline; }
.caps { font-variant: small-caps; }
.xlarge { font-size: 120%; }
.large { font-size: 110%; }
.small { font-size: 80%; }

.white { color: #fff; }
.tan { color: #ccae74; }
.brown { color: #954205; }
.darkBrown { color: #652F00; }
.gray { color: #003645; }
.lightGray { color: #bbc9c9; }
.blue { color: #003645; }
.green { color: #6a8a22; }
	
/* content styles */

#content {
	width: 600px;
	margin: 10px 0 10px 160px;
	padding: 0;
	border-left: 1px solid #6a8a22;
	}
	
table#contentTable {
	width: 580px;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
table#contentTable td {
	vertical-align: top;
	}
	
h2 {
	font-size: 18px;
	text-align: center;
	}
	
.contentImgLeft {
	margin-right: 10px;
	}
	
.contentImgRight {
	margin-left: 10px;
	}