/*
 * Combined style sheet for the index pages and the slide pages.
 */
 

/* Style for all bodies. */

body {margin: 0; margin-left: 5%; margin-right: 5%; font: normal 85% sans-serif; color: #eeeeee;}
div {border: solid 1px #dddddd; padding: 5px;}
h1 {text-align: left; padding: 1px; font-weight: normal; letter-spacing: 0px; color: #eeeeee;}
h2 {text-align: center; margin: 0; font-weight: normal; color: #eeeeee;}
h3 {text-align: center; margin: 0; font-weight: normal; color: #eeeeee;}
h4 {text-align: center; margin: 0; font-weight: normal; color: #eeeeee;}

a {font-weight: bold; color: #ffffee; text-decoration: none; text-align: center; }
a:hover {color: #ffffff; text-decoration: underline;}

#top {height:21mm; text-align:left; background-color: #384468; color: #eeeeee; margin-top: 10px; border: solid 2px #666666;}
#top img {float:left; clear:left; border: solid 1px #ffffff; }
#top #nav {float: right; margin: 0; padding: 0; width: 400px; border: solid 1px #384468;}
#top #nav a {margin: 0; margin-left: 5px; margin-right: 5px; font-weight: bold; color: #eeeeee; text-decoration: none;}
#top #nav a:hover {text-decoration: underline;}

#moretext {background-color: #384468; margin-left: 0px; margin-top: 10px; border: solid 2px #666666;}


/* Style for all table cells. */
#moretext td {font-family: Arial, sans-serif; font-weight: bold; font-size: 14px;}

/* Highlight the image name on the slide pages. */
#moretext #slide .name {font-weight: bold; font-size: 14px;}

/* Align the content of the cells on the index pages to the center and _bottom. */
#moretext #index td { text-align: center; vertical-align: top; border: solid 2px #666666;}

/* Remove the margin under the images on the index pages. */
#moretext #index .image {margin-left: 8; margin-right: 8; margin-bottom: 16; }

#footer {bottom:; margin: 0; margin-top: 7px; background-color: #384468; color: #eeeeee; text-align: right; margin-top: 10px; border: solid 2px #666666; margin-bottom: 10px;}
#footer h5 {margin: 0;}

