body {
	padding: 0px;
	margin: 0px;
}
#logo {
	background-color: #AFC9F5;
}
#topbar {
	background-color: #5590F5;
	color: #FFFFFF;
	height: 23px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 0px 10px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
}
#leftbar {
	background-image: url(leftbar.png);
	width: 180px;
	vertical-align: top;
    padding-top: 10px;
}
#leftbar a {
    color: #000000;
    text-decoration: none;
}
#leftbar a:hover {
    color: #000000;
    text-decoration: underline;
}
#leftbar table {
    font-family: "Lucida Grande", Arial, sans-serif;
    border: 1px solid black;
    margin: 0px 23px 10px 23px;
    width: 130px;
}
#leftbar th {
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    background-color: #5590F5;
	color: #FFFFFF;
    border-bottom: 1px solid black;
	padding: 3px;
}
#leftbar td {
    font-size: 11px;
    background-color: #AFC9F5;
	padding: 3px;
}
#leftbar ul {
    margin: 0px 0px 2px 0px;
    padding: 0px;
}

#leftbar li {
    margin: 0px 0px 0px 23px;
    padding: 0px;
}
#body {
	vertical-align: top;
}
#body h1 {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 10px 10px 10px;
}
#body h2 {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0px 10px 10px 25px;
}
#body p {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 11px;
    text-align: justify;
    margin: 0px 10px 10px 25px;
}
#body pre {
    font-family: Courier, "Courier New", monospace;
    font-size: 12px;
    margin: 0px 10px 10px 25px;
}
#body code {
    font-family: Courier, "Courier New", monospace;
}
#body sup {
    font-size: 9px;
}
#body a {
    color: #0000CC;
    text-decoration: underline;
}
#body table {
    border: 1px solid black;
    margin: 10px 10px 10px 25px;
}
#body th {
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    height: 20px;
    background-color: #5590F5;
	color: white;
    border-bottom: 1px solid black;
}
#body td {
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #AFC9F5;
}
#bottombar {
	background-color: #5590F5;
	height: 23px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#foot {
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #CCCCCC;
    height: 48px;
    padding: 0px 10px;
	vertical-align: center;
}
#foot a {
    color: #0000CC;
    text-decoration: none;
}
#foot a:hover {
    color: #0000CC;
    text-decoration: underline;
}
.tblbotbrdr {
    border-bottom: 1px solid black;
}
