/* evilbrowser.css - template for printing and for css impaired browsers */
/* Marcus Williams */
/* 7 Mar 2003 */
/* No margins or padding on main body */

#browserupgrade { display: none; }

html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	background-color: #EEEEDE;
	background-image: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#contents {
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: x-small;
	line-height: 1.4em;
	padding-left: 20px;
	padding-right: 20px;
}

#contents .callouts { display: none;
}

#contents .corner { display: none;
}

#contents .pl {
	padding-left: 25px;
}

#contents .pr {
	padding-right: 25px;
}

#contents a:link, #contents a:visited {
	color: #1063A9; /*this was #3398cc, too hard to read. Now the darker blue from logo */
	font-weight: bold;
	text-decoration: none;
}

#contents a:hover {
	text-decoration: underline;
}

#contents h1 {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: medium;
}

#contents h2 {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: small;
}

#contents h3, #contents td {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: x-small;
}

#contents img {
	margin: 5px 10px 5px 0px; /*top, right, bottom, left*/
}

/* Top navigation bar */
#header {
}

#issue td {
	vertical-align: top;
}

#leader {
	display: none;
}

#leftnav {
	clear: left; /* background-color: #3398cc; */
	color: #000000; /* #e6f9ff; */
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	padding: 0px 10px 10px 10px;
}

#leftnav .selected {
	color: #660000;
}

#leftnav a {
	color: #1063A9;
	text-decoration: none;
}

#legal {
	color: #000000;
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: x-small;
	margin: 0;
	padding: 3px;
}

#legal a {
	color: #1063A9;
	text-decoration: none;
}

#legal a:link {
}

#legal a:visited {
}

#legal a:hover, #topnav a:hover, #leftnav a:hover {
	color: #660000;
}

#main, #spacer {
	clear: both; /*position: relative;*/
}

#rightnav, #cornerbottom, #icon, #corpnav, #toolbar, #title {
	display: none;
}

#toolbar img, #contents .callout img {
	border: none;
}

#topnav {
	padding: 10px 10px 0px 10px;
}

#topnav .selected {
	font-size: medium;
   color: #660000;
}

#topnav a {
	color: #1063A9;
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}
