/* Don Foster stylesheet for redirects */

body {
	margin: 0;  	padding: 0;  border: 0;

	font-family: Arial, helvetica, sans-serif;
	/* Lucida Sans, Verdana, Lucida Sans Unicode,   verdana, arial, */
	font-size: 62.5%;
	color: black;

	background-color: white;
}

a {  color: black; font-weight: bolder; text-decoration: none }
a:visited { color: #5E4F24; text-decoration: none;}
a:hover { color: #FFE38E; text-decoration: underline; }

.minor { color: #69613D; }

#main {
	padding-top: 200px;
	text-align: center;
	font-size: 1.1em;
}

#redirect {
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/siteelements/redirect_bg.gif);
	background-repeat: repeat-y;
	
	overflow: auto;
	width: 504px;
}

#donshead { float: left; margin-right: 10px; }
#redirect_text { width: 380px; height: 140px; float: left; }

#redirect_progress_bar { margin-top: 6px; margin-bottom: 6px; margin-left: 60px; }


