/* CSS */

html, body {
	background: #952177 url(/images/pagebg.gif) top center repeat-x;
	margin: 0;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #454545;
	line-height: 19px;
}

#header {
	height: 210px;
	overflow: visible;
	width: 918px;
	background: #fff url(/images/headerimage1.jpg) no-repeat 281px 0;
	margin: 0;
	font-size: 11px;
	padding: 0;
}
#headerimagebase {
	background: url(/images/headerimage3.jpg) top left no-repeat;
	height: 31px;
	width: 135px;
	position: absolute;
	top: 250px;
	left: 718px;
}
.header-email {
	background: url(/images/email-icon.gif) left no-repeat;
	padding-left: 35px;
}
#header-logo {
	height: 210px;
	width: 220px;
	margin-left: 13px;
	background: url(/images/logo.gif) top left no-repeat;
}
#header-logo h1 {
	display: none;
}

/* CONTENT */

#promos {
	width: 727px;
	height: 139px;
	margin-left: 35px;
}

#form-table {
	width: 400px;
}

.hidden  {
	display: none;
}

/* accessibility */

#access-buttons {
	width: 250px;
	height: 15px;
	color: #6e2263;
	font-size: 11px;
	padding-left: 33px;
	position: relative;
}
span.access-button {
	display: none;
}

a.access-button:hover span.access-button {
	display: block;
	position: absolute;
	color: #6e2263;
	left: 195px;
	top: 0;
	text-decoration: none;
}

/* FOOTER */

#footer {
	clear: both;
	padding: 0;
	margin: 0 13px;
	height: 35px;
	padding: 0;
	overflow: hidden;
	width: 774px;
	background: #fff;
	color: #000;
}

#footer-left {
	float: left;
	padding: 5px 0 0 20px;
	font-size: 11px;
}
#footer-right {
	float: right;
	padding:  5px 20px 0 0;
	font-size: 11px;
}
#footer a {color: #000; text-decoration: none;}
#footer a:hover {color: #bd1f8b; text-decoration: none;}
#underfooter {
	width: 800px;
	height: 16px;
	background: url(/images/underfooter.gif) top left no-repeat;
}
