html, body { 
	height:100%; 
	background:	#D4D0AA;
}

/* Styles used by main flash application window */

.logo {
	margin-bottom: -25px;
}

#mainApplication {
	text-align:center;
	color: #FFF;
	background: url("../images/tiledbackground.jpg") repeat;
	padding:0;
	margin:0;
}

#mainApplication a { color: #FFF; }


#applicationWrapper {
	text-align: center;
	background: url("../images/applicationshadow.png") no-repeat center;
	height: 650px; 	
	padding:0;
	margin:0;
}

/* Styles used by popup windows (help, learn more, etc) */

#popupBody {
	background: url("../images/dtrt_bg.jpg");
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	font-size : 10pt; 
	text-align: center;
}

#popupContent {
	border: 4px solid #5A1300;
	background: #4D4D4D;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	width: 95%;
	color: #FFF;
}

#popupContent a {
	color: #FFE900;
}

#popupContent a:hover {
	text-decoration: none;
}

#popupMenu {
	margin: 0px auto 0px auto;
	padding: 0;
	text-align: left;
	width: 95%;
}

#popupMenu table {
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	font-size : 10pt; 
	margin: 0px;
	padding: 0px;
}

#popupMenu .tabSelected {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	background: #5A1300;
	margin: 0 auto;
	padding: 5px;
	padding-bottom: 5px;
}

#popupMenu .tab {
	padding: 5px;
	padding-bottom: 5px;
	background: #8B3600;
}

#popupMenu .tab a {
	color: #fff;
	text-decoration: none;
}

#popupHeader {
	margin: 15px 0;
	width: 95%px;
	text-align: right;
}

#Tutorial {
	margin: 0 auto;
}

