/* The basics */
body { font-family: Times, serif; text-align: justify;  background-color: #fef6e6; background-image: url("back.png"); background-position: 0px 0px; background-repeat: no-repeat; background-attachment: fixed; margin: 0px; border: 0px; padding-top: 10px; padding-left: 20%; padding-right: 20%; z-index: 0; }

img { border: 0px; }

ul { list-style-image: url('button_brown.png'); margin-left: 10%; margin-right: 10%; }
li { margin-top: 7px; margin-bottom: 7px; }

table { margin-top: 7px; margin-bottom: 7px; margin-left: 10%; margin-right: 10%; border-spacing: 0px; empty-cells: show; border-style: none; border-collapse: collapse; table-layout: fixed; }

th { text-align: center; background-color: #faead2; color: #d15c0e; padding: 10px; border-style: solid; border-color: #d15c0e; border-width: 1px; }
th.active { background-color: #fef6e6; }

td { text-align: center; padding: 7px; border-style: solid; border-color: #d15c0e; border-width: 1px; }
td.contact { text-align: left; vertical-align: top; }

caption { text-decoration: none; font-style: normal; color: #d15c0e; text-align: center; font-size: 80%; text-align: left; }
div.small { color: #d15c0e; text-align: left; font-size: 80%; text-align: left; }

abbr { text-decoration: none; font-style: normal; }
address { text-decoration: none; font-style: normal; }

/* "Hidden links" for text browsers */
div.lynx { display: none; }


/* the navbar */
div.navbar { position: fixed; top: 5px; left: 0px; width: 16%; padding: 10px; z-index: 1; vertical-align: middle; text-align: left; }


a.navlink:link { color: #0e80cf; text-decoration: none; }
a.navlink:visited { color: #0e80cf; text-decoration: none; }
a.navlink:hover { color: #d15c0e; text-decoration: underline; }

img.nav { margin-right: 5px; }

p.nav { margin-left: 23px; text-indent: -23px; }

span.nav { color: #d15c0e; }

/* text styles */
h1 { font-weight: normal; text-decoration: underline; font-size: 150%; padding: 0px; margin: 0px 0px 18px 0px; }
h2 { font-weight: normal; color: #d15c0e; text-decoration: none; font-size: 85%; padding: 0px; margin: 0px; text-align: center; }
h3 { font-weight: normal; text-decoration: underline; font-size: 100%; margin-bottom: 5px; }


div.center { text-align: center; }

a:link { color: #0e80cf; text-decoration: underline; }
a:visited { color: #095487; text-decoration: underline; }
a:hover { color: #d15c0e; text-decoration: underline; }
a:active { color: #d15c0e; text-decoration: none; }

/* Images set into the text */
img.inleft { float: left; margin-right: 10px; margin-bottom: 10px; }
img.inright { float: right; margin-left: 10px; margin-bottom: 10px; }

div.prev { float: left; }
div.next { float: right; }

div.footer { position: absolute; bottom: 10px; right: 10px; text-align: right; }
