﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000;
	background-color: #67b;
}
#container {
	width: 40em;
	margin: 0 auto;
	background-color: #006600;
}
#masthead {
	text-align: right;
	width: 39.35em;
	overflow: auto;
	background-color: #FFFFFF;
}
#sidebar {
	float: left;
	width: 10em;
	background-color: #006A00;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 27.65em;
	padding: 1.0em 1.25em 1.15em 1.15em;
	overflow: auto;
	background-color: #FDF5E6;
	margin: 0em 0em 0em 0em;
	position: relative;
}
#content img {
	display: block;
}
#content ol {
	margin: 15px 15px 15px 0px;
	padding-left: 15px;
}
#content ul {
	margin: -0.5em 15px 15px 0em;
	padding-left: 15px;
	padding-top: 0em;
}
#footer {
	clear: both;
	width: 39.35em;
	background-color: #FFFFFF;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
h2 {
	margin: 0 0 -0.8em 0;
}
h3 {
	margin: 1.5em 0 -1.0em 0;
}
h4 {
	margin: 1.25em 0 -1.0em 0;
}
.tableBorderCollapse {
	border-collapse: collapse;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px none #cdf;
}
#sidebar a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border-bottom: 0 px #f9f9f9 solid;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
	border-bottom-style: none;
}
#sidebar a:active {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #FDF5E6;
	border-bottom-style: none;
	border-bottom-color: #FDF5E6;
}

/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_emphasize {
	font-style: italic;
}
.flushlist {
	padding-left: 15px;
	margin-left: 0px;
	background-color: #FDF5E6;
}
.tableheading {
	font-style: italic;
}
.style_jumpcolor {
	color: #0044BB;
}
.style_headingtop {
	margin-top: 0.0em;
	padding-top:0.0em;
}