html {
	background: #fff;
}

body * {
	margin: 0;
	padding: 0;
}

body {
	font-size: 80%;
	font-family: verdana, "Lucida Grande", helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
}

#header {
    margin: 0 auto 0 auto;
    background: #eaf2f9 url(bg-header.png) repeat-x;
}

#header img {
	width: 250px;
	height: 87px;
}

ul#skip {
	display: none;
}

/* --------------------------------------------
LAYOUT
-------------------------------------------- */

#content {
	color: #000;
	margin-top: 0em;
}

#wrapper {
    margin: 0 auto;
	color: #000;
    background: #fff;
}

/* --------------------------------------------
MAIN NAVIGATION
-------------------------------------------- */

#nav {
	display: none;
}

/* --------------------------------------------
SECTION NAVIGATION
-------------------------------------------- */

#subnav {
	display: none;
}

/* --------------------------------------------
FOOTER
-------------------------------------------- */

#footer {
	display: none;
}

/* --------------------------------------------
TEXT STYLES
-------------------------------------------- */

#content p, #content li, #content dl {
	line-height: 1.6;
}

#content p {
	margin-bottom: 1em;
}

h1 {
	color: #000;
	font-size: 1.4em;
	padding: 1.75em 0 1em 0;
}

h2 {
	font-size: 1.2em;
	padding: 1em 0 0.5em 0;
}

h1 + h2 {
	padding-top: 0;
}

#content h2 {
	color: #000;
}

h3 {
	font-size: 1.1em;
	padding: 1em 0 0.5em 0;
}

#content h3 {
	color: #000;
}

h2 + h3 {
	padding-top: 0;
}

/* Nested lists */
#content ol, #content ul {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}

#content li {
	margin-bottom: 0.5em;
}

#content ol ul {
	list-style-type: square;
}

#content ol ul ul {
	list-style-type: disc;
}

#content ol li h2, #content ol ul h3 {
	margin: 0;
	padding: 0;
}

abbr, acronym {
	border: none;
	text-decoration;
}

/* --------------------------------------------
TABLE-STYLE DEFINITION LISTS
-------------------------------------------- */

dl.tab {
	width: 34.1em;
	margin: 0.5em 0 1em 0;
	padding: 0;
}

dl.tab dt {
	width: 18em;
	float: left;
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #ccc;
	font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dl.tab dt { clear: both; }
/* end hack */

dl.tab dd {
	float: left;
	width: 14em;
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #ccc;
}

dl.tab dt.noborder, dl.tab dd.noborder {
	border-top: none;
}

dl.tab + h2 {
	padding-top: 1em;
}

/* --------------------------------------------
MISC
-------------------------------------------- */

a img {
	border: none;
}

.clearing {
	clear: both;
}

.toppad {
	padding-top: 2em;
}

.structurelabel {
	display: none;
}

/* --------------------------------------------
PROMO FOR MEMBERS AREA
-------------------------------------------- */

#memberspromo {
	display: none;
}

#resources {
	display: none;
}

/* --------------------------------------------
HOME PAGE
-------------------------------------------- */

#intro p {
	font-size: 1.1em;
}

#content p.intro {
	font-weight: bold;
	line-height: 1.7;
	font-size: 1em;
}

#content ul.homelinks {
	display: none;
}

/* CSS3 - valid but may choke W3C validator */

#content a[href^="/"]:after {
    content: " (" attr(href) ") ";
}