/*CSS for printed version of accessible web template */

/*CSS for accessible web template */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, ul, ol, table, legend
{
	font-size:0.8em;
	list-style-position:inside;
}

a:link
{
	color:#000;
	text-decoration:underline;
}

a:visited
{
	color:#000;
	text-decoration:underline;
}

a:hover
{
	color:#000;
	text-decoration:underline;
}

a:active
{
	color:#000;
	text-decoration:underline;
}

h1
{
	width:100%;
	font-size:1.3em;
	font-weight:bold;
	text-align:right;
	border-bottom:1px solid;
}

h2
{
	font-size:1em;
	font-weight:bold;
}

h3
{
	font-size:0.8em;
	font-weight:bold;
}

h4, h5, h6
{
	font-size:0.8em;
	font-style:italic;
	font-weight:normal;
}

/*---------- List Styles ----------*/

ul li ul
{
	font-size:1em;
}

ol li ol
{
	font-size:1em;
}


ol li ul
{
	font-size:1em;
}

ul li ol
{
	font-size:1em;
}

ol
{
	list-style-type:decimal;
}

ol li ol
{
	list-style-type:upper-alpha;
}

ol li ol li ol
{
	list-style-type:upper-roman;
}

/*---------- Table ----------*/

table
{
	width:100%;
}

caption
{
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
}

th
{
	font-weight:bold;
	padding:0.2em;
}

td
{
	padding:0.2em;
}

/*These two classes are applied automatically by javascript*/

th[scope=col]
{
	text-align:left;
	border-bottom: 1px solid #5b1400;
}

th[scope=row]
{
	text-align:right;
	padding-right:0.5em;
	border-right: 1px solid #5b1400;
}

/*---------- Forms ----------*/

/*input[type=text]
{
    width:25em;
}*/
/*---------- Header ----------*/

#skipnav
{
	display:none;
}

#seek
{
	display:none;
}

#bannerLinks
{
	display:none;
}

/* ---------- Main Body ---------- */

#imageContainer
{
	display:none;
}

#bodyTextWrapper
{
	padding:1em;
}

/* ---------- Navigation ---------- */

#nav
{
	display:none;
}

/* ---------- Footer ---------- */

#footer
{
	bottom:0;
	padding-top:0.5em;
	border-top-style:solid;
	border-top-color:#5b1400;
	border-top-width:1px;
}

#footerImage
{
	display:none;
}

#footerText
{
	padding-left:3em;
	font-size:0.8em;
}

/* ---------- News ---------- */

#news
{
	display:none;
}