/*progress page*/
* { behavior: url(iepngfix.htc); }

#progresswrapper {
	margin-top: 5em;
	margin-right: 20%;
	margin-left: 20%;
	font-size: 18px;
	width: 60%;
}
#progresslogo img {
	height: 168px;
	width: 200px;
	margin-top: 1em;
}
#progresslogo {
	text-align: center;
}
#progressmain {
	border: 3px solid #663333;
	text-align: center;
	background-color: inherit;
	background-image: url(images/parchmentbg.png);
	background-repeat: repeat-y;
}

#progressmap {
	border: 3px solid #663333;
	text-align: center;
	background-color: #B5A374;
}
#progressmap img {
	margin-top: 1em;
	border: 4px ridge #330000;
	width: 95%;
	margin-bottom: 1em;
}
.progress {
	text-align: center;
	display: block;
}
#progressmap .return {
	margin-top: 1em;
	display: block;
}

a { text-decoration: none;}

a:link {
	color: #333300;
	background-color: inherit;
}
a:hover {
	color: #660000;
	background-color: inherit;
}
a:active {
	color: #660000;
	background-color: inherit;
}
a:visited {
	color: #333300;
	background-color: inherit;
}

body {
	background-color: #3A372C;
	color: #3A372C;
	font-family: "Clearface Gothic LT Std", Arial, sans-serif;
}

