body {
	font: 12px Arial, sans-serif;
	line-height: 20px;
	background-color: #525254;
	background-image: url(/images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#fixed-width {
	position: relative;
	min-width: 800px;
	width: 80em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
}

.accessibility,
hr {
	display: none;
}

/* HEADER */

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 120px;		/* IMAGE */
	width: 100%;
}

#header .logo a{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 345px;		/* IMAGE */
	height: 70px;		/* IMAGE */
	background-image: url(/images/logo-trans-250.gif);
	background-repeat: no-repeat;	
	cursor: hand;
}

#header .logo span {
	display: none;
}

#header ul {
	position: absolute;
	right: 0.5em;
	bottom: 5px;
	font-size: 1.3em;
}

#header li {

}

#header li a {
	text-decoration: none;
	color: #EE492B;
	font-weight: bold;
}

#header li a.active {
	color: #525254;
}

#header li a.selected {
	color: #525254;
}

#header li a:hover {
	color: #525254;
}

/* FOOTER */

#footer {
	color: white;
	text-align: center;
	padding-top: 1em;
}

#footer ul {
}

#footer ul li {
	display: inline;
	border-right: solid 1px;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

#footer ul li.last {
	border-right: none;	
}

#footer ul li a {
	color: white;	
	font-size: 1.2em;
	text-decoration: none;
}

#footer ul li a:hover {
	border-bottom: dotted 1px
}

/* BODY */

#content {
	position: relative;
	background: white;
	border-color: #59595B;
	border-style: solid;
	border-top: solid 1px #A8AA9D;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 3em;
	color: #525254;
}

#content-left {
	position: relative;
	width: 75%;
}

#content-left a {
	color: #525254;
}

#content-right a {
	color: white;
}

#content-right {
	position: absolute;
	top: 3.5em;
	right: 2.5em;
	width: 17em;
	min-width: 170px;
        color: white;
        background: #525254;
	padding: 0.5em;

}

#content .blurb {
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom: 0.9em;
}

#content .fatlist li {
	font-size: 1.3em;
	background-image: url(/images/fat-bullet.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 40px;	/* IMAGE */
	min-height: 30px;
	height:auto !important;
	height: 30px;
	margin-bottom: 1em;
}

#content .fatlist li em {
	color: #525254;
	font-size: 1.3em;
	}