body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #3D546B;
	font-size: .8em;
	line-height: 1.2em;
}

#container {
	width:760px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 1px solid #000;
	background: #FFFFFF;
}

#header {
	margin: 0px;
	padding: 0px;
}

#nav {
	width: 760px;
	border-top: 2px solid #D6DCBE;
	border-bottom: 2px solid #D6DCBE;
	background: #D6DCBE; 
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	background: #D6DCBE;
}

#nav ul li {
	display:inline;
}

#nav a {
	padding: 5px 10px;
	float: left;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: .95em;
	border-right: 1px solid #D6DCBE;
	border-left: 1px solid #D6DCBE;
}

#nav ul li a:hover {
	border-right: 1px solid #EBEEDF;
	border-left: 1px solid #EBEEDF;
	background-color: #EBEEDF;
}

#current {
	background: #A9BDCD;
}

#titlecont {
	margin: 0px;
	padding: 0px;
	background-color: #D1DBE4;
	height: 37px;
}

#titlecont h1 {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	padding: 10px 0px 5px 20px;
	margin: 0px;
}

.spacer {
	clear:both;
}

#content {
	margin: 0px;
	padding: 0px 0px 30px;
}

#progress {
	float: right;
	width: 150px;
	text-align: center;
	font-size: .85em;
	margin-top: 12px;
	margin-right: 10px;
}

#progresscont {
	background: #D1DBE4;
	height: 30px;
	margin: 0;
	padding: 0px;
}

#progressbottom {
	background: #D1DBE4;
	width:150px;
	text-align: center;
	font-size: .85em;
	margin-top: 5px;
	margin-right: 10px;
	float:right;
}

#back {
	float: left;
}
#next {
	float: right;
}
#back2 {
	float: left;
}
#next2 {
	float: right;
}

#content h2 {
	margin: 0px 0px 0px 60px;
	padding-top: 20px;
	font: bold 1.3em Georgia, "Times New Roman", Times, serif;
}

#content h3 {
	margin: 0px 0px 0px 60px;
	padding-top: 20px;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
}

#content p {
	line-height: 1.5em;
	padding: 0px;
	margin: 10px 40px 10px 80px;
}

#content table {
	width: 85%;
	margin: 10px 20px 10px 80px;
	background-color: #D1DBE4;
	border: 1px solid #536A35;
}

#content div.nostyle table {
	width: 85%;
	margin: 10px 20px 10px 80px;
	background-color: #fff;
	border: none;
}

#content div.question table, #content div.projectbox table {
	width: 95%;
	margin: 10px 10px 10px 15px;
	background-color: #D1DBE4;
	border: 1px solid #536A35;
}

#content table td {
	border: 1px solid #536A35;
	font-size: .85em;
	padding: 5px;
	margin: 5px;
}

div.projectbox table td {
	border: 1px solid #536A35;
	font-size: .95em;
	padding: 5px;
	margin: 5px;
}

#content div.question table td {
	border: 1px solid #536A35;
	font-size: .85em;
	padding: 5px;
	margin: 5px;
}

#content div.nostyle table td {
	border: none;
	font-size: .9em;
	padding: 5px;
	margin: 5px;
}

#content table th {
	font-weight: bold;
	border: 1px solid #536A35;
	font-size: .85em;
	padding: 5px;
	margin: 5px;
}

#content div.projectbox th {
	font-weight: bold;
	border: 1px solid #536A35;
	font-size: .9em;
	padding: 5px;
	margin: 5px;
}

#content span.highlight {
	background: #ffd964;
}

#content span.bluetext {
	color: #254a70;
	font-weight: bold;
}

#footer {
	background: #6284A6;
	border-top: 2px solid #999966;
	font-size: .8em;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 2px 0px;
}

#footer a:link, #footer a:visited {
	color: #000;
}

#content a:link, #content a:visited, .popup a:link, .popup a:visited {
	color: #254a70;
}

#content a:hover, .popup a:hover {
	color: #919160;
}

#img {
	margin: 20px 30px 20px 80px;
}

.hidden {
	visibility: hidden;
}

#content ul {
	margin-left: 80px;
	margin-right: 80px;
}

#content ul li {
	line-height: 1.2em;
	margin-bottom: 10px;
}

#content table ul {
	margin: 10px 5px 15px 0px;
}

#content table ul li {
	line-height: 1.3em;
}

#content ul.nobullet {
	line-height: 1.2em;
	margin-bottom: 10px;
	list-style: none;
}

#content ol {
	margin-left: 80px;
	margin-right: 80px;
}

#content ol li {
	margin-bottom: 10px;
	line-height: 1.5em;
}

#content .tipbox {
	background: #dae3bb;
	margin: 30px 20px 10px 70px;
	border: 1px solid #000;
	padding:5px;
}

#content .holisticbox {
	background: #dae3bb;
	margin: 20px 10px 10px 80px;
	width: 30%;
	border: 1px solid #000;
	padding: 2px;
}

#content .holisticbox p {
	font-weight: bold;
	text-align: center;
	font-size: .9em;
	line-height: 1.1em;
	padding: 5px 0px;
	margin: 0px;
}

#content .holisticbox a:link {
	color: #000;
	text-decoration: none;
}

#content .tipbox p {
	line-height: 1.5em;
	padding: 0px;
	margin: 0px 10px 5px 10px;
}

#content .projectbox {
	background: #b1c4d1;
	margin: 30px 20px 20px 70px;
	border: 1px solid #000;
	padding:0px;
}

#content .projectbox h1, .tipbox h1 {
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px;
	background: #D1DBE4;
	border-bottom: 1px solid #000;
	margin: 0px;
}

#content .projectbox p {
	line-height: 1.5em;
	padding: 0px;
	margin: 10px;
}

#content .question {
	background: #EBEBD8;
	position: relative;
	border: 1px solid #2b2613;
	margin: 20px 20px 20px 70px;
}

#content .question p {
	margin: 0px;
	padding: 5px;
}

#content .question p label{
	margin-left:20px;
}

.feedback {
	background: #D6DCBE;
	border-top: 1px solid #2b2613;
	border-right: 4px solid #E8E2CA;
	border-bottom: 1px solid #E8E2CA;
	border-left: 4px solid #E8E2CA;
	margin-top: 10px;
	position: relative;
}

#content .feedback p {
	margin: 0px;
	padding: 5px 5px 5px 10px;
}

.bignumber {
	color: #2b2613;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
}

.popup {
	background-color: #dae3bb;
	padding: 10px;
	height: auto;
	width: 450px;
	border: 2px solid #536A35;
	position: absolute;
	z-index: 1;
	left: 100px;
	top: 175px;
	visibility: hidden;
}

.popup ul {
	margin-left: 30px;
	margin-right: 30px;
}


