body {
	text-align: center;
}

#main {
	text-align: left;
}

body {
	font-family: arial, verdana, trebuchet ms, tahoma;
	font-size: 82%;
}

#main {
	position: relative;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

p {
	text-align: justify;
}

.figure .title {
	text-align: center;
}

.figure {
	text-align: center;
}

.table p.title {
	text-align: center;
}

.table td {
	vertical-align: top;
}

.table {
	text-align: center;
}

div.table>table {
	margin-left: auto;
	margin-right: auto;
}

.orderedlist, .remark, div.sect1>p, div.sect2>p, ul {
	margin-left: 30px;
	margin-right: 30px;
}

.programlisting {
	padding-top: 8px;
	padding-left: 60px;
	padding-right: 8px;
	padding-bottom: 8px;
	border: 1px solid #FFA500;
	background: #ffeb96;
}


.sidebar {
	border: 1px solid #e6e6e6;
	background1: #ddd;
	background-color: #EDF7AA;
	padding: 5px;
}

.navheader, .navfooter
{
    background: #557733;
    color: red;
	padding: 5px;
}

.navheader tr, .navfooter tr
{
    color: white;
}

.navheader tr a, .navfooter tr a
{
    color: white;
}

.navheader HR, .navfooter HR
{
    display: none;
}

.menuchoice {
	font-weight: bold;
}

div.table table {
	width: 100%;
	border: 1px solid #FFA500;
    border-collapse: collapse;
	margin-bottom: 10px;
}

div.table table th {
	border: 1px solid #FFA500;
    background: #ffeb96;
    text-align: left;
	padding: 5px;
}

div.table table td {
	border: 1px solid #FFA500;
	padding: 5px;
	text-align: justify;
}

#footer-table {
	width:100%; 
	margin-top: 10px; 
	font-size: 80%;
}

#footer-table-col-left p {
	text-align: left;
}

#footer-table-col-right p {
	text-align: right;
}