body {
	margin: 0px 0px 20px 20px;
	padding: 0px;
	text-align: center;
	background-color: #eeeeee;
}

#content {
	width: 850px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	border: 1px solid #d5d5d5;
	background-color: white;
}

.heading {
	border-bottom: 5px solid #f26522;
	text-align: center;
}

h2 {
	font-family: Georgia, serif;
	text-transform: uppercase;
	text-align: left;
	font-size: 20px;
	color: orange;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
}

h3 {
	font-family: Georgia, serif;
	text-align: left;
	font-size: 14px;
	color: #909090;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.emph {
	text-transform: uppercase;
	font-size: 28px;
	color: blue;
}

.emph span {
	color: blue;
}

.section {
	border-bottom: 1px solid #b0b0b0;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 0px;
}

.toc {
	font-family: Georgia, sans-serif;
	text-align: left;
	font-size: 24px;
	color: gray;
	padding: 16px;
}

.toc span {
	padding-left: 16px;
	font-size:28px;
}

a {
	text-decoration: none;
	color: #0056a7;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #0056a7;
}

a:hover {
	text-decoration: underline;
}

.ban {
	
}

.heading a img,.heading a:active img,.heading a:visited img,.heading a:hover img
	{
	border-style: none;
}

table {
	table-layout: auto;
	width: 100%;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 20px;
}

td {
	border: 0px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	text-decoration: none;
}

li,ul {
	font-family: Verdana, sans-serif;
	text-transform: bold;
	margin-bottom: 5px;
	font-size: 12px;
	text-transform: bold;
	margin-bottom: 5px;
	color: #333333;
}

ol li {
	list-style-type: decimal;
	margin-left: 5px;
}

.logos {
	position: relative;
	left: 10px;
	top: 6px;	
}

.logos img {
	padding-left: 20px;
	}
	

.footer {
	text-align: center;
	font-size: x-small;
	color: #333333;
	padding-bottom: 10px;
}

