/* CSS basics for not so hot browsers */
/* These get replaced by build.css if the browser understands @import */
/* ------------------------------------------------------- */

	body {
		background-color: #fff;
		background-image: url(../images/upgrade.gif);/*use full url so both ie45mac and nn4 can find it. */
		background-repeat: no-repeat;
		background-position: top center;
		margin: 0;
		padding: 40px 10% 10% 10%; 
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		color:#43576e;
	}
	table, th, td, input, select, textarea, code {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 1em;
		}
	h1, h2, h3 {
		line-height:1.4;
		font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "helvetica", Verdana, Arial, sans-serif;
		}
	.skip-link {
		margin:0;
		}
	.skip-link a {
		display: block;
		color:#fff;
		padding:0.5em;
		text-decoration:none;
		border: 2px dashed #ccc;
		background:#4f331d;
		position:absolute;
		left:-9999em;
		top:-9999em;
		}
	.skip-link a:focus {
		left:0;
		top:0;
		}
