.topLevel {
	width: 500px;
	border: 1px solid #D2C94F;
	background-color: #FAF8EB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;    
	margin-left: auto;
    	margin-right: auto;
}
.decription {
	font-size: x-small;
	font-weight: bold;
}
.stage {
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFD984;
	text-align: left;
}
.boldtext {
	font-weight: bold;
}
.bodytext {
	margin-right: 15px;
	margin-left: 15px;
}
.bodytextpop {
	margin: 10px;
	padding: 5px;
	background-color: #fcfcf7;
	border: 1px solid #efe6aa;
	display: none;
}
.stageheader {
	font-weight: bold;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFD984;
}
.note {
	background-color: #BCE0F3;
	margin: 10px;
	padding: 5px;
	border: 1px solid #0066CC;
	text-align: left;
	color: #003366;
}
.underbody {
	background-attachment: fixed;
	background-color: #f7f5d7;
	background-image: url(../images/reverseGradient.gif);
	background-repeat: repeat-x;
}
select {
	width: 460px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #fcfcf7;
	background-color: #4180a2;
	background-attachment: fixed;
	background-image: url(../images/buttonBlu.gif);
	background-repeat: repeat-x;
}
.codebold {
	font-family: Courier, "Courier New";
	font-weight: bold;
}
.codeboldred {
	font-family: Courier, "Courier New";
	font-weight: bold;
	color: #ff3300;
}

a.errmsg {
	color: #333333;
}
a.errmsg:link {
	color: #666666;
}
a.errmsg:visited {
	color: #777733;
}
a.errmsg:hover {
	color: #fcfcf7;
	background-attachment: fixed;
	background-color: #4180a2;
	background-image: url(../images/buttonBlu.gif);
	background-repeat: repeat-x;
	border: 1px solid #225773;
	text-decoration: none;
}
#outerframe {
	line-height: 180%;
	font-weight: bold;
	text-decoration: none;
}

