body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

td, th {
    text-align: left;
	vertical-align: top;
	padding: .2em;
}

form {
    margin: 0px;
}

sup, sub {
    font-size: 80%;
}

a {
    color: #B3461B /*0077B3*/;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    line-height: 1.3;
	font-size: 90%;
	color: #141A08;
	background: #7B8C54 url(content-bg-1x1.gif) repeat-y 188px 90px;
}

#banner {
    position: relative;
	height: 83px;
    background: #DBE3C9;
	border-bottom: 7px solid #3A4D0F;
}

#logo {
    position: absolute;
	top: 7px;
	left: 8px;
}

#tagLine {
    position: absolute;
	left: 188px;
	top: 2px;
    color: #687A40;
	font-size: 14pt;
	font-style: italic;
}

#searchBox {
    position: absolute;
	/* Workaround for IE: With a bottom position of 0px, IE leaves a 1px border on the bottom.
	   But if we use -1px and add a 1px border, we get flush alignment--sans border--in both
	   browsers. Must be a roundoff bug. */
	bottom: -1px;
	border-bottom: 1px solid #3A4D0F;
	right: 0px;
	margin: 0px;
	padding: 9px 13px 0px 40px;
    background: #3A4D0F url(quarter-round-green.gif) no-repeat left top;
	color: #FBFFF2;
}

#searchBox input.text {
    background: #FBFFF2;
	color: #141A08;
}

#menu {
    position: absolute;
	top: 93px;
	left: 0px;
	width: 188px;
}

#menu a {
    color: #FBFFF2;
	text-decoration: none;
}

#menu a:hover {
    color: #FFB699;
    text-decoration: underline;
}

#menu ul {
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}

#menu ul li {
    margin: 0em;
    padding: .5em 8px .8em 20px;
	background: transparent url(square-bullet-5x5.gif) no-repeat 8px 1em;
	border-bottom: 1px solid #FBFFF2;
}

#menu ul ul {
    list-style-type: none;
	margin: .2em 0em 0em 0em;
	font-size: 90%;
}

#menu ul ul li {
    padding: 0em 8px 0em 0px;
	background: transparent;
	border-bottom: 0px;
}

#contentWrapper {
    position: relative;
    margin: 0em 0em 0em 188px;
}

#hidden {
    display: none;
}

#float {
    float: right;
	margin: 0px 0px 10px 10px;
}

#content {
    padding: 1em 13px 2em 13px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #28330F /*#3A4D0F*/;
}

h1 {
    margin-top: 0em;
	font-size: 160%;
}

h2 {
    font-size: 140%;
}

dl.twoColumn dt {
    float: left;
	clear: left;
	width: 10em;
	margin: 0em;
	font-weight: bold;
}

dl.twoColumn dd {
    margin: 1em 0em 1em 11em;
}

.small {
    font-size: 80%;
}

table.scenario {
    border-collapse: collapse;
	border: 1px solid black;
}
table.scenario td, table.scenario th {
    border: 1px solid black;
}

table.scenario td p, table.scenario th p {
	margin: 0px;
}
